When I tried to schedule an simple PowerShell script [See script below], as a module in RES Automation Manager 2012 on a Windows 2008R2 machine, the task took a very long time to finish (+/- 2 min.)
1 2 3 |
Add-PSSnapin Citrix.XenApp.Commands $server = get-content env:computername Disable-XAServerLogOn $server |
Note: Script disables the logon to a XenApp server. When I opened a PowerShell console on the […]
Continue reading…