Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

suppress VMware Customer Experience Improvement Program message #33

Open
erpadmin opened this issue Apr 16, 2018 · 8 comments
Open

suppress VMware Customer Experience Improvement Program message #33

erpadmin opened this issue Apr 16, 2018 · 8 comments

Comments

@erpadmin
Copy link

if run 'Set-PowerCLIConfiguration -InvalidCertificateAction Ignore -Confirm:$false | Out-Null' i get the following message

WARNING: Please consider joining the VMware Customer Experience Improvement Program, so you can help us make PowerCLI a better product. You can join using the following command:

Set-PowerCLIConfiguration -Scope User -ParticipateInCEIP $true

VMware's Customer Experience Improvement Program ("CEIP") provides VMware with information that enables VMware to improve its products and services, to fix problems, and to advise you on how best to deploy and use our products.  As part of the CEIP, VMware collects technical information about your organization�s use of VMware products and services on a regular basis in association with your organization�s VMware license key(s).  This information does not personally identify any individual.

For more details: type "help about_ceip" to see the related help article.

To disable this warning and set your preference use the following command and restart PowerShell: 
Set-PowerCLIConfiguration -Scope User -ParticipateInCEIP $true or $false.

Suggestion Set-PowerCLIConfiguration -Scope User -ParticipateInCEIP $false does not persist.

Any way to suppress this message?

@erpadmin erpadmin changed the title suppress VMware Customer Experience Improvement Program suppress VMware Customer Experience Improvement Program message Apr 16, 2018
jakerobinson pushed a commit to jakerobinson/powerclicore that referenced this issue Apr 24, 2018
jakerobinson pushed a commit to jakerobinson/powerclicore that referenced this issue Apr 24, 2018
@jakerobinson
Copy link
Contributor

Yeah, this is weird... I have to do some investigation.

@jakerobinson jakerobinson self-assigned this May 1, 2018
@markercm
Copy link

markercm commented Dec 4, 2018

Set-PowerCLIConfiguration -Scope AllUsers -ParticipateInCEIP $false -Confirm:$false

This should do the needful in my experimentation.

@reidja
Copy link

reidja commented Mar 13, 2019

Please how do I fix this. It appears every single time I run this container? The above commands do not work as it seems to require restarting the container.

@SeanHood
Copy link

I have just added a PR to suppress this message

@mattmoor
Copy link
Contributor

Any chance we can get that PR some TLC? I just opened (and closed) an issue for this before discovering this issue (and the PR!): #38

@SeanHood
Copy link

PR has been updated!

@dmilov
Copy link
Contributor

dmilov commented May 18, 2021

The warning message is displayed on Import-Module which is triggered by PowerShell auto-loading mechanism.
PowerCLI is required to display this warning when no configuration is set.
An option to work around this is to call Import-Module VMware.VimAutomation.Core -WarningAction SilentlyContinue as a first command.

@JesseDarr
Copy link

I'm still seeing this issue in the latest version. None of the listed workarounds work for me.

I'm running my container via Concord and then using stdout in a slack notification. My current workaround is just to use a substring of the stdout for my notification, but a real fix would be nice.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

8 participants