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"...