PowerShell & FileNotFoundException: qual arquivo?

1

Estou tentando seguir as instruções do link , mas meu script do PowerShell continua jogando exceções. Refere-se a um FileNotFoundException ... mas não consigo descobrir qual arquivo não pode encontrar.

Alguém tem alguma experiência prática com isso?

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>
    
por sbrattla 13.12.2012 / 21:34

0 respostas