< Back

Get-NLAInfo

Mon Jan 13, 2020 8:16 pm

NAME Get-NLAInfo



SYNOPSIS

simple PowerShell module to get all information regarding the way your endpoint is connected to internet





SYNTAX

Get-NLAInfo [-NetworkStatus] <String> [<CommonParameters>]





DESCRIPTION

multiple functions are used to retrieve all information regarding your external network access

usefull on a unknown host to find how the external network access is working

informations retrieved :

- network status from network location awareness / network location manager

- settings of NLA service

- all settings (proxy mainly) set for each network connections

- winhttp settings

- internet settings

- wpad settings





PARAMETERS

-NetworkStatus <String>



Required? true

Position? 1

Default value

Accept pipeline input? false

Accept wildcard characters? false



<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



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



C:\\PS>import-module Get-InternetAccessInfo.psm1















RELATED LINKS