共用方式為


Get-CMAccessLicense

取得授權使用量資訊。

語法

Get-CMAccessLicense
   [-License]
   [-DisableWildcardHandling]
   [-ForceWildcardHandling]
   [<CommonParameters>]
Get-CMAccessLicense
   [-Count]
   -LicenseName <String>
   [-DisableWildcardHandling]
   [-ForceWildcardHandling]
   [<CommonParameters>]
Get-CMAccessLicense
   -LicenseName <String>
   [-DisableWildcardHandling]
   [-ForceWildcardHandling]
   [<CommonParameters>]

Description

Get-CMAccessLicense Cmdlet 會取得 Configuration Manager 範圍內伺服器和用戶端的授權使用方式資訊。 此 Cmdlet 會傳回能夠授權的功能清單,以及每個可授權功能的唯一使用者和裝置清單。

注意事項

從 Configuration Manager 月臺磁碟驅動器執行 Configuration Manager Cmdlet,例如 PS XYZ:\>。 如需詳細資訊,請 參閱開始使用

範例

範例 1:取得所有伺服器和用戶端的所有可授權功能

PS XYZ:\> Get-CMAccessLicense -License

此命令會取得 Configuration Manager 範圍內所有伺服器和用戶端的所有可授權功能。

範例 2:取得指定授權的唯一使用者、裝置和授權特定的唯一標識碼

PS XYZ:\> Get-CMAccessLicense -LicenseName ConfigMgr_2012_EndPointClient

此命令會取得名為 ConfigMgr_2012_EndPointClient 之授權的唯一使用者、裝置和授權特定標識碼。

參數

-Count

指出 Cmdlet 會針對指定的可授權功能傳回唯一使用者和裝置的計數。

類型:SwitchParameter
Position:Named
預設值:None
必要:True
接受管線輸入:False
接受萬用字元:False

-DisableWildcardHandling

此參數會將通配符視為常值字元值。 您無法將其與 ForceWildcardHandling 結合。

類型:SwitchParameter
Position:Named
預設值:None
必要:False
接受管線輸入:False
接受萬用字元:False

-ForceWildcardHandling

此參數會處理通配符,並可能導致非預期的行為 (不建議) 。 您無法將其與 DisableWildcardHandling 結合。

類型:SwitchParameter
Position:Named
預設值:None
必要:False
接受管線輸入:False
接受萬用字元:False

-License

指出 Cmdlet 會取得 Configuration Manager 範圍內所有伺服器和用戶端的所有可授權功能。 您可以指定 LicenseName 參數所傳回的授權名稱,以取得該特定授權的唯一使用者和裝置。

類型:SwitchParameter
Position:Named
預設值:None
必要:False
接受管線輸入:False
接受萬用字元:False

-LicenseName

指定可授權功能的名稱。 如果指定,此 Cmdlet 只會取得指定授權名稱的唯一使用者和裝置。 此參數可接受的值為:

  • ConfigMgr_2012_CoreServer
  • ConfigMgr_2012_CoreClient
  • ConfigMgr_2012_EndpointClient
類型:String
接受的值:ConfigMgr_2012_CoreServer, ConfigMgr_2012_CoreClient, ConfigMgr_2012_EndpointClient
Position:Named
預設值:None
必要:True
接受管線輸入:False
接受萬用字元:False

輸入

None

輸出

System.Object