Update vCenter-SSL.ps1

This commit is contained in:
2025-11-19 21:54:39 -06:00
parent fb3dba1f3b
commit 9c6517930e

View File

@@ -28,7 +28,7 @@ function Write-Log {
)
$ts = Get-Date -Format 'yyyy-MM-dd HH:mm:ss'
$line = "[$ts] $Level: $Message"
$line = "[$ts] $Level : $Message"
Write-Host $line
try {