PowerShell Logo Small

Reset-NCSIPolicyConfiguration



This is the built-in help made by Microsoft for the command 'Reset-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

Resets a configuration for NCSI.

SYNTAX


Reset-NCSIPolicyConfiguration [-AsJob] [-CimSession <CimSession[]>] [-CorporateDNSProbeHostAddress] [-CorporateDNSProbeHostName] [-CorporateSitePrefixList]
[-CorporateWebsiteProbeURL] [-DomainLocationDeterminationURL] [-GPOSession <String>] [-PassThru] [-PolicyStore <String>] [-ThrottleLimit <Int32>] [-Confirm] [-WhatIf]
[<CommonParameters>]
Reset-NCSIPolicyConfiguration [-AsJob] [-CimSession <CimSession[]>] [-CorporateDNSProbeHostAddress] [-CorporateDNSProbeHostName] [-CorporateSitePrefixList]
[-CorporateWebsiteProbeURL] [-DomainLocationDeterminationURL] [-PassThru] [-ThrottleLimit <Int32>] -InputObject <CimInstance[]> [-Confirm] [-WhatIf] [<CommonParameters>]



Search powershellhelp.space

DESCRIPTION


The Reset-NCSIPolicyConfiguration cmdlet resets a configuration for NCSI. There is a GPO that configures NCSI. Return that GPO to a not configured state. To do that, use
this cmdlet to reset the fields that no longer need to be configured.



<

RELATED LINKS

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

REMARKS

<

Examples


EXAMPLE 1

This cmdlet resets the NCSI configuration of the specified GPO.
PS C:\>Reset-NCSIPolicyConfiguration -PolicyStore "contoso\User1"


This cmdlet performs an identical operation using pipelining.
PS C:\> Get-NCSIPolicyConfiguration -PolicyStore "contoso\User1" | Reset-NCSIPolicyConfiguration



This example resets the NCSI configuration of a specified CPO in two ways.