7.6 install with powershell series together with link to the article and command examples.
1 2 3 4 5 | # Get-XDSite or Get-ConfigSite # |
1 2 3 4 5 6 7 8 9 10 11 12 | #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 site Add-XDController -AdminAddress XD001 -ControllerName XD002 #Remove controller from the site Remove-XDController -AdminAddress XD001 -ControllerName XD002 # |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 | #For more info see: #XenDesktop 7.6 install with powershell Part 1 - Figure 7,8,9 # Display licensing details Get-ConfigSite # Configure new settings for product code, edition and licensing model Set-ConfigSite -LicensingModel Concurrent -ProductCode MPS -ProductEdition ENT # Configure License server name and port Set-XDLicensing -LicenseServerAddress DC01 -LicenseServerPort 27001 # Display licensing options Get-ConfigLicensingModel # |
1 2 3 4 5 6 7 8 9 10 11 12 | # Configure new settings for product code, edition and licensing model Set-ConfigSite -ProductCode MPS -ProductEdition ENT # Display production options Get-ConfigProduct # Display product versions Get-ConfigProductVersion # Display product editions Get-ConfigProductEdition # 来源: <http://blog.citrix24.com/xendesktop-7-6-install-with-powershell-cheat-sheet/> |
免责声明:本站发布的内容(图片、视频和文字)以原创、转载和分享为主,文章观点不代表本网站立场,如果涉及侵权请联系站长邮箱:is@yisu.com进行举报,并提供相关证据,一经查实,将立刻删除涉嫌侵权内容。