PowerShell Logo Small

Reset-NCSIPolicyConfiguration



This is the built-in help made by Microsoft for the command 'Reset-NCSIPolicyConfiguration', in PowerShell version 3 - as retrieved from Windows version 'Microsoft Windows Server 2012 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 [<SwitchParameter>]] [-CimSession <CimSession>] [-CorporateDNSProbeHostAddress [<SwitchParameter>]]
[-CorporateDNSProbeHostName [<SwitchParameter>]] [-CorporateSitePrefixList [<SwitchParameter>]] [-CorporateWebsiteProbeURL
[<SwitchParameter>]] [-DomainLocationDeterminationURL [<SwitchParameter>]] [-GPOSession <String>] [-PassThru [<SwitchParameter>]]
[-PolicyStore <String>] [-ThrottleLimit <Int32>] [-Confirm [<SwitchParameter>]] [-WhatIf [<SwitchParameter>]] [<CommonParameters>]
Reset-NCSIPolicyConfiguration [-AsJob [<SwitchParameter>]] [-CimSession <CimSession>] [-CorporateDNSProbeHostAddress [<SwitchParameter>]]
[-CorporateDNSProbeHostName [<SwitchParameter>]] [-CorporateSitePrefixList [<SwitchParameter>]] [-CorporateWebsiteProbeURL
[<SwitchParameter>]] [-DomainLocationDeterminationURL [<SwitchParameter>]] [-PassThru [<SwitchParameter>]] [-ThrottleLimit <Int32>]
-InputObject <CimInstance> [-Confirm [<SwitchParameter>]] [-WhatIf [<SwitchParameter>]] [<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

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\johnj99"

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



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