PowerShell Logo Small

Get-NCSIPolicyConfiguration



This is the built-in help made by Microsoft for the command 'Get-NCSIPolicyConfiguration', in PowerShell version 5 - as retrieved from Windows version 'Microsoft Windows Server 2012 R2 Standard' PowerShell help files on 2016-06-23.

For PowerShell version 3 and up, where you have Update-Help, this command was run just before creating the web pages from the help files.

SYNOPSIS

Gets the Network Connectivity Status indicator configuration on a specified store, either the active store on the local connection or on a Group Policy object.

SYNTAX


Get-NCSIPolicyConfiguration [-AsJob] [-CimSession <CimSession[]>] [-GPOSession <String>] [-PolicyStore <String>] [-ThrottleLimit <Int32>] [<CommonParameters>]



Search powershellhelp.space

DESCRIPTION


This Get-NCSIPolicyConfiguration cmdlet gets the Network Connectivity Status indicator configuration on a specified store, either the active store on the local connection or
on a Group Policy object.



<

RELATED LINKS

Online Version: http://go.microsoft.com/fwlink/?linkid=287446
Get-DAConnectionStatus
Reset-NCSIPolicyConfiguration
Set-NCSIPolicyConfiguration

REMARKS

<

Examples


EXAMPLE 1

PS C:\> Get-NCSIPolicyConfiguration -PolicyStore "contoso\johnj99"
Description : NCSI Configuration
CorporateDNSProbeHostAddress : 2001:4898:1337:1337:1337::1337
CorporateDNSProbeHostName : corp.contoso.com
CorporateSitePrefixList : 2001:4898::/32,2006:1601::/32,2a01:0110::/31
CorporateWebsiteProbeURL : http://web.contoso.com
DomainLocationDeterminationURL : https://io.contoso.com



This example returns the NCSI configuration of the specified GPO.