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

VMware – Virtual Machine Files Type

Типы файлов и описание виртуальных машин VMware

https://docs.vmware.com/en/VMware-vSphere/7.0/com.vmware.vsphere.vm_admin.doc/GUID-CEFF6D89-8C19-4143-8C26-4B6D6734D2CB.html

Virtual Machine Files
FileUsageDescription
.vmxvmname.vmxVirtual machine configuration file
.vmxfvmname.vmxfAdditional virtual machine configuration files
.vmdkvmname.vmdkVirtual disk characteristics
-flat.vmdkvmname-flat.vmdkVirtual machine data disk
.nvramvmname.nvram or nvramVirtual machine BIOS or EFI configuration
.vmemvmname.vmemVirtual machine paging backup file
.vmsdvmname.vmsdVirtual machine snapshots information (metadata) file
.vmsnvmname.vmsnVirtual machine memory snapshot file
.vswpvmname.vswpVirtual machine swap file
.vmssvmname.vmssVirtual machine suspend file
.logvmware.logCurrent virtual machine log file
-#.logvmware-#.log (where # is a number starting with 1)Old virtual machine log files

Additional files are created when you perform certain tasks with the virtual machine.

  • A .hlog file is a log file that is used by vCenter Server to keep track of virtual machine files that must be removed after a certain operation completes.
  • A .vmtx file is created when you convert a virtual machine to a template. The .vmtx file replaces the virtual machine configuration file (.vmx file).