Назад | Перейти на главную страницу

PowerShell и FileNotFoundException: какой файл?

Я пытаюсь следовать инструкциям в http://technet.microsoft.com/en-us/library/gg697165.aspx, но мой сценарий PowerShell продолжает генерировать исключения. Это относится к FileNotFoundException ... но я не могу понять, какой файл он не может найти.

Есть ли у кого-нибудь опыт работы с этим?

C:\Program Files\Windows Server\Bin>powershell .\ConfigureRDP.ps1
Exception calling "RunTasks" with "2" argument(s): "IWorkerConfig.dll"
At C:\Program Files\Windows Server\Bin\ConfigureRDP.ps1:3 char:1
+ $scheduler.RunTasks("ConfigureRDPTaskList", "ConfigureRDPTaskStatus.xml") | out- ...
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    + CategoryInfo          : NotSpecified: (:) [], MethodInvocationException
    + FullyQualifiedErrorId : FileNotFoundException

The configuration is complete. Check file "  " for result.

C:\Program Files\Windows Server\Bin>