< Back

Get-WinHttpProxy

Mon Jan 13, 2020 8:18 pm

NAME Get-WinHttpProxy



SYNOPSIS

function used to retrieve proxy set for local machine web layer aka winhttp





SYNTAX

Get-WinHttpProxy [<CommonParameters>]





DESCRIPTION

retrieve proxy set for local machine web layer aka winhttp





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()

Winhttp proxy NoteProperty string Winhttp proxy=Direct Access

Winhttp proxy bypass list NoteProperty string Winhttp proxy bypass list=(none)





-------------------------- EXAMPLE 1 --------------------------



PS C:\\>Get all information about winhttp proxy



C:\\PS> Get-WinHttpProxy











RELATED LINKS