3.8 KiB
3.8 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. - Refactored the
Get-ZertoVpgcommand to remove repetitive commands and variables that are no longer required. - Moved
Invoke-ZertoRestRequestandInvoke-ZARestRequestto be public functions. As there become more and more scenarios where there are not prebuilt functions to accomplish complex specialized tasks, it became apparent that these functions could be leveraged to make the experience and workflow easier. - Updated the
Install-ZertoVralogic to ensure that the target datastore is available on the target host. There isn't currently any method to validate the target network, but if that becomes available in a later version of the API, the function will be updated. - Updated the
Install-ZertoVrafunction to allow for installation of the VRA using the host password method. Please review the Install-ZertoVra documentation for syntax and examples.
Zerto Analytics
- Added several functions for the newly added Zerto Analytics Planner.
Get-ZAPlannerSiteHelp can be found here: Get-ZAPlannerSiteGet-ZAPlannerStatsReportHelp can be found here: Get-ZAPlannerStatsReportGet-ZAPlannerJournalSizeReportHelp can be found here: Get-ZAPlannerJournalSizeReportGet-ZAPlannerNetworkPerformanceReportHelp can be found here: Get-ZAPlannerNetworkPerformanceReportGet-ZAPlannerWanReportHelp can be found here: Get-ZAPlannerWanReportGet-ZAPlannerZcasReportHelp can be found here: Get-ZAPlannerZcasReport
- Created
Get-ZAProtectedVmandGet-ZAProtectedVmReportfunctions to leverage the newly released Zerto Analytics APIs for this data. Help files can be found here: Get-ZAProtectedVm and Get-ZAProtectedVmReport