开发者

PowerShell: how to pass , as a string from command line to a powershell sciript

开发者 https://www.devze.com 2023-03-22 16:38 出处:网络
I have a powershell script Process-OU.ps1 to开发者_如何转开发 which I need to pass an argument -OU dc=LON,dc=NOM.

I have a powershell script Process-OU.ps1 to开发者_如何转开发 which I need to pass an argument -OU dc=LON,dc=NOM. How can this be done?


Like so:

 .\Process-OU.ps1 -OU "dc=LON,dc=NOM"
0

精彩评论

暂无评论...
验证码 换一张
取 消