Set-MgmtSvcCeip

Set-MgmtSvcCeip

Updates CEIP settings for the local computer.

Syntax

Parameter Set: Default
Set-MgmtSvcCeip [-EnableCeip {No | None | Yes} ] [ <CommonParameters>]


 

Detailed Description

The Set-MgmtSvcCeip cmdlet updates the Customer Experience Improvement Program (CEIP) settings for the local computer.

NOTE: You must run this cmdlet in a Windows PowerShell session that you have run as Administrator.

Parameters

-EnableCeip<EnableCeip>

Enables, when set to Yes, participation in CEIP. To disable participation in CEIP, set this value to No.

The acceptable values for this parameter are:

 

No

 

None

 

Yes

 

 

 

Aliases

none

Required?

false

Position?

named

Default Value

none

Accept Pipeline Input?

false

Accept Wildcard Characters?

false

 

<CommonParameters>

This cmdlet supports the common parameters: -Verbose, -Debug, -ErrorAction, -ErrorVariable, -OutBuffer, and -OutVariable. For more information, see about_CommonParameters.

Examples

Example 1: Enable participation in CEIP

This command enables participation in CEIP.

PS C:\> Set-MgmtSvcCeip -EnableCeip Yes