Cleanup documentation

This commit is contained in:
Wes Carroll
2020-02-28 08:15:15 -05:00
parent 1e80bb06fb
commit a36a7cb37a
2 changed files with 1 additions and 2 deletions
+1 -1
View File
@@ -20,7 +20,7 @@ Get-ZertoRecoveryReport [<CommonParameters>]
### filter ### filter
``` ```
Get-ZertoRecoveryReport [-startTime <String>] [-endTime <String>] [-pageNumber <String>] [-pageSize <String>] Get-ZertoRecoveryReport [-startTime <String>] [-endTime <String>] [-pageNumber <String>] [-pageSize <String>]
[-vpgIdentifier <String>] [-vpgName <String>] [-recoveryType <String>] [-state <String>] [<CommonParameters>] [-vpgName <String>] [-recoveryType <String>] [-state <String>] [<CommonParameters>]
``` ```
## DESCRIPTION ## DESCRIPTION
-1
View File
@@ -26,7 +26,6 @@ Each entry in the CSV will be for one VM and a single NIC attached to that VM. E
This logic is applied to both the Live and Test settings individually. It is recommended to use the `Export-ZertoVpgNicSetting` to dump all current settings and then modify a copy of the exported file with only the settings you wish to update. Import the copied file and if you need to revert, Import the original. This logic is applied to both the Live and Test settings individually. It is recommended to use the `Export-ZertoVpgNicSetting` to dump all current settings and then modify a copy of the exported file with only the settings you wish to update. Import the copied file and if you need to revert, Import the original.
## EXAMPLES ## EXAMPLES
### Example 1 ### Example 1