< Back
Get-UserconnectionProxy
Post
NAME Get-UserconnectionProxy
SYNOPSIS
function used to retrieve proxy information for all network connection used by the current user context
SYNTAX
Get-UserconnectionProxy [<CommonParameters>]
DESCRIPTION
retrieve proxy information for all network connection used by the current user context
PARAMETERS
<CommonParameters>
This cmdlet supports the common parameters: Verbose, Debug,
ErrorAction, ErrorVariable, WarningAction, WarningVariable,
OutBuffer, PipelineVariable, and OutVariable. For more information, see
about_CommonParameters (https:/go.microsoft.com/fwlink/?LinkID=113216).
INPUTS
OUTPUTS
TypeName : System.Management.Automation.PSCustomObject
Name MemberType Definition
---- ---------- ----------
Equals Method bool Equals(System.Object obj)
GetHashCode Method int GetHashCode()
GetType Method type GetType()
ToString Method string ToString()
User proxy NoteProperty string User proxy=proxy.cc.dddddd.io:8080
User proxy bypass list NoteProperty string User proxy bypass list=test;<local>)
User proxy connection name NoteProperty string User proxy connection name=SavedLegacySettings
User proxy PAC NoteProperty string User proxy PAC=http://xxxxxx.yy.zzzz.io:8080/
-------------------------- EXAMPLE 1 --------------------------
PS C:\\>Get all information about user connections
C:\\PS> Get-UserconnectionProxy
RELATED LINKS
SYNOPSIS
function used to retrieve proxy information for all network connection used by the current user context
SYNTAX
Get-UserconnectionProxy [<CommonParameters>]
DESCRIPTION
retrieve proxy information for all network connection used by the current user context
PARAMETERS
<CommonParameters>
This cmdlet supports the common parameters: Verbose, Debug,
ErrorAction, ErrorVariable, WarningAction, WarningVariable,
OutBuffer, PipelineVariable, and OutVariable. For more information, see
about_CommonParameters (https:/go.microsoft.com/fwlink/?LinkID=113216).
INPUTS
OUTPUTS
TypeName : System.Management.Automation.PSCustomObject
Name MemberType Definition
---- ---------- ----------
Equals Method bool Equals(System.Object obj)
GetHashCode Method int GetHashCode()
GetType Method type GetType()
ToString Method string ToString()
User proxy NoteProperty string User proxy=proxy.cc.dddddd.io:8080
User proxy bypass list NoteProperty string User proxy bypass list=test;<local>)
User proxy connection name NoteProperty string User proxy connection name=SavedLegacySettings
User proxy PAC NoteProperty string User proxy PAC=http://xxxxxx.yy.zzzz.io:8080/
-------------------------- EXAMPLE 1 --------------------------
PS C:\\>Get all information about user connections
C:\\PS> Get-UserconnectionProxy
RELATED LINKS