Set-PSUEndpoint
Updates an endpoint in PowerShell Universal.
SYNOPSIS
SYNTAX
Id
Set-PSUEndpoint [-Id] <Int64> [-Method <String[]>] [-Url <String>] [-Description <String>]
[-Endpoint <ScriptBlock>] [-Path <String>] [-Authentication] [-Role <String[]>] [-RegEx] [-Tag <Tag[]>]
[-Timeout <Int32>] [-Environment <String>] [-PersistentLog] [-Documentation <String>] [-ComputerName <String>]
[-AppToken <String>] [-Credential <PSCredential>] [-UseDefaultCredentials] [-Integrated] [-TrustCertificate]
[-Cookies] [<CommonParameters>]InputObject
Set-PSUEndpoint [-InputObject] <Endpoint> [-Method <String[]>] [-Url <String>] [-Description <String>]
[-Endpoint <ScriptBlock>] [-Path <String>] [-Authentication] [-Role <String[]>] [-RegEx] [-Tag <Tag[]>]
[-Timeout <Int32>] [-Environment <String>] [-PersistentLog] [-Documentation <String>] [-ComputerName <String>]
[-AppToken <String>] [-Credential <PSCredential>] [-UseDefaultCredentials] [-Integrated] [-TrustCertificate]
[-Cookies] [<CommonParameters>]DESCRIPTION
EXAMPLES
Example 1
PARAMETERS
-AppToken
-Authentication
-ComputerName
-Description
-Documentation
-Endpoint
-Environment
-Id
-InputObject
-Integrated
-Method
-Path
-PersistentLog
-RegEx
-Role
-Tag
-Timeout
-Url
-UseDefaultCredentials
-Credential
-TrustCertificate
-Cookies
CommonParameters
INPUTS
PowerShellUniversal.Endpoint
OUTPUTS
System.Object
NOTES
RELATED LINKS
Last updated
Was this helpful?