Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 97e3c20792 | |||
| ad8b61e19f | |||
| f9291ed933 |
@@ -36,6 +36,7 @@ All recent updates can now be tracked via the [Change Log](https://github.com/Ze
|
||||
|
||||
## TODO
|
||||
|
||||
* Support ZVM appliance (different connection flow)
|
||||
* JFLR Functionality
|
||||
* Create VPG (Per-VM modification and Backup Settings)
|
||||
* Edit VPG
|
||||
|
||||
@@ -30,7 +30,7 @@ function Remove-ZertoVpgVm {
|
||||
}
|
||||
$VmIdentifiers = foreach ($machine in ($vm | Select-Object -Unique)) {
|
||||
if ($machine -in $protectedVms.VmName) {
|
||||
$protectedVms.Where( { $_.VmName -like $machine }) | Select-Object -ExpandProperty VmIdentifier
|
||||
$protectedVms | Where-Object ( { $_.VmName -like $machine }) | Select-Object -ExpandProperty VmIdentifier
|
||||
} else {
|
||||
Write-Warning "Virtual Machine: '$machine' is not found in Vpg: '$VpgName'. Check your parameters. Skipping $machine"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user