Create CitrixServers.ps1
This commit is contained in:
7
Citrix/Provisioning Services (PVS)/CitrixServers.ps1
Normal file
7
Citrix/Provisioning Services (PVS)/CitrixServers.ps1
Normal file
@@ -0,0 +1,7 @@
|
|||||||
|
# List all Citrix Farm Devices with Collection Name and Type, ready for Export to Excel
|
||||||
|
|
||||||
|
# Load PowerShell SnapIn
|
||||||
|
Import-Module “C:\Program Files\Citrix\Provisioning Services Console\Citrix.PVS.SnapIn.dll”
|
||||||
|
|
||||||
|
# List all Devices ready for Export to Excel
|
||||||
|
Get-PvsDeviceInfo | select DeviceName,CollectionName,Type | export-csv ".\CitrixServers.csv" -Append -NoTypeInformation -Encoding UTF8 -Delimiter ";"
|
||||||
Reference in New Issue
Block a user