溫馨提示×

溫馨提示×

您好,登錄后才能下訂單哦!

密碼登錄×
登錄注冊×
其他方式登錄
點(diǎn)擊 登錄注冊 即表示同意《億速云用戶服務(wù)條款》

XenDesktop 7.6 powershell commands cheat sheet

發(fā)布時(shí)間:2020-07-07 09:36:39 來源:網(wǎng)絡(luò) 閱讀:467 作者:aloha123 欄目:網(wǎng)絡(luò)安全

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

How to check installed XenDesktop version ?
1
2
3
4
#
Get-BrokerController
Get-BrokerController  |select DNSName, ControllerVersion
#

How to display XenDesktop site configuration ?
1
2
3
4
5
#
Get-XDSite
or
Get-ConfigSite
#
How to add/remove delivery controller ?

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
#
How to display/modify licensing details ?

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
#
How to display/modify product version and edition ?

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/>
 


來自為知筆記(Wiz)


向AI問一下細(xì)節(jié)

免責(zé)聲明:本站發(fā)布的內(nèi)容(圖片、視頻和文字)以原創(chuàng)、轉(zhuǎn)載和分享為主,文章觀點(diǎn)不代表本網(wǎng)站立場,如果涉及侵權(quán)請聯(lián)系站長郵箱:is@yisu.com進(jìn)行舉報(bào),并提供相關(guān)證據(jù),一經(jīng)查實(shí),將立刻刪除涉嫌侵權(quán)內(nèi)容。

AI