Set-PSUVariable
Sets the properties of a variable.
SYNOPSIS
SYNTAX
IdValue
Set-PSUVariable [-Id] <Int64> [-Name <String>] [-Description <String>] [-ComputerName <String>]
[-AppToken <String>] [-Credential <PSCredential>] [-UseDefaultCredentials] [-Integrated] [-TrustCertificate]
[-Cookies] [<CommonParameters>]IdInputObject
Set-PSUVariable [-Id] <Int64> [-InputObject <Object>] [-Name <String>] [-Description <String>]
[-ComputerName <String>] [-AppToken <String>] [-Credential <PSCredential>] [-UseDefaultCredentials]
[-Integrated] [-TrustCertificate] [-Cookies] [<CommonParameters>]CredentialId
Set-PSUVariable [-Id] <Int64> [-UserName <String>] [-Password <String>] [-Name <String>]
[-Description <String>] [-ComputerName <String>] [-AppToken <String>] [-Credential <PSCredential>]
[-UseDefaultCredentials] [-Integrated] [-TrustCertificate] [-Cookies]
[<CommonParameters>]VariableInputObject
VariableValue
CredentialVariable
DESCRIPTION
EXAMPLES
Example 1
PARAMETERS
-AppToken
-ComputerName
-Description
-Id
-InputObject
-Integrated
-Name
-UseDefaultCredentials
-Variable
-Credential
-Password
-TrustCertificate
-UserName
-Cookies
CommonParameters
INPUTS
UniversalAutomation.Variable
OUTPUTS
System.Object
NOTES
RELATED LINKS
Last updated
Was this helpful?