Get-SCVMMAccessLicense
VMM サーバーライセンス情報を取得します。
構文
Get-SCVMMAccessLicense
-VMMServer <ServerConnection>
[-License]
[<CommonParameters>]
Get-SCVMMAccessLicense
-VMMServer <ServerConnection>
-LicenseBy <LicenseBy>
[<CommonParameters>]
説明
Get-SCVMMAccessLicense コマンドレットは、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 のライセンス方法を指定します。 このパラメーターの有効値は、次のとおりです。
- XML
- 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 |