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

15 lines
255 B
Markdown
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"
}
```
}