Remove-PSUVariable
Removes a variable.
SYNOPSIS
SYNTAX
All (Default)
Remove-PSUVariable [-RemoveSecret] [-ComputerName <String>] [-AppToken <String>] [-Credential <PSCredential>]
[-UseDefaultCredentials] [-Integrated] [-TrustCertificate] [-Cookies]
[<CommonParameters>]Variable
Remove-PSUVariable [-Variable] <Variable> [-RemoveSecret] [-ComputerName <String>] [-AppToken <String>]
[-Credential <PSCredential>] [-UseDefaultCredentials] [-Integrated] [-TrustCertificate] [-Cookies]
[<CommonParameters>]Name
Remove-PSUVariable -Name <String> [-RemoveSecret] [-ComputerName <String>] [-AppToken <String>]
[-Credential <PSCredential>] [-UseDefaultCredentials] [-Integrated] [-TrustCertificate] [-Cookies]
[<CommonParameters>]DESCRIPTION
EXAMPLES
Example 1
PARAMETERS
-AppToken
-ComputerName
-Integrated
-UseDefaultCredentials
-Variable
-RemoveSecret
-Name
-Credential
-TrustCertificate
-Cookies
CommonParameters
INPUTS
UniversalAutomation.Variable
OUTPUTS
System.Object
NOTES
RELATED LINKS
Last updated
Was this helpful?