Copy file to multiple remote servers
I often have to copy files and folders from one server to another for various reasons. Copying stuff manually is a bore but if you are only copying to a … Read More
Knowledge is Power
I often have to copy files and folders from one server to another for various reasons. Copying stuff manually is a bore but if you are only copying to a … Read More
Function New-RemoteProcess { #[CmdletBinding()] Param( [String]$ComputerName = $env.computername, [String]$Cmd = $(Throw “You must enter path to the command which will create the process”), [String]$ac, [String]$wait ) if($PsBoundparameters.containskey(‘Debug’)){ $Debugpreference = “Continue”} … Read More
If you’ve deleted these machines from AD and DDC (I assume by using Desktop Studio to delete the machines) then you can get back to starting from 1or yourwish number … Read More
Error after an update of the Machine Catalog Solution: Open Powershell as administrator and find out the running Task ID on the Machine Catalog. Add-PSSnapin Citrix.* Get-ProvScheme | where {$_.IdentityPoolName … Read More