Files
syno-scripts/Powershell/Shutdown_V3/Config.md
T

255 B
Executable File

$Config = @{ Cluster = "INFRA" CSVGroups = "C:\Shutdown\Input.csv" LogPath = "C:\Shutdown"

VCenterServer = "vcsa01.local"

CredFiles = @{
    vCenter = "C:\Shutdown\vcenter-cred.xml"
    storage = "C:\Shutdown\storage.xml"
}

}