< Back

Reset-NCSIPolicyConfiguration

Tue Jan 29, 2019 10:30 pm

NAME Reset-NCSIPolicyConfiguration



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>]





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.





PARAMETERS

-AsJob [<SwitchParameter>]

Runs the cmdlet as a background job. Use this parameter to run commands that take a long time to complete.

The cmdlet immediately returns an object that represents the job and then displays the command prompt. You can continue to work in the

session while the job completes. To manage the job, use the *-Job cmdlets. To get the job results, use the Receive-Job cmdlet.

For more information about Windows PowerShell???? background jobs, see about_Jobs.



Required? false

Position? named

Default value

Accept pipeline input? false

Accept wildcard characters? false



-CimSession <CimSession[]>

Runs the cmdlet in a remote session or on a remote computer. Enter a computer name or a session object, such as the output of a New-CimSession

or Get-CimSession cmdlet. The default is the current session on the local computer.



Required? false

Position? named

Default value

Accept pipeline input? false

Accept wildcard characters? false



-CorporateDNSProbeHostAddress [<SwitchParameter>]

Specifies that the specified policy store will no longer configure the corporate DNS probe host address.



Required? false

Position? named

Default value

Accept pipeline input? false

Accept wildcard characters? false



-CorporateDNSProbeHostName [<SwitchParameter>]

Specifies that the specified policy store will no longer configure the corporate DNS probe host name.



Required? false

Position? named

Default value

Accept pipeline input? false

Accept wildcard characters? false



-CorporateSitePrefixList [<SwitchParameter>]

Specifies that the specified policy store will no longer configure the corporate site prefix list.



Required? false

Position? named

Default value

Accept pipeline input? false

Accept wildcard characters? false



-CorporateWebsiteProbeURL [<SwitchParameter>]

Specifies that the specified policy store will no longer configure the corporate website probe URL.



Required? false

Position? named

Default value

Accept pipeline input? false

Accept wildcard characters? false



-DomainLocationDeterminationURL [<SwitchParameter>]

Specifies that the specified policy store will no longer configure the domain location determination URL.



Required? false

Position? named

Default value

Accept pipeline input? false

Accept wildcard characters? false



-GPOSession <String>

Specifies a GPO session as the store for this cmdlet.



Using this parameter will allow an aggregate of multiple cmdlets to run against a local GPO cache.



Required? false

Position? named

Default value

Accept pipeline input? false

Accept wildcard characters? false



-InputObject <CimInstance[]>

Accepts an object from the pipeline as input.



Required? true

Position? named

Default value

Accept pipeline input? True (ByValue)

Accept wildcard characters? false



-PassThru [<SwitchParameter>]

Sends items from the interactive window down the pipeline as input to other cmdlets. By default, this cmdlet does not generate any output.

This parameter is equivalent to using the Multiple value of the OutputMode parameter.



To send items from the interactive window down the pipeline, click to select the items and then click OK. Shift-click and Ctrl-click are

supported.



Required? false

Position? named

Default value

Accept pipeline input? false

Accept wildcard characters? false



-PolicyStore <String>

Used to specify the logical store for the management operation. An example is the local persistent store or a Group Policy Object. The

acceptable values for this parameter are:



- Domain\\GPOName



- ComputerName



Required? false

Position? named

Default value

Accept pipeline input? false

Accept wildcard characters? false



-ThrottleLimit <Int32>

Specifies the maximum number of concurrent operations that can be established to run the cmdlet. If this parameter is omitted or a value of 0

is entered, then Windows PowerShell???? calculates an optimum throttle limit for the cmdlet based on the number of CIM cmdlets that are running

on the computer. The throttle limit applies only to the current cmdlet, not to the session or to the computer.



Required? false

Position? named

Default value

Accept pipeline input? false

Accept wildcard characters? false



-Confirm [<SwitchParameter>]

Prompts you for confirmation before running the cmdlet.



Required? false

Position? named

Default value false

Accept pipeline input? false

Accept wildcard characters? false



-WhatIf [<SwitchParameter>]

Shows what would happen if the cmdlet runs. The cmdlet is not run.



Required? false

Position? named

Default value false

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 (http://go.microsoft.com/fwlink/?LinkID=113216).



INPUTS

Microsoft.Management.Infrastructure.CimInstance#root/StandardCimv2/MSFT_NCSIPolicyConfiguration



The Microsoft.Management.Infrastructure.CimInstance object is a wrapper class that displays Windows Management Instrumentation (WMI) objects.

The path after the pound sign (#) provides the namespace and class name for the underlying WMI object.





OUTPUTS

None







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.



RELATED LINKS

Online Version: http://go.microsoft.com/fwlink/?linkid=287447

Get-DAConnectionStatus

Get-NCSIPolicyConfiguration

Reset-NCSIPolicyConfiguration