PowerShell - How do I call a cmdlet in a function when overriding that cmdlet's name with the same name as the function?

后端 未结 3 1804
无人及你
无人及你 2020-12-29 13:30

So I have a cmdlet named update-name that I have no access to change.

I have created a function named update-name (the same name as the cmdlet). How do I call the c

3条回答
提交回复
热议问题