Remove An Individual RDS CAL License Pack Using Powershell (User or Device CAL)

Reference:

http://sigkillit.com/2017/08/31/remove-rds-cals-from-rds-server/

  • Open powershell elevated as an administrator
  • Type the following command to list the RDS Licenses and note the KeyPackID

Get-WmiObject Win32_TSLicenseKeyPack

Run the below command to remove the licenses pack from your RD Server

wmic /namespace:\\root\CIMV2 PATH Win32_TSLicenseKeyPack CALL UninstallLicenseKeyPackWithId KEYPACKID

在 WordPress.com 建立免費網站或網誌.

向上 ↑