Get-DSLicense
Synopsis
Syntax
__AllParameterSets
Get-DSLicense [-AsLegacyResponse] [<CommonParameters>]Description
Examples
Example 1
PS C:\> $licenses = Get-DSLicenceExample 2
PS C:\> $licResponse = Get-DSLicence -AsLegacyResponse;
$licResponse.Data | Where -Property Status -eq Expired | Unregister-DSLicenseExample 3
Parameters
-AsLegacyResponse
CommonParameters
Notes
Last updated
Was this helpful?