溫馨提示×

溫馨提示×

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

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

Citrix DesktopGroup中MinimumFunctionalLevel是什么意思?

發(fā)布時(shí)間:2020-07-02 10:25:57 來源:網(wǎng)絡(luò) 閱讀:410 作者:臭臭粑粑 欄目:云計(jì)算

最近在寫PowerShell腳本,把一些日常task給automation,寫到創(chuàng)建Citrix Desktop Group的部分,create desktop group沒什么問題,就用New-BrokerDesktopGroup就可以,但是在查詢create出來的結(jié)果時(shí),對(duì)參數(shù)MinimumFunctionalLevel不是很理解。
如下new一個(gè)desktop group,后面跟相應(yīng)的參數(shù):

PS C:\Users\admin> New-BrokerDesktopGroup -Name "PowerShellAutoTest" -DesktopKind Shared -DeliveryType DesktopsAndApps -Description $DGDescription -PublishedName $DGPubName

然后get一把:

PS C:\Users\admin> Get-BrokerDesktopGroup -AdminAddress "DDC01.citrix.local" -Name *TEST* | select Name, PublishedName, SessionSupport, MinimumFunctionalLevel | Format-Table -AutoSize

Name                         PublishedName                    SessionSupport        MinimumFunctionalLevel
----                               -------------                                   --------------              ----------------------
PowerShellAutoTest    PowerShellAutoTest Desktop   SingleSession              L7_9

MinimumFunctionalLevel顯示:L7_9。查了官網(wǎng),說Valid values are L5, L7, L7_6。突然想起來,手動(dòng)create Machine Catalogs時(shí),有一個(gè)默認(rèn)不會(huì)更改的選項(xiàng):Select the minimum functional level for this catalog...見下圖:
Citrix DesktopGroup中MinimumFunctionalLevel是什么意思?

So,這個(gè)值不用管了,默認(rèn)就好。

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

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

AI