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
Comments
|
Yeah, this is weird... I have to do some investigation. |
|
This should do the needful in my experimentation. |
|
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. |
|
I have just added a PR to suppress this message |
|
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 |
|
PR has been updated! |
|
The warning message is displayed on |
|
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. |
if run 'Set-PowerCLIConfiguration -InvalidCertificateAction Ignore -Confirm:$false | Out-Null' i get the following message
Suggestion
Set-PowerCLIConfiguration -Scope User -ParticipateInCEIP $falsedoes not persist.Any way to suppress this message?
The text was updated successfully, but these errors were encountered: