VCAPSIE
  • About
  • Tips and Tricks
    • ESXCLI
    • Linux
    • Networking
      • Subnets
    • PowerCLI
    • Windows
  • Links
  • Contact
Select Page

Total Number of CPUs and Memory across all VM hosts

by Jeroen Lambrichts | Feb 9, 2024

param( [string]$vCenterServer = "vcenter.vcapsie.corp", [string]$outputLocation = "C:\vcapsie" ) # Function to log messages function Write-Log { param( [string]$Message, [string]$Path ) $timestamp = Get-Date -Format "yyyy-MM-dd HH:mm:ss"...
  • X
© Jeroen Lambrichts 2023-2024