7.6 Install with PowerShell series together with link to the article and command examples.
How to check installed XenDesktop version?
1234 |
# Get - Brokercontroller Get - Brokercontroller | Select DNSName , controllerversion# |
How to display XenDesktop site configuration?
12345 |
# Get - Xdsite or Get - Configsite # |
How to Add/remove delivery controller?
123456789101112 |
#For More info see:#XenDesktop 7.6 Install with PowerShell part 1-figure#-adminaddress-controller We'll connect to#-controllername-controller We'll add/remove#Add New controller to the siteADD-Xdcontroller -adminaddressXD001 -controllernameXD002#Remove controller from the siteRemove-Xdcontroller -adminaddressXD001 -controllernameXD002# |
How to display/modify licensing details?
123456789101112131415 |
#For More info see:#XenDesktop 7.6 Install with PowerShell part 1-figure 7,8,9# Display Licensing DetailsGet-Configsite # Configure new settings for Product Code, edition and licensing modelSet-Configsite -LicensingmodelConcurrent -ProductCodeMPS -producteditionENT # Configure License server name and PortSet-xdlicensing -licenseserveraddressDC01 -Licenseserverport 27001# Display Licensing OptionsGet-Configlicensingmodel # |
How to Display/modify Product version and edition?
123456789101112 |
# Configure new settings for Product Code, edition and licensing modelSet-Configsite -ProductCodeMPS -producteditionENT# Display Production OptionsGet-configproduct# Display Product versionsGet-configproductversion # Display Product EditionsGet-configproductedition#Source: > |
From for notes (Wiz)
XenDesktop 7.6 PowerShell Commands cheat sheet