Remove-ZeroPortalLicense
Removes an installed licence file.
Syntax
Remove-ZeroPortalLicense -Id <int>
Examples
Get-ZeroPortalLicense | Where-Object State -eq 'Expired' | Remove-ZeroPortalLicense
Remove-ZeroPortalLicenseRemoves an installed licence file.
Remove-ZeroPortalLicense -Id <int>
Get-ZeroPortalLicense | Where-Object State -eq 'Expired' | Remove-ZeroPortalLicense