Initialer Import der Synology Scripts
This commit is contained in:
Executable
+19
@@ -0,0 +1,19 @@
|
||||
$Config = @{
|
||||
Cluster = "INFRA"
|
||||
CSVGroups = "C:\\Shutdown\\Input.csv"
|
||||
LogPath = "C:\\Shutdown"
|
||||
VCenterServer = $null
|
||||
StorageSystem = $null
|
||||
|
||||
```
|
||||
CredFiles = @{
|
||||
vCenter = "C:\Shutdown\vcenter-cred.xml"
|
||||
storage = "C:\Shutdown\storage.xml"
|
||||
}
|
||||
|
||||
Tools = @{
|
||||
Plink = "C:\Program Files (x86)\PuTTY\plink.exe"
|
||||
}
|
||||
```
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user