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