< Back
Get-UserInternetSettings
Post
NAME Get-UserInternetSettings
SYNOPSIS
function used to get :
- all information regarding your basic internet settings used by Internet Explorer/Edge or third party browser
like Goole Chrome/Chromium
- wpad settings
SYNTAX
Get-UserInternetSettings [<CommonParameters>]
DESCRIPTION
function used to get :
- all information regarding your basic internet settings used by Internet Explorer/Edge or third party browser
like Goole Chrome/Chromium
- wpad settings
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()
Force Disable WPAD NoteProperty bool Force Disable WPAD=False
User Proxy NoteProperty bool User Proxy=False
User Proxy Autoconfig URL NoteProperty object User Proxy Autoconfig URL=null
User Proxy HTTP1.1 NoteProperty bool User Proxy HTTP1.1=False
User Proxy Migrate NoteProperty bool User Proxy Migrate=True
User Proxy server NoteProperty string User Proxy server=proxy.xx.yyyyyyyyyyyyyyy.io:8080
User Proxy WPAD NoteProperty bool User Proxy WPAD=False
WPAD Service Status NoteProperty ServiceControllerStatus WPAD Service Status=Running
-------------------------- EXAMPLE 1 --------------------------
PS C:\\>Get all information regarding your basic internet settings
C:\\PS> Get-UserInternetSettings
RELATED LINKS
SYNOPSIS
function used to get :
- all information regarding your basic internet settings used by Internet Explorer/Edge or third party browser
like Goole Chrome/Chromium
- wpad settings
SYNTAX
Get-UserInternetSettings [<CommonParameters>]
DESCRIPTION
function used to get :
- all information regarding your basic internet settings used by Internet Explorer/Edge or third party browser
like Goole Chrome/Chromium
- wpad settings
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()
Force Disable WPAD NoteProperty bool Force Disable WPAD=False
User Proxy NoteProperty bool User Proxy=False
User Proxy Autoconfig URL NoteProperty object User Proxy Autoconfig URL=null
User Proxy HTTP1.1 NoteProperty bool User Proxy HTTP1.1=False
User Proxy Migrate NoteProperty bool User Proxy Migrate=True
User Proxy server NoteProperty string User Proxy server=proxy.xx.yyyyyyyyyyyyyyy.io:8080
User Proxy WPAD NoteProperty bool User Proxy WPAD=False
WPAD Service Status NoteProperty ServiceControllerStatus WPAD Service Status=Running
-------------------------- EXAMPLE 1 --------------------------
PS C:\\>Get all information regarding your basic internet settings
C:\\PS> Get-UserInternetSettings
RELATED LINKS