Citrix Provisioning Server with PowerShell

########################################################################### # # NAME: Citrix_PVS_With_PowerShell # # AUTHOR: SivaMulpuru # # COMMENT: automate advanced citrix pvs tasks # can be used in disaster recovery situations to quickly bring up the infrastructure # # VERSION HISTORY: # 1.0 6/27/2011 – Initial release # ########################################################################### $devicename = “child01“ $MACRegEx = “([0-9a-f]{2}[:-][0-9a-f]{2}[:-][0-9a-f]{2}[:-][0-9a-f]{2}[:-][0-9a-f]{2}[:-][0-9a-f]{2})“ $Domain = “MULPURU.LOCAL“ $OU = “Computers/PVSMachines“ …

WordPress Appliance - Powered by TurnKey Linux