Hi,
When I log into my vcenter:
Connect-VIServer -Server myvcenter.com -Credential $credential
I get this message:
WARNING: Please consider joining the VMware Customer Experience Improvement Program, so you can help us make PowerCLI
.....
To suppress this:
Set-PowerCLIConfiguration -Scope User -ParticipateInCEIP $false
However I get this confirmation:
Perform operation?
Performing operation 'Update PowerCLI configuration.'?
[Y] Yes [A] Yes to All [N] No [L] No to All [S] Suspend [?] Help (default is "Y"):
How do I suppress this confirmation?