欢迎光临
我们一直在努力

XenDesktop 7.6 powershell commands cheat sheet

7.6 install with powershell series together with link to the article and command examples.

How to check installed XenDesktop version ?
1234 #GetBrokerController GetBrokerController  |select DNSName, ControllerVersion#

How to display XenDesktop site configuration ?

12345 #GetXDSiteorGetConfigSite#
How to add/remove delivery controller ?

123456789101112 #For more info see:#XenDesktop 7.6 install with powershell Part 1 – Figure 14 # -AdminAddress – controller we will connect to# -ControllerName – controller we will add/remove #Add new controller to the siteAddXDController AdminAddress XD001 ControllerName XD002 #Remove controller from the siteRemoveXDController AdminAddress XD001 ControllerName XD002#
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 detailsGetConfigSite  # Configure new settings for product code, edition and licensing modelSetConfigSite LicensingModel Concurrent ProductCode MPS ProductEdition ENT # Configure License server name and portSetXDLicensing LicenseServerAddress DC01 LicenseServerPort 27001 # Display licensing optionsGetConfigLicensingModel #
How to display/modify product version and edition ?

123456789101112 # Configure new settings for product code, edition and licensing modelSetConfigSite ProductCode MPS ProductEdition ENT # Display production optionsGetConfigProduct # Display product versions    GetConfigProductVersion                                                                               # Display product editionsGetConfigProductEdition#来源: <http://blog.citrix24.com/xendesktop-7-6-install-with-powershell-cheat-sheet/> 

来自为知笔记(Wiz)

赞(0)
【声明】:本博客不参与任何交易,也非中介,仅记录个人感兴趣的主机测评结果和优惠活动,内容均不作直接、间接、法定、约定的保证。访问本博客请务必遵守有关互联网的相关法律、规定与规则。一旦您访问本博客,即表示您已经知晓并接受了此声明通告。