VMware – медленная работа PowerCLI

Why does PowerCLI console start up very slow

Why does PowerCLI console start up very slow

https://communities.vmware.com/t5/VMware-PowerCLI-Discussions/Why-does-PowerCLI-console-start-up-very-slow-on-64-bit-OS/td-p/2534304

Solution

Did you try disabling the “Check for publisher’s certificate revocation” in Internet Explorer as mentioned in ?

How do browsers handle revoked SSL/TLS certificates

https://www.backup4all.com/how-do-browsers-handle-revoked-ssl-tls-certificates-kb.html#bookmark3

Speed up PowerCLI

http://www.virtu-al.net/2010/07/05/speed-up-powercli/

Install PowerCLI

https://developer.vmware.com/docs/15315/GUID-ACD2320C-D00F-4CCE-B968-B3C41A95C085.html

!!!!

Install-Module VMware.PowerCLI -Scope AllUsers

!!!!

-Scope

Specifies the installation scope of the module. The acceptable values for this parameter are AllUsers and CurrentUser.

The AllUsers scope installs modules in a location that’s accessible to all users of the computer:

$env:ProgramFiles\PowerShell\Modules

The CurrentUser installs modules in a location that’s accessible only to the current user of the computer. For example:

$HOME\Documents\PowerShell\Modules

Leave a comment