Get-SCVMMAccessLicense
取得 VMM 伺服器授權資訊。
Syntax
Get-SCVMMAccessLicense
-VMMServer <ServerConnection>
[-License]
[<CommonParameters>]
Get-SCVMMAccessLicense
-VMMServer <ServerConnection>
-LicenseBy <LicenseBy>
[<CommonParameters>]
Description
Get-SCVMMAccessLicense Cmdlet 會取得 Virtual Machine Manager (VMM) 伺服器授權資訊。
範例
範例 1:取得 VMM 可用授權的清單
PS C:\> Get-SCVMMAccessLicense -VMMServer "VMMServer01.Contoso.com" -License
此命令會傳回 VMM 伺服器 VMMServer01 的可用授權清單。
範例 2:取得所有具有 LicenseBy 值為 「ManagementServer」 的授權
PS C:\> Get-SCVMMAccessLicense -VMMServer "VMMServer01.Contoso.com" -LicenseBy "ManagementServer"
此命令會取得 VMM 伺服器 VMMServer01 上的所有管理伺服器授權。
範例 3:取得所有具有 LicenseBy 值為 「SML」 的授權
PS C:\> Get-SCVMMAccessLicense -VMMServer "VMMServer01.Contoso.com" -LicenseBy "SML"
此命令會傳回與 VMM 伺服器 VMMServer01 相關聯的授權主機清單。
範例 4:取得所有具有 LicenseBy 值為 「VOSE」 的授權
PS C:\> Get-SCVMMAccessLicense -VMMServer "VMMServer01.Contoso.com" -LicenseBy "VOSE"
此命令會傳回與 VMM 伺服器 VMMServer01 相關聯的授權虛擬機器清單。
參數
-License
表示會傳回所有可用的授權。
Type: | SwitchParameter |
Position: | Named |
Default value: | None |
Required: | True |
Accept pipeline input: | False |
Accept wildcard characters: | False |
-LicenseBy
指定 VMM 的授權方式。 此參數可接受的值為:
- SML
- ManagementServer
- VOSE
Type: | LicenseBy |
Accepted values: | SML, ManagementServer, VOSE |
Position: | Named |
Default value: | None |
Required: | True |
Accept pipeline input: | False |
Accept wildcard characters: | False |
-VMMServer
指定 VMM 伺服器物件。
Type: | ServerConnection |
Position: | Named |
Default value: | None |
Required: | True |
Accept pipeline input: | True |
Accept wildcard characters: | False |