标签: powershell
我有一个powershell脚本Process-OU.ps1,我需要传递一个参数-OU dc = LON,dc = NOM。 怎么办呢?
答案 0 :(得分:2)
像这样:
.\Process-OU.ps1 -OU "dc=LON,dc=NOM"