Remove-PSULicense
Remove a license from PowerShell Universal.
SYNOPSIS
SYNTAX
Remove-PSULicense -License <License> [-ComputerName <String>] [-AppToken <String>] [-Credential <PSCredential>]
[-UseDefaultCredentials] [-Integrated] [-TrustCertificate] [-Cookies]
[<CommonParameters>]DESCRIPTION
EXAMPLES
Example 1
PS C:\> Get-PSULicense | Remove-PSULicensePARAMETERS
-AppToken
-ComputerName
-Integrated
-License
-UseDefaultCredentials
-Credential
-TrustCertificate
-Cookies
CommonParameters
INPUTS
PowerShellUniversal.License
OUTPUTS
System.Object
NOTES
RELATED LINKS
Last updated
Was this helpful?