vmware / powerclicore

PowerCLI Core Dockerfile
Apache License 2.0
97 stars 48 forks source link

Quiet the CEIP message when the container starts #44

Closed mattmoor closed 4 years ago

mattmoor commented 4 years ago
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.

This is incredibly verbose, and I'd imagine that for relatively ephemeral containers that this dominates the logging and seems challenging to disable in advance. Perhaps consider disabling this in the Dockerfile?

mattmoor commented 4 years ago

Looks like there is already a PR that does this, which has been open for over a month (and has conflicts) 🤔

mattmoor commented 4 years ago

and another issue...