Join the Customer Experience Improvement Program in PowerCLI

You can choose to join the Customer Experience Improvement Program (CEIP), or leave the CEIP at any time.

Procedure

Run Set-PowerCLIConfiguration.
  • To join the CEIP, run the following command.
    Set-PowerCLIConfiguration -ParticipateInCeip $true
  • To leave the CEIP, run the following command.
    Set-PowerCLIConfiguration -ParticipateInCeip $false