Get-ZeroPortalLicense
Lists the installed licences, including the built-in allowance.
Beschreibung
The row with BuiltIn=true is the allowance included with the product; it has no file behind it and cannot be removed. State says whether a row currently counts: Active, Expired, NotYetValid, or OtherMode (a genuine licence resting in the other counting mode - see Set-ZeroPortalLicenseMode).
Beispiele
Get-ZeroPortalLicense | Where-Object State -eq 'Active'