Network Security Internet Technology Development Database Servers Mobile Phone Android Software Apple Software Computer Software News IT Information

In addition to Weibo, there is also WeChat

Please pay attention

WeChat public account

Shulou

XenDesktop 7.6 powershell commands cheat sheet

2025-02-23 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Network Security >

Share

Shulou(Shulou.com)06/01 Report--

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-XDSiteorGet-ConfigSite#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 siteAdd-XDController-AdminAddress XD001-ControllerName XD002# Remove controller from the siteRemove-XDController-AdminAddress XD001-ControllerName XD002#How to display/modify licensing details?

123456789101112131415#For more info see:#XenDesktop 7.6 install with powershell Part 1-Figure 7Power8 Display licensing detailsGet-ConfigSite # Configure new settings for product code, edition and licensing modelSet-ConfigSite-LicensingModel Concurrent-ProductCode MPS-ProductEdition ENT # Configure License server name and portSet-XDLicensing-LicenseServerAddress DC01-LicenseServerPort 27001 # Display licensing optionsGet-ConfigLicensingModel # How to display/modify product version and edition?

12345678910111 Configure new settings for product code, edition and licensing modelSet-ConfigSite-ProductCode MPS-ProductEdition ENT # Display production optionsGet-ConfigProduct # Display product versions Get-ConfigProductVersion # Display product editionsGet-ConfigProductEdition# Source:

From Weizhi Notes (Wiz)

Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.

Views: 0

*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.

Share To

Network Security

Wechat

© 2024 shulou.com SLNews company. All rights reserved.

12
Report