< Back

Get-InternetAccessInfo

Mon Jan 13, 2020 8:16 pm

NAME Get-InternetAccessInfo



SYNOPSIS

main function calling all other functions available in the module do build a global summary of all available

information regarding the internet access of the computer/user





SYNTAX

Get-InternetAccessInfo [<CommonParameters>]





DESCRIPTION

main function calling all other functions available in the module do build a global summary of all available

information regarding the internet access of the computer/user





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

Internet settings NoteProperty System.Management.Automation.PSCustomObject Internet settings=@{User Proxy=False;

Use...

NLA NoteProperty Object[] NLA=System.Object[]

NLA service NoteProperty System.Management.Automation.PSCustomObject NLA service=@{NLA Service

Settings=System...

User connections NoteProperty Object[] User connections=System.Object[]

Winhttp NoteProperty System.Management.Automation.PSCustomObject Winhttp=@{Winhttp proxy=Direct Access;

Wi...





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



PS C:\\>Get all information about current user/machine internet access



C:\\PS> Get-InternetAccessInfo











RELATED LINKS