1.3 KiB
1.3 KiB
Zerto Virtual Manager
- Addressed a reported issue in the
Get-ZertoRecoveryReportfunction where the-VpgIdentifierparameter was not working. This parameter is not accepted by the API as a valid filter and is ignored. This parameter has been removed from the function. - Addressed a reported issue where the
Export-ZertoVpgNicSettingfunction would not properly execute when run against a VM with no NICs attached. - In reviewing the
Export-ZertoVpgNicSetting, a review of theImport-ZertoVpgNicSettingwas completed and it was determined to update the import logic based on various test cases. Along with this, it is now possible to reset the NIC settings to the default state with theImport-ZertoVpgNicSettingcommand. Please review the Import-ZertoVpgNicSetting help to review the updated options and import logic. - Refactored the
Checkpoint-ZertoVpgcommand to allow pipeline input (ByValue and ByProperty) for the VpgName parameter. - Corrected a parameter typo in the
Get-ZertoVpgSettingfunction. The misspelt parameter was added as an alias to ensure any existing scripts using the parameter continue to function.