diff --git a/Help/Connect-ZertoServer.md b/Help/Connect-ZertoServer.md deleted file mode 100644 index 534fb9f..0000000 --- a/Help/Connect-ZertoServer.md +++ /dev/null @@ -1,92 +0,0 @@ ---- -external help file: ZertoFunctions-help.xml -Module Name: ZertoFunctions -online version: -schema: 2.0.0 ---- - -# Connect-ZertoServer - -## SYNOPSIS -Connects and authorizes against a Zerto Virtual Manager server. - -## SYNTAX - -``` -Connect-ZertoServer [-zertoServer] [[-zertoPort] ] [-credential] - [] -``` - -## DESCRIPTION -Connects and authorizes against a Zerto Virtual Manager server. This command will set two environmental variables to contain the authorization token along with the Zerto Server IP address, Port information, and last time the token was used. The token will expire after 30 minutes have passed since the last call. - -## EXAMPLES - -### Example 1 -```powershell -PS C:\> Connect-ZertoServer -zertoServer "192.168.1.100" -zertoPort "9669" -credential $credential -``` - -Connects and authorizes against Zerto Virtual Manager server at 192.168.1.100 on port 9669 using a PSCredential object. - -## PARAMETERS - -### -credential -Valid credentials to connect to the Zerto Management Server - -```yaml -Type: PSCredential -Parameter Sets: (All) -Aliases: - -Required: True -Position: 2 -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - -### -zertoPort -Port on which the Zerto API is listening. Default port is 9669 - -```yaml -Type: String -Parameter Sets: (All) -Aliases: - -Required: False -Position: 1 -Default value: "9669" -Accept pipeline input: False -Accept wildcard characters: False -``` - -### -zertoServer -IP address or FQDN of your Zerto Management Server - -```yaml -Type: String -Parameter Sets: (All) -Aliases: - -Required: True -Position: 0 -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - -### CommonParameters -This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. -For more information, see about_CommonParameters (http://go.microsoft.com/fwlink/?LinkID=113216). - -## INPUTS - -### None - -## OUTPUTS - -### System.Object -## NOTES - -## RELATED LINKS diff --git a/Help/Disconnect-ZertoServer.md b/Help/Disconnect-ZertoServer.md deleted file mode 100644 index 543afdb..0000000 --- a/Help/Disconnect-ZertoServer.md +++ /dev/null @@ -1,42 +0,0 @@ ---- -external help file: ZertoFunctions-help.xml -Module Name: ZertoFunctions -online version: -schema: 2.0.0 ---- - -# Disconnect-ZertoServer - -## SYNOPSIS -{{Fill in the Synopsis}} - -## SYNTAX - -``` -Disconnect-ZertoServer -``` - -## DESCRIPTION -{{Fill in the Description}} - -## EXAMPLES - -### Example 1 -```powershell -PS C:\> {{ Add example code here }} -``` - -{{ Add example description here }} - -## PARAMETERS - -## INPUTS - -### None - -## OUTPUTS - -### System.Object -## NOTES - -## RELATED LINKS diff --git a/Help/Get-Alerts.md b/Help/Get-Alerts.md deleted file mode 100644 index c6075cd..0000000 --- a/Help/Get-Alerts.md +++ /dev/null @@ -1,269 +0,0 @@ ---- -external help file: ZertoFunctions-help.xml -Module Name: ZertoFunctions -online version: -schema: 2.0.0 ---- - -# Get-Alerts - -## SYNOPSIS -{{Fill in the Synopsis}} - -## SYNTAX - -### main (Default) -``` -Get-Alerts [] -``` - -### alertId -``` -Get-Alerts -alertId [] -``` - -### entities -``` -Get-Alerts [-entities] [] -``` - -### helpIdentifiers -``` -Get-Alerts [-helpIdentifiers] [] -``` - -### levels -``` -Get-Alerts [-levels] [] -``` - -### filter -``` -Get-Alerts [-startDate ] [-endDate ] [-vpgIdentifier ] [-siteIdentifier ] - [-zorgIdentifier ] [-level ] [-helpIdentifier ] [-entity ] [-isDismissed] - [] -``` - -## DESCRIPTION -{{Fill in the Description}} - -## EXAMPLES - -### Example 1 -```powershell -PS C:\> {{ Add example code here }} -``` - -{{ Add example description here }} - -## PARAMETERS - -### -alertId -{{Fill alertId Description}} - -```yaml -Type: String[] -Parameter Sets: alertId -Aliases: - -Required: True -Position: Named -Default value: None -Accept pipeline input: True (ByPropertyName, ByValue) -Accept wildcard characters: False -``` - -### -endDate -{{Fill endDate Description}} - -```yaml -Type: String -Parameter Sets: filter -Aliases: - -Required: False -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - -### -entities -{{Fill entities Description}} - -```yaml -Type: SwitchParameter -Parameter Sets: entities -Aliases: - -Required: True -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - -### -entity -{{Fill entity Description}} - -```yaml -Type: String -Parameter Sets: filter -Aliases: - -Required: False -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - -### -helpIdentifier -{{Fill helpIdentifier Description}} - -```yaml -Type: String -Parameter Sets: filter -Aliases: - -Required: False -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - -### -helpIdentifiers -{{Fill helpIdentifiers Description}} - -```yaml -Type: SwitchParameter -Parameter Sets: helpIdentifiers -Aliases: - -Required: True -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - -### -isDismissed -{{Fill isDismissed Description}} - -```yaml -Type: SwitchParameter -Parameter Sets: filter -Aliases: - -Required: False -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - -### -level -{{Fill level Description}} - -```yaml -Type: String -Parameter Sets: filter -Aliases: - -Required: False -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - -### -levels -{{Fill levels Description}} - -```yaml -Type: SwitchParameter -Parameter Sets: levels -Aliases: - -Required: True -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - -### -siteIdentifier -{{Fill siteIdentifier Description}} - -```yaml -Type: String -Parameter Sets: filter -Aliases: - -Required: False -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - -### -startDate -{{Fill startDate Description}} - -```yaml -Type: String -Parameter Sets: filter -Aliases: - -Required: False -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - -### -vpgIdentifier -{{Fill vpgIdentifier Description}} - -```yaml -Type: String -Parameter Sets: filter -Aliases: - -Required: False -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - -### -zorgIdentifier -{{Fill zorgIdentifier Description}} - -```yaml -Type: String -Parameter Sets: filter -Aliases: - -Required: False -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - -### CommonParameters -This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. -For more information, see about_CommonParameters (http://go.microsoft.com/fwlink/?LinkID=113216). - -## INPUTS - -### System.String[] - -## OUTPUTS - -### System.Object -## NOTES - -## RELATED LINKS diff --git a/Help/Get-Datastores.md b/Help/Get-Datastores.md deleted file mode 100644 index 366c59d..0000000 --- a/Help/Get-Datastores.md +++ /dev/null @@ -1,67 +0,0 @@ ---- -external help file: ZertoFunctions-help.xml -Module Name: ZertoFunctions -online version: -schema: 2.0.0 ---- - -# Get-Datastores - -## SYNOPSIS -{{Fill in the Synopsis}} - -## SYNTAX - -### main (Default) -``` -Get-Datastores [] -``` - -### datastoreIdentifier -``` -Get-Datastores [-datastoreIdentifier ] [] -``` - -## DESCRIPTION -{{Fill in the Description}} - -## EXAMPLES - -### Example 1 -```powershell -PS C:\> {{ Add example code here }} -``` - -{{ Add example description here }} - -## PARAMETERS - -### -datastoreIdentifier -{{Fill datastoreIdentifier Description}} - -```yaml -Type: String[] -Parameter Sets: datastoreIdentifier -Aliases: - -Required: False -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - -### CommonParameters -This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. -For more information, see about_CommonParameters (http://go.microsoft.com/fwlink/?LinkID=113216). - -## INPUTS - -### None - -## OUTPUTS - -### System.Object -## NOTES - -## RELATED LINKS diff --git a/Help/Get-Events.md b/Help/Get-Events.md deleted file mode 100644 index d2d3cc8..0000000 --- a/Help/Get-Events.md +++ /dev/null @@ -1,330 +0,0 @@ ---- -external help file: ZertoFunctions-help.xml -Module Name: ZertoFunctions -online version: -schema: 2.0.0 ---- - -# Get-Events - -## SYNOPSIS -{{Fill in the Synopsis}} - -## SYNTAX - -### main (Default) -``` -Get-Events [] -``` - -### filter -``` -Get-Events [-startDate ] [-endDate ] [-vpg ] [-vpgIdentifier ] - [-eventType ] [-siteName ] [-siteIdentifier ] [-zorgIdentifier ] - [-entityType ] [-userName ] [-category ] [-eventCategory ] - [-alertIdentifier ] [] -``` - -### eventId -``` -Get-Events -eventId [] -``` - -### categories -``` -Get-Events [-categories] [] -``` - -### entities -``` -Get-Events [-entities] [] -``` - -### types -``` -Get-Events [-types] [] -``` - -## DESCRIPTION -{{Fill in the Description}} - -## EXAMPLES - -### Example 1 -```powershell -PS C:\> {{ Add example code here }} -``` - -{{ Add example description here }} - -## PARAMETERS - -### -alertIdentifier -{{Fill alertIdentifier Description}} - -```yaml -Type: String -Parameter Sets: filter -Aliases: - -Required: False -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - -### -categories -{{Fill categories Description}} - -```yaml -Type: SwitchParameter -Parameter Sets: categories -Aliases: - -Required: True -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - -### -category -{{Fill category Description}} - -```yaml -Type: String -Parameter Sets: filter -Aliases: - -Required: False -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - -### -endDate -{{Fill endDate Description}} - -```yaml -Type: String -Parameter Sets: filter -Aliases: - -Required: False -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - -### -entities -{{Fill entities Description}} - -```yaml -Type: SwitchParameter -Parameter Sets: entities -Aliases: - -Required: True -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - -### -entityType -{{Fill entityType Description}} - -```yaml -Type: String -Parameter Sets: filter -Aliases: - -Required: False -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - -### -eventCategory -{{Fill eventCategory Description}} - -```yaml -Type: String -Parameter Sets: filter -Aliases: - -Required: False -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - -### -eventId -{{Fill eventId Description}} - -```yaml -Type: String[] -Parameter Sets: eventId -Aliases: - -Required: True -Position: Named -Default value: None -Accept pipeline input: True (ByPropertyName, ByValue) -Accept wildcard characters: False -``` - -### -eventType -{{Fill eventType Description}} - -```yaml -Type: String -Parameter Sets: filter -Aliases: - -Required: False -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - -### -siteIdentifier -{{Fill siteIdentifier Description}} - -```yaml -Type: String -Parameter Sets: filter -Aliases: - -Required: False -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - -### -siteName -{{Fill siteName Description}} - -```yaml -Type: String -Parameter Sets: filter -Aliases: - -Required: False -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - -### -startDate -{{Fill startDate Description}} - -```yaml -Type: String -Parameter Sets: filter -Aliases: - -Required: False -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - -### -types -{{Fill types Description}} - -```yaml -Type: SwitchParameter -Parameter Sets: types -Aliases: - -Required: True -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - -### -userName -{{Fill userName Description}} - -```yaml -Type: String -Parameter Sets: filter -Aliases: - -Required: False -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - -### -vpg -{{Fill vpg Description}} - -```yaml -Type: String -Parameter Sets: filter -Aliases: - -Required: False -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - -### -vpgIdentifier -{{Fill vpgIdentifier Description}} - -```yaml -Type: String -Parameter Sets: filter -Aliases: - -Required: False -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - -### -zorgIdentifier -{{Fill zorgIdentifier Description}} - -```yaml -Type: String -Parameter Sets: filter -Aliases: - -Required: False -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - -### CommonParameters -This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. -For more information, see about_CommonParameters (http://go.microsoft.com/fwlink/?LinkID=113216). - -## INPUTS - -### System.String[] - -## OUTPUTS - -### System.Object -## NOTES - -## RELATED LINKS diff --git a/Help/Get-License.md b/Help/Get-License.md deleted file mode 100644 index 0dbd874..0000000 --- a/Help/Get-License.md +++ /dev/null @@ -1,42 +0,0 @@ ---- -external help file: ZertoFunctions-help.xml -Module Name: ZertoFunctions -online version: -schema: 2.0.0 ---- - -# Get-License - -## SYNOPSIS -{{Fill in the Synopsis}} - -## SYNTAX - -``` -Get-License -``` - -## DESCRIPTION -{{Fill in the Description}} - -## EXAMPLES - -### Example 1 -```powershell -PS C:\> {{ Add example code here }} -``` - -{{ Add example description here }} - -## PARAMETERS - -## INPUTS - -### None - -## OUTPUTS - -### System.Object -## NOTES - -## RELATED LINKS diff --git a/Help/Get-LocalSite.md b/Help/Get-LocalSite.md deleted file mode 100644 index 57e7125..0000000 --- a/Help/Get-LocalSite.md +++ /dev/null @@ -1,61 +0,0 @@ ---- -external help file: ZertoFunctions-help.xml -Module Name: ZertoFunctions -online version: -schema: 2.0.0 ---- - -# Get-LocalSite - -## SYNOPSIS -{{Fill in the Synopsis}} - -## SYNTAX - -``` -Get-LocalSite [-pairingstatuses] [] -``` - -## DESCRIPTION -{{Fill in the Description}} - -## EXAMPLES - -### Example 1 -```powershell -PS C:\> {{ Add example code here }} -``` - -{{ Add example description here }} - -## PARAMETERS - -### -pairingstatuses -{{Fill pairingstatuses Description}} - -```yaml -Type: SwitchParameter -Parameter Sets: (All) -Aliases: - -Required: False -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - -### CommonParameters -This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. -For more information, see about_CommonParameters (http://go.microsoft.com/fwlink/?LinkID=113216). - -## INPUTS - -### None - -## OUTPUTS - -### System.Object -## NOTES - -## RELATED LINKS diff --git a/Help/Get-Peersites.md b/Help/Get-Peersites.md deleted file mode 100644 index 383541c..0000000 --- a/Help/Get-Peersites.md +++ /dev/null @@ -1,168 +0,0 @@ ---- -external help file: ZertoFunctions-help.xml -Module Name: ZertoFunctions -online version: -schema: 2.0.0 ---- - -# Get-Peersites - -## SYNOPSIS -{{Fill in the Synopsis}} - -## SYNTAX - -### main (Default) -``` -Get-Peersites [] -``` - -### pairingStatuses -``` -Get-Peersites [-pairingStatuses] [] -``` - -### siteIdentifier -``` -Get-Peersites -siteIdentifier [] -``` - -### filter -``` -Get-Peersites [-peerName ] [-paringStatus ] [-location ] [-hostName ] - [-port ] [] -``` - -## DESCRIPTION -{{Fill in the Description}} - -## EXAMPLES - -### Example 1 -```powershell -PS C:\> {{ Add example code here }} -``` - -{{ Add example description here }} - -## PARAMETERS - -### -hostName -{{Fill hostName Description}} - -```yaml -Type: String -Parameter Sets: filter -Aliases: - -Required: False -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - -### -location -{{Fill location Description}} - -```yaml -Type: String -Parameter Sets: filter -Aliases: - -Required: False -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - -### -pairingStatuses -{{Fill pairingStatuses Description}} - -```yaml -Type: SwitchParameter -Parameter Sets: pairingStatuses -Aliases: - -Required: True -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - -### -paringStatus -{{Fill paringStatus Description}} - -```yaml -Type: String -Parameter Sets: filter -Aliases: - -Required: False -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - -### -peerName -{{Fill peerName Description}} - -```yaml -Type: String -Parameter Sets: filter -Aliases: - -Required: False -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - -### -port -{{Fill port Description}} - -```yaml -Type: String -Parameter Sets: filter -Aliases: - -Required: False -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - -### -siteIdentifier -{{Fill siteIdentifier Description}} - -```yaml -Type: String[] -Parameter Sets: siteIdentifier -Aliases: - -Required: True -Position: Named -Default value: None -Accept pipeline input: True (ByPropertyName, ByValue) -Accept wildcard characters: False -``` - -### CommonParameters -This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. -For more information, see about_CommonParameters (http://go.microsoft.com/fwlink/?LinkID=113216). - -## INPUTS - -### System.String[] - -## OUTPUTS - -### System.Object -## NOTES - -## RELATED LINKS diff --git a/Help/Get-ProtectedVMs.md b/Help/Get-ProtectedVMs.md deleted file mode 100644 index eeae0ec..0000000 --- a/Help/Get-ProtectedVMs.md +++ /dev/null @@ -1,224 +0,0 @@ ---- -external help file: ZertoFunctions-help.xml -Module Name: ZertoFunctions -online version: -schema: 2.0.0 ---- - -# Get-ProtectedVMs - -## SYNOPSIS -{{Fill in the Synopsis}} - -## SYNTAX - -### main (Default) -``` -Get-ProtectedVMs [] -``` - -### vmIdentifier -``` -Get-ProtectedVMs -vmIdentifier [] -``` - -### filter -``` -Get-ProtectedVMs [-vpgName ] [-vmName ] [-status ] [-substatus ] - [-organizationName ] [-priority ] [-protectedSiteType ] [-recoverySiteType ] - [-protectedSiteIdentifier ] [-recoverySiteIdentifier ] [] -``` - -## DESCRIPTION -{{Fill in the Description}} - -## EXAMPLES - -### Example 1 -```powershell -PS C:\> {{ Add example code here }} -``` - -{{ Add example description here }} - -## PARAMETERS - -### -organizationName -{{Fill organizationName Description}} - -```yaml -Type: String -Parameter Sets: filter -Aliases: - -Required: False -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - -### -priority -{{Fill priority Description}} - -```yaml -Type: String -Parameter Sets: filter -Aliases: - -Required: False -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - -### -protectedSiteIdentifier -{{Fill protectedSiteIdentifier Description}} - -```yaml -Type: String -Parameter Sets: filter -Aliases: - -Required: False -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - -### -protectedSiteType -{{Fill protectedSiteType Description}} - -```yaml -Type: String -Parameter Sets: filter -Aliases: - -Required: False -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - -### -recoverySiteIdentifier -{{Fill recoverySiteIdentifier Description}} - -```yaml -Type: String -Parameter Sets: filter -Aliases: - -Required: False -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - -### -recoverySiteType -{{Fill recoverySiteType Description}} - -```yaml -Type: String -Parameter Sets: filter -Aliases: - -Required: False -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - -### -status -{{Fill status Description}} - -```yaml -Type: String -Parameter Sets: filter -Aliases: - -Required: False -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - -### -substatus -{{Fill substatus Description}} - -```yaml -Type: String -Parameter Sets: filter -Aliases: - -Required: False -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - -### -vmIdentifier -{{Fill vmIdentifier Description}} - -```yaml -Type: String[] -Parameter Sets: vmIdentifier -Aliases: - -Required: True -Position: Named -Default value: None -Accept pipeline input: True (ByPropertyName, ByValue) -Accept wildcard characters: False -``` - -### -vmName -{{Fill vmName Description}} - -```yaml -Type: String -Parameter Sets: filter -Aliases: - -Required: False -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - -### -vpgName -{{Fill vpgName Description}} - -```yaml -Type: String -Parameter Sets: filter -Aliases: - -Required: False -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - -### CommonParameters -This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. -For more information, see about_CommonParameters (http://go.microsoft.com/fwlink/?LinkID=113216). - -## INPUTS - -### System.String[] - -## OUTPUTS - -### System.Object -## NOTES - -## RELATED LINKS diff --git a/Help/Get-RecoveryReport.md b/Help/Get-RecoveryReport.md deleted file mode 100644 index 3068442..0000000 --- a/Help/Get-RecoveryReport.md +++ /dev/null @@ -1,173 +0,0 @@ ---- -external help file: ZertoFunctions-help.xml -Module Name: ZertoFunctions -online version: -schema: 2.0.0 ---- - -# Get-RecoveryReport - -## SYNOPSIS -{{Fill in the Synopsis}} - -## SYNTAX - -### main (Default) -``` -Get-RecoveryReport [] -``` - -### filter -``` -Get-RecoveryReport [-startTime ] [-endTime ] [-pageNumber ] [-pageSize ] - [-vpgIdentifier ] [-vpgName ] [-recoveryType ] [-state ] [] -``` - -## DESCRIPTION -{{Fill in the Description}} - -## EXAMPLES - -### Example 1 -```powershell -PS C:\> {{ Add example code here }} -``` - -{{ Add example description here }} - -## PARAMETERS - -### -endTime -{{Fill endTime Description}} - -```yaml -Type: String -Parameter Sets: filter -Aliases: - -Required: False -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - -### -pageNumber -{{Fill pageNumber Description}} - -```yaml -Type: String -Parameter Sets: filter -Aliases: - -Required: False -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - -### -pageSize -{{Fill pageSize Description}} - -```yaml -Type: String -Parameter Sets: filter -Aliases: - -Required: False -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - -### -recoveryType -{{Fill recoveryType Description}} - -```yaml -Type: String -Parameter Sets: filter -Aliases: - -Required: False -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - -### -startTime -{{Fill startTime Description}} - -```yaml -Type: String -Parameter Sets: filter -Aliases: - -Required: False -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - -### -state -{{Fill state Description}} - -```yaml -Type: String -Parameter Sets: filter -Aliases: - -Required: False -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - -### -vpgIdentifier -{{Fill vpgIdentifier Description}} - -```yaml -Type: String -Parameter Sets: filter -Aliases: - -Required: False -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - -### -vpgName -{{Fill vpgName Description}} - -```yaml -Type: String -Parameter Sets: filter -Aliases: - -Required: False -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - -### CommonParameters -This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. -For more information, see about_CommonParameters (http://go.microsoft.com/fwlink/?LinkID=113216). - -## INPUTS - -### None - -## OUTPUTS - -### System.Object -## NOTES - -## RELATED LINKS diff --git a/Help/Get-ResourcesReport.md b/Help/Get-ResourcesReport.md deleted file mode 100644 index 8cd0adf..0000000 --- a/Help/Get-ResourcesReport.md +++ /dev/null @@ -1,311 +0,0 @@ ---- -external help file: ZertoFunctions-help.xml -Module Name: ZertoFunctions -online version: -schema: 2.0.0 ---- - -# Get-ResourcesReport - -## SYNOPSIS -{{Fill in the Synopsis}} - -## SYNTAX - -### main (Default) -``` -Get-ResourcesReport [] -``` - -### filter -``` -Get-ResourcesReport [-startTime ] [-endTime ] [-pageNumber ] [-pageSize ] - [-zorgName ] [-vmName ] [-vpgName ] [-protectedSiteName ] - [-protectedClusterName ] [-protectedHostName ] [-protectedOrgVdc ] - [-protectedVdcOrg ] [-recoverySiteName ] [-recoveryClusterName ] - [-recoveryHostName ] [-recoveryOrgVdc ] [-recoveryVdcOrg ] [] -``` - -## DESCRIPTION -{{Fill in the Description}} - -## EXAMPLES - -### Example 1 -```powershell -PS C:\> {{ Add example code here }} -``` - -{{ Add example description here }} - -## PARAMETERS - -### -endTime -{{Fill endTime Description}} - -```yaml -Type: String -Parameter Sets: filter -Aliases: - -Required: False -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - -### -pageNumber -{{Fill pageNumber Description}} - -```yaml -Type: String -Parameter Sets: filter -Aliases: - -Required: False -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - -### -pageSize -{{Fill pageSize Description}} - -```yaml -Type: String -Parameter Sets: filter -Aliases: - -Required: False -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - -### -protectedClusterName -{{Fill protectedClusterName Description}} - -```yaml -Type: String -Parameter Sets: filter -Aliases: - -Required: False -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - -### -protectedHostName -{{Fill protectedHostName Description}} - -```yaml -Type: String -Parameter Sets: filter -Aliases: - -Required: False -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - -### -protectedOrgVdc -{{Fill protectedOrgVdc Description}} - -```yaml -Type: String -Parameter Sets: filter -Aliases: - -Required: False -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - -### -protectedSiteName -{{Fill protectedSiteName Description}} - -```yaml -Type: String -Parameter Sets: filter -Aliases: - -Required: False -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - -### -protectedVdcOrg -{{Fill protectedVdcOrg Description}} - -```yaml -Type: String -Parameter Sets: filter -Aliases: - -Required: False -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - -### -recoveryClusterName -{{Fill recoveryClusterName Description}} - -```yaml -Type: String -Parameter Sets: filter -Aliases: - -Required: False -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - -### -recoveryHostName -{{Fill recoveryHostName Description}} - -```yaml -Type: String -Parameter Sets: filter -Aliases: - -Required: False -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - -### -recoveryOrgVdc -{{Fill recoveryOrgVdc Description}} - -```yaml -Type: String -Parameter Sets: filter -Aliases: - -Required: False -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - -### -recoverySiteName -{{Fill recoverySiteName Description}} - -```yaml -Type: String -Parameter Sets: filter -Aliases: - -Required: False -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - -### -recoveryVdcOrg -{{Fill recoveryVdcOrg Description}} - -```yaml -Type: String -Parameter Sets: filter -Aliases: - -Required: False -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - -### -startTime -{{Fill startTime Description}} - -```yaml -Type: String -Parameter Sets: filter -Aliases: - -Required: False -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - -### -vmName -{{Fill vmName Description}} - -```yaml -Type: String -Parameter Sets: filter -Aliases: - -Required: False -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - -### -vpgName -{{Fill vpgName Description}} - -```yaml -Type: String -Parameter Sets: filter -Aliases: - -Required: False -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - -### -zorgName -{{Fill zorgName Description}} - -```yaml -Type: String -Parameter Sets: filter -Aliases: - -Required: False -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - -### CommonParameters -This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. -For more information, see about_CommonParameters (http://go.microsoft.com/fwlink/?LinkID=113216). - -## INPUTS - -### None - -## OUTPUTS - -### System.Object -## NOTES - -## RELATED LINKS diff --git a/Help/Get-ServiceProfiles.md b/Help/Get-ServiceProfiles.md deleted file mode 100644 index 2ead784..0000000 --- a/Help/Get-ServiceProfiles.md +++ /dev/null @@ -1,87 +0,0 @@ ---- -external help file: ZertoFunctions-help.xml -Module Name: ZertoFunctions -online version: -schema: 2.0.0 ---- - -# Get-ServiceProfiles - -## SYNOPSIS -{{Fill in the Synopsis}} - -## SYNTAX - -### main (Default) -``` -Get-ServiceProfiles [] -``` - -### siteIdentifier -``` -Get-ServiceProfiles [-siteIdentifier ] [] -``` - -### serviceProfileId -``` -Get-ServiceProfiles [-serviceProfileId ] [] -``` - -## DESCRIPTION -{{Fill in the Description}} - -## EXAMPLES - -### Example 1 -```powershell -PS C:\> {{ Add example code here }} -``` - -{{ Add example description here }} - -## PARAMETERS - -### -serviceProfileId -{{Fill serviceProfileId Description}} - -```yaml -Type: String[] -Parameter Sets: serviceProfileId -Aliases: - -Required: False -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - -### -siteIdentifier -{{Fill siteIdentifier Description}} - -```yaml -Type: String -Parameter Sets: siteIdentifier -Aliases: - -Required: False -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - -### CommonParameters -This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. -For more information, see about_CommonParameters (http://go.microsoft.com/fwlink/?LinkID=113216). - -## INPUTS - -### None - -## OUTPUTS - -### System.Object -## NOTES - -## RELATED LINKS diff --git a/Help/Get-Tasks.md b/Help/Get-Tasks.md deleted file mode 100644 index a52b0a5..0000000 --- a/Help/Get-Tasks.md +++ /dev/null @@ -1,183 +0,0 @@ ---- -external help file: ZertoFunctions-help.xml -Module Name: ZertoFunctions -online version: -schema: 2.0.0 ---- - -# Get-Tasks - -## SYNOPSIS -{{Fill in the Synopsis}} - -## SYNTAX - -### main (Default) -``` -Get-Tasks [] -``` - -### taskIdentifier -``` -Get-Tasks [-taskIdentifier ] [] -``` - -### types -``` -Get-Tasks [-types] [] -``` - -### filter -``` -Get-Tasks [-startedBeforeDate ] [-startedAfterDate ] [-completedAfterDate ] - [-completedBeforeDate ] [-type ] [-status ] [] -``` - -## DESCRIPTION -{{Fill in the Description}} - -## EXAMPLES - -### Example 1 -```powershell -PS C:\> {{ Add example code here }} -``` - -{{ Add example description here }} - -## PARAMETERS - -### -completedAfterDate -{{Fill completedAfterDate Description}} - -```yaml -Type: String -Parameter Sets: filter -Aliases: - -Required: False -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - -### -completedBeforeDate -{{Fill completedBeforeDate Description}} - -```yaml -Type: String -Parameter Sets: filter -Aliases: - -Required: False -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - -### -startedAfterDate -{{Fill startedAfterDate Description}} - -```yaml -Type: String -Parameter Sets: filter -Aliases: - -Required: False -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - -### -startedBeforeDate -{{Fill startedBeforeDate Description}} - -```yaml -Type: String -Parameter Sets: filter -Aliases: - -Required: False -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - -### -status -{{Fill status Description}} - -```yaml -Type: String -Parameter Sets: filter -Aliases: - -Required: False -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - -### -taskIdentifier -{{Fill taskIdentifier Description}} - -```yaml -Type: String[] -Parameter Sets: taskIdentifier -Aliases: - -Required: False -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - -### -type -{{Fill type Description}} - -```yaml -Type: String -Parameter Sets: filter -Aliases: - -Required: False -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - -### -types -{{Fill types Description}} - -```yaml -Type: SwitchParameter -Parameter Sets: types -Aliases: - -Required: False -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - -### CommonParameters -This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. -For more information, see about_CommonParameters (http://go.microsoft.com/fwlink/?LinkID=113216). - -## INPUTS - -### None - -## OUTPUTS - -### System.Object -## NOTES - -## RELATED LINKS diff --git a/Help/Get-UnprotectedVMs.md b/Help/Get-UnprotectedVMs.md deleted file mode 100644 index 0488f4b..0000000 --- a/Help/Get-UnprotectedVMs.md +++ /dev/null @@ -1,42 +0,0 @@ ---- -external help file: ZertoFunctions-help.xml -Module Name: ZertoFunctions -online version: -schema: 2.0.0 ---- - -# Get-UnprotectedVMs - -## SYNOPSIS -{{Fill in the Synopsis}} - -## SYNTAX - -``` -Get-UnprotectedVMs -``` - -## DESCRIPTION -{{Fill in the Description}} - -## EXAMPLES - -### Example 1 -```powershell -PS C:\> {{ Add example code here }} -``` - -{{ Add example description here }} - -## PARAMETERS - -## INPUTS - -### None - -## OUTPUTS - -### System.Object -## NOTES - -## RELATED LINKS diff --git a/Help/Get-VirtualizationSites.md b/Help/Get-VirtualizationSites.md deleted file mode 100644 index d08c64a..0000000 --- a/Help/Get-VirtualizationSites.md +++ /dev/null @@ -1,277 +0,0 @@ ---- -external help file: ZertoFunctions-help.xml -Module Name: ZertoFunctions -online version: -schema: 2.0.0 ---- - -# Get-VirtualizationSites - -## SYNOPSIS -{{Fill in the Synopsis}} - -## SYNTAX - -### main (Default) -``` -Get-VirtualizationSites [] -``` - -### vms -``` -Get-VirtualizationSites -siteIdentifiers [-vms] [] -``` - -### resourcePools -``` -Get-VirtualizationSites -siteIdentifiers [-resourcePools] [] -``` - -### networks -``` -Get-VirtualizationSites -siteIdentifiers [-networks] [] -``` - -### hosts -``` -Get-VirtualizationSites -siteIdentifiers [-hostIdentifier ] [-hosts] [] -``` - -### hostClusters -``` -Get-VirtualizationSites -siteIdentifiers [-hostClusters] [] -``` - -### datastores -``` -Get-VirtualizationSites -siteIdentifiers [-datastores] [] -``` - -### datastoreClusters -``` -Get-VirtualizationSites -siteIdentifiers [-datastoreClusters] [] -``` - -### siteIdentifier -``` -Get-VirtualizationSites -siteIdentifiers [] -``` - -### folders -``` -Get-VirtualizationSites -siteIdentifier [-folders] [] -``` - -### devices -``` -Get-VirtualizationSites -siteIdentifier [-devices] [-hostIdentifier ] [] -``` - -## DESCRIPTION -{{Fill in the Description}} - -## EXAMPLES - -### Example 1 -```powershell -PS C:\> {{ Add example code here }} -``` - -{{ Add example description here }} - -## PARAMETERS - -### -datastoreClusters -{{Fill datastoreClusters Description}} - -```yaml -Type: SwitchParameter -Parameter Sets: datastoreClusters -Aliases: - -Required: True -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - -### -datastores -{{Fill datastores Description}} - -```yaml -Type: SwitchParameter -Parameter Sets: datastores -Aliases: - -Required: True -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - -### -devices -{{Fill devices Description}} - -```yaml -Type: SwitchParameter -Parameter Sets: devices -Aliases: - -Required: True -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - -### -folders -{{Fill folders Description}} - -```yaml -Type: SwitchParameter -Parameter Sets: folders -Aliases: - -Required: True -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - -### -hostClusters -{{Fill hostClusters Description}} - -```yaml -Type: SwitchParameter -Parameter Sets: hostClusters -Aliases: - -Required: True -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - -### -hostIdentifier -{{Fill hostIdentifier Description}} - -```yaml -Type: String -Parameter Sets: hosts, devices -Aliases: - -Required: False -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - -### -hosts -{{Fill hosts Description}} - -```yaml -Type: SwitchParameter -Parameter Sets: hosts -Aliases: - -Required: True -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - -### -networks -{{Fill networks Description}} - -```yaml -Type: SwitchParameter -Parameter Sets: networks -Aliases: - -Required: True -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - -### -resourcePools -{{Fill resourcePools Description}} - -```yaml -Type: SwitchParameter -Parameter Sets: resourcePools -Aliases: - -Required: True -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - -### -siteIdentifier -{{Fill siteIdentifier Description}} - -```yaml -Type: String -Parameter Sets: folders, devices -Aliases: - -Required: True -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - -### -siteIdentifiers -{{Fill siteIdentifiers Description}} - -```yaml -Type: String[] -Parameter Sets: vms, resourcePools, networks, hosts, hostClusters, datastores, datastoreClusters, siteIdentifier -Aliases: - -Required: True -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - -### -vms -{{Fill vms Description}} - -```yaml -Type: SwitchParameter -Parameter Sets: vms -Aliases: - -Required: True -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - -### CommonParameters -This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. -For more information, see about_CommonParameters (http://go.microsoft.com/fwlink/?LinkID=113216). - -## INPUTS - -### None - -## OUTPUTS - -### System.Object -## NOTES - -## RELATED LINKS diff --git a/Help/Get-Volumes.md b/Help/Get-Volumes.md deleted file mode 100644 index d263388..0000000 --- a/Help/Get-Volumes.md +++ /dev/null @@ -1,128 +0,0 @@ ---- -external help file: ZertoFunctions-help.xml -Module Name: ZertoFunctions -online version: -schema: 2.0.0 ---- - -# Get-Volumes - -## SYNOPSIS -{{Fill in the Synopsis}} - -## SYNTAX - -### main (Default) -``` -Get-Volumes [] -``` - -### filter -``` -Get-Volumes [-volumeType ] [-vpgIdentifier ] [-datastoreIdentifier ] - [-protectedVmIdentifier ] [-owningVmIdentifier ] [] -``` - -## DESCRIPTION -{{Fill in the Description}} - -## EXAMPLES - -### Example 1 -```powershell -PS C:\> {{ Add example code here }} -``` - -{{ Add example description here }} - -## PARAMETERS - -### -datastoreIdentifier -{{Fill datastoreIdentifier Description}} - -```yaml -Type: String -Parameter Sets: filter -Aliases: - -Required: False -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - -### -owningVmIdentifier -{{Fill owningVmIdentifier Description}} - -```yaml -Type: String -Parameter Sets: filter -Aliases: - -Required: False -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - -### -protectedVmIdentifier -{{Fill protectedVmIdentifier Description}} - -```yaml -Type: String -Parameter Sets: filter -Aliases: - -Required: False -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - -### -volumeType -{{Fill volumeType Description}} - -```yaml -Type: String -Parameter Sets: filter -Aliases: - -Required: False -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - -### -vpgIdentifier -{{Fill vpgIdentifier Description}} - -```yaml -Type: String -Parameter Sets: filter -Aliases: - -Required: False -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - -### CommonParameters -This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. -For more information, see about_CommonParameters (http://go.microsoft.com/fwlink/?LinkID=113216). - -## INPUTS - -### None - -## OUTPUTS - -### System.Object -## NOTES - -## RELATED LINKS diff --git a/Help/Get-VpgSettings.md b/Help/Get-VpgSettings.md deleted file mode 100644 index ebed751..0000000 --- a/Help/Get-VpgSettings.md +++ /dev/null @@ -1,421 +0,0 @@ ---- -external help file: ZertoFunctions-help.xml -Module Name: ZertoFunctions -online version: -schema: 2.0.0 ---- - -# Get-VpgSettings - -## SYNOPSIS -{{Fill in the Synopsis}} - -## SYNTAX - -### default (Default) -``` -Get-VpgSettings [] -``` - -### volumeIdentifier -``` -Get-VpgSettings -vpgSettingsIdentifier -vmIdentifier -volumeIdentifier - [] -``` - -### volumes -``` -Get-VpgSettings -vpgSettingsIdentifier -vmIdentifier [-volumes] [] -``` - -### nicIdentifier -``` -Get-VpgSettings -vpgSettingsIdentifier -vmIdentifier -nicIdentifier - [] -``` - -### nics -``` -Get-VpgSettings -vpgSettingsIdentifier -vmIdentifier [-nics] [] -``` - -### vmIdentifier -``` -Get-VpgSettings -vpgSettingsIdentifier -vmIdentifier [] -``` - -### vms -``` -Get-VpgSettings -vpgSettingsIdentifier [-vms] [] -``` - -### scripting -``` -Get-VpgSettings -vpgSettingsIdentifier [-scripting] [] -``` - -### recovery -``` -Get-VpgSettings -vpgSettingsIdentifier [-rcovery] [] -``` - -### priority -``` -Get-VpgSettings -vpgSettingsIdentifier [-priority] [] -``` - -### networks -``` -Get-VpgSettings -vpgSettingsIdentifier [-networks] [] -``` - -### journal -``` -Get-VpgSettings -vpgSettingsIdentifier [-journal] [] -``` - -### bootGroup -``` -Get-VpgSettings -vpgSettingsIdentifier [-bootgroup] [] -``` - -### basic -``` -Get-VpgSettings -vpgSettingsIdentifier [-basic] [] -``` - -### schedulerPeriod -``` -Get-VpgSettings -vpgSettingsIdentifier [-schedulerPeriod] [] -``` - -### retentionPeriod -``` -Get-VpgSettings -vpgSettingsIdentifier [-retentionPeriod] [] -``` - -### dayOfWeek -``` -Get-VpgSettings -vpgSettingsIdentifier [-dayOfWeek] [] -``` - -### backup -``` -Get-VpgSettings -vpgSettingsIdentifier [-backup] [] -``` - -### vpgSettingsIdentifier -``` -Get-VpgSettings -vpgSettingsIdentifier [] -``` - -## DESCRIPTION -{{Fill in the Description}} - -## EXAMPLES - -### Example 1 -```powershell -PS C:\> {{ Add example code here }} -``` - -{{ Add example description here }} - -## PARAMETERS - -### -backup -{{Fill backup Description}} - -```yaml -Type: SwitchParameter -Parameter Sets: backup -Aliases: - -Required: True -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - -### -basic -{{Fill basic Description}} - -```yaml -Type: SwitchParameter -Parameter Sets: basic -Aliases: - -Required: True -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - -### -bootgroup -{{Fill bootgroup Description}} - -```yaml -Type: SwitchParameter -Parameter Sets: bootGroup -Aliases: - -Required: True -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - -### -dayOfWeek -{{Fill dayOfWeek Description}} - -```yaml -Type: SwitchParameter -Parameter Sets: dayOfWeek -Aliases: - -Required: True -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - -### -journal -{{Fill journal Description}} - -```yaml -Type: SwitchParameter -Parameter Sets: journal -Aliases: - -Required: True -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - -### -networks -{{Fill networks Description}} - -```yaml -Type: SwitchParameter -Parameter Sets: networks -Aliases: - -Required: True -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - -### -nicIdentifier -{{Fill nicIdentifier Description}} - -```yaml -Type: String -Parameter Sets: nicIdentifier -Aliases: - -Required: True -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - -### -nics -{{Fill nics Description}} - -```yaml -Type: SwitchParameter -Parameter Sets: nics -Aliases: - -Required: True -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - -### -priority -{{Fill priority Description}} - -```yaml -Type: SwitchParameter -Parameter Sets: priority -Aliases: - -Required: True -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - -### -rcovery -{{Fill rcovery Description}} - -```yaml -Type: SwitchParameter -Parameter Sets: recovery -Aliases: - -Required: True -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - -### -retentionPeriod -{{Fill retentionPeriod Description}} - -```yaml -Type: SwitchParameter -Parameter Sets: retentionPeriod -Aliases: - -Required: True -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - -### -schedulerPeriod -{{Fill schedulerPeriod Description}} - -```yaml -Type: SwitchParameter -Parameter Sets: schedulerPeriod -Aliases: - -Required: True -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - -### -scripting -{{Fill scripting Description}} - -```yaml -Type: SwitchParameter -Parameter Sets: scripting -Aliases: - -Required: True -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - -### -vmIdentifier -{{Fill vmIdentifier Description}} - -```yaml -Type: String -Parameter Sets: volumeIdentifier, volumes, nicIdentifier, nics, vmIdentifier -Aliases: - -Required: True -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - -### -vms -{{Fill vms Description}} - -```yaml -Type: SwitchParameter -Parameter Sets: vms -Aliases: - -Required: True -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - -### -volumeIdentifier -{{Fill volumeIdentifier Description}} - -```yaml -Type: String -Parameter Sets: volumeIdentifier -Aliases: - -Required: True -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - -### -volumes -{{Fill volumes Description}} - -```yaml -Type: SwitchParameter -Parameter Sets: volumes -Aliases: - -Required: True -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - -### -vpgSettingsIdentifier -{{Fill vpgSettingsIdentifier Description}} - -```yaml -Type: String -Parameter Sets: volumeIdentifier, volumes, nicIdentifier, nics, vmIdentifier, vms, scripting, recovery, priority, networks, journal, bootGroup -Aliases: - -Required: True -Position: Named -Default value: None -Accept pipeline input: True (ByValue) -Accept wildcard characters: False -``` - -```yaml -Type: String -Parameter Sets: basic, schedulerPeriod, retentionPeriod, dayOfWeek, backup, vpgSettingsIdentifier -Aliases: - -Required: True -Position: Named -Default value: None -Accept pipeline input: True (ByValue) -Accept wildcard characters: False -``` - -### CommonParameters -This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. -For more information, see about_CommonParameters (http://go.microsoft.com/fwlink/?LinkID=113216). - -## INPUTS - -### System.String - -## OUTPUTS - -### System.Object -## NOTES - -## RELATED LINKS diff --git a/Help/Get-Vpgs.md b/Help/Get-Vpgs.md deleted file mode 100644 index e53dd88..0000000 --- a/Help/Get-Vpgs.md +++ /dev/null @@ -1,466 +0,0 @@ ---- -external help file: ZertoFunctions-help.xml -Module Name: ZertoFunctions -online version: -schema: 2.0.0 ---- - -# Get-Vpgs - -## SYNOPSIS -{{Fill in the Synopsis}} - -## SYNTAX - -### main (Default) -``` -Get-Vpgs [] -``` - -### stats -``` -Get-Vpgs -protectionGroupIdentifier [-checkpointsStats] [] -``` - -### checkpoints -``` -Get-Vpgs -protectionGroupIdentifier [-checkpoints] [-startDate ] [-endDate ] - [] -``` - -### protectionGroupIdentifier -``` -Get-Vpgs -protectionGroupIdentifier [] -``` - -### entityTypes -``` -Get-Vpgs [-entityTypes] [] -``` - -### failoverCommitPolicies -``` -Get-Vpgs [-failoverCommitPolicies] [] -``` - -### failoverShutdownPolicies -``` -Get-Vpgs [-failoverShutdownPolicies] [] -``` - -### priorities -``` -Get-Vpgs [-priorities] [] -``` - -### retentionPolicies -``` -Get-Vpgs [-retentionPolicies] [] -``` - -### statuses -``` -Get-Vpgs [-statuses] [] -``` - -### subStatuses -``` -Get-Vpgs [-subStatuses] [] -``` - -### filter -``` -Get-Vpgs [-name ] [-status ] [-subStatus ] [-protectedSiteType ] - [-recoverySiteType ] [-protectedSiteIdentifier ] [-recoverySiteIdentifier ] - [-organizationName ] [-zorgIdentifier ] [-priority ] - [-serviceProfileIdentifier ] [-backupEnabled ] [] -``` - -## DESCRIPTION -{{Fill in the Description}} - -## EXAMPLES - -### Example 1 -```powershell -PS C:\> {{ Add example code here }} -``` - -{{ Add example description here }} - -## PARAMETERS - -### -backupEnabled -{{Fill backupEnabled Description}} - -```yaml -Type: String -Parameter Sets: filter -Aliases: - -Required: False -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - -### -checkpoints -{{Fill checkpoints Description}} - -```yaml -Type: SwitchParameter -Parameter Sets: checkpoints -Aliases: - -Required: True -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - -### -checkpointsStats -{{Fill checkpointsStats Description}} - -```yaml -Type: SwitchParameter -Parameter Sets: stats -Aliases: - -Required: True -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - -### -endDate -{{Fill endDate Description}} - -```yaml -Type: String -Parameter Sets: checkpoints -Aliases: - -Required: False -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - -### -entityTypes -{{Fill entityTypes Description}} - -```yaml -Type: SwitchParameter -Parameter Sets: entityTypes -Aliases: - -Required: True -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - -### -failoverCommitPolicies -{{Fill failoverCommitPolicies Description}} - -```yaml -Type: SwitchParameter -Parameter Sets: failoverCommitPolicies -Aliases: - -Required: True -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - -### -failoverShutdownPolicies -{{Fill failoverShutdownPolicies Description}} - -```yaml -Type: SwitchParameter -Parameter Sets: failoverShutdownPolicies -Aliases: - -Required: True -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - -### -name -{{Fill name Description}} - -```yaml -Type: String -Parameter Sets: filter -Aliases: - -Required: False -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - -### -organizationName -{{Fill organizationName Description}} - -```yaml -Type: String -Parameter Sets: filter -Aliases: - -Required: False -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - -### -priorities -{{Fill priorities Description}} - -```yaml -Type: SwitchParameter -Parameter Sets: priorities -Aliases: - -Required: True -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - -### -priority -{{Fill priority Description}} - -```yaml -Type: String -Parameter Sets: filter -Aliases: - -Required: False -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - -### -protectedSiteIdentifier -{{Fill protectedSiteIdentifier Description}} - -```yaml -Type: String -Parameter Sets: filter -Aliases: - -Required: False -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - -### -protectedSiteType -{{Fill protectedSiteType Description}} - -```yaml -Type: String -Parameter Sets: filter -Aliases: - -Required: False -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - -### -protectionGroupIdentifier -{{Fill protectionGroupIdentifier Description}} - -```yaml -Type: String[] -Parameter Sets: stats, checkpoints, protectionGroupIdentifier -Aliases: - -Required: True -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - -### -recoverySiteIdentifier -{{Fill recoverySiteIdentifier Description}} - -```yaml -Type: String -Parameter Sets: filter -Aliases: - -Required: False -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - -### -recoverySiteType -{{Fill recoverySiteType Description}} - -```yaml -Type: String -Parameter Sets: filter -Aliases: - -Required: False -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - -### -retentionPolicies -{{Fill retentionPolicies Description}} - -```yaml -Type: SwitchParameter -Parameter Sets: retentionPolicies -Aliases: - -Required: True -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - -### -serviceProfileIdentifier -{{Fill serviceProfileIdentifier Description}} - -```yaml -Type: String -Parameter Sets: filter -Aliases: - -Required: False -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - -### -startDate -{{Fill startDate Description}} - -```yaml -Type: String -Parameter Sets: checkpoints -Aliases: - -Required: False -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - -### -status -{{Fill status Description}} - -```yaml -Type: String -Parameter Sets: filter -Aliases: - -Required: False -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - -### -statuses -{{Fill statuses Description}} - -```yaml -Type: SwitchParameter -Parameter Sets: statuses -Aliases: - -Required: True -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - -### -subStatus -{{Fill subStatus Description}} - -```yaml -Type: String -Parameter Sets: filter -Aliases: - -Required: False -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - -### -subStatuses -{{Fill subStatuses Description}} - -```yaml -Type: SwitchParameter -Parameter Sets: subStatuses -Aliases: - -Required: True -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - -### -zorgIdentifier -{{Fill zorgIdentifier Description}} - -```yaml -Type: String -Parameter Sets: filter -Aliases: - -Required: False -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - -### CommonParameters -This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. -For more information, see about_CommonParameters (http://go.microsoft.com/fwlink/?LinkID=113216). - -## INPUTS - -### None - -## OUTPUTS - -### System.Object -## NOTES - -## RELATED LINKS diff --git a/Help/Get-Vras.md b/Help/Get-Vras.md deleted file mode 100644 index 14506b0..0000000 --- a/Help/Get-Vras.md +++ /dev/null @@ -1,107 +0,0 @@ ---- -external help file: ZertoFunctions-help.xml -Module Name: ZertoFunctions -online version: -schema: 2.0.0 ---- - -# Get-Vras - -## SYNOPSIS -{{Fill in the Synopsis}} - -## SYNTAX - -### Default (Default) -``` -Get-Vras [] -``` - -### ipConfig -``` -Get-Vras [-ipconfigurationtypes] [] -``` - -### Statuses -``` -Get-Vras [-statuses] [] -``` - -### vraIdentifier -``` -Get-Vras [-vraIdentifier ] [] -``` - -## DESCRIPTION -{{Fill in the Description}} - -## EXAMPLES - -### Example 1 -```powershell -PS C:\> {{ Add example code here }} -``` - -{{ Add example description here }} - -## PARAMETERS - -### -ipconfigurationtypes -{{Fill ipconfigurationtypes Description}} - -```yaml -Type: SwitchParameter -Parameter Sets: ipConfig -Aliases: - -Required: False -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - -### -statuses -{{Fill statuses Description}} - -```yaml -Type: SwitchParameter -Parameter Sets: Statuses -Aliases: - -Required: False -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - -### -vraIdentifier -{{Fill vraIdentifier Description}} - -```yaml -Type: String[] -Parameter Sets: vraIdentifier -Aliases: - -Required: False -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - -### CommonParameters -This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. -For more information, see about_CommonParameters (http://go.microsoft.com/fwlink/?LinkID=113216). - -## INPUTS - -### None - -## OUTPUTS - -### System.Object -## NOTES - -## RELATED LINKS diff --git a/Help/Get-Zorgs.md b/Help/Get-Zorgs.md deleted file mode 100644 index 36fc1ec..0000000 --- a/Help/Get-Zorgs.md +++ /dev/null @@ -1,67 +0,0 @@ ---- -external help file: ZertoFunctions-help.xml -Module Name: ZertoFunctions -online version: -schema: 2.0.0 ---- - -# Get-Zorgs - -## SYNOPSIS -{{Fill in the Synopsis}} - -## SYNTAX - -### default (Default) -``` -Get-Zorgs [] -``` - -### zorgIdentifier -``` -Get-Zorgs [-zorgIdentifier ] [] -``` - -## DESCRIPTION -{{Fill in the Description}} - -## EXAMPLES - -### Example 1 -```powershell -PS C:\> {{ Add example code here }} -``` - -{{ Add example description here }} - -## PARAMETERS - -### -zorgIdentifier -{{Fill zorgIdentifier Description}} - -```yaml -Type: String[] -Parameter Sets: zorgIdentifier -Aliases: - -Required: False -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - -### CommonParameters -This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. -For more information, see about_CommonParameters (http://go.microsoft.com/fwlink/?LinkID=113216). - -## INPUTS - -### None - -## OUTPUTS - -### System.Object -## NOTES - -## RELATED LINKS diff --git a/Help/Get-ZsspSessions.md b/Help/Get-ZsspSessions.md deleted file mode 100644 index 7ef9db0..0000000 --- a/Help/Get-ZsspSessions.md +++ /dev/null @@ -1,67 +0,0 @@ ---- -external help file: ZertoFunctions-help.xml -Module Name: ZertoFunctions -online version: -schema: 2.0.0 ---- - -# Get-ZsspSessions - -## SYNOPSIS -{{Fill in the Synopsis}} - -## SYNTAX - -### default (Default) -``` -Get-ZsspSessions [] -``` - -### zsspSessionIdentifier -``` -Get-ZsspSessions [-zsspSessionIdentifier ] [] -``` - -## DESCRIPTION -{{Fill in the Description}} - -## EXAMPLES - -### Example 1 -```powershell -PS C:\> {{ Add example code here }} -``` - -{{ Add example description here }} - -## PARAMETERS - -### -zsspSessionIdentifier -{{Fill zsspSessionIdentifier Description}} - -```yaml -Type: String[] -Parameter Sets: zsspSessionIdentifier -Aliases: - -Required: False -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - -### CommonParameters -This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. -For more information, see about_CommonParameters (http://go.microsoft.com/fwlink/?LinkID=113216). - -## INPUTS - -### None - -## OUTPUTS - -### System.Object -## NOTES - -## RELATED LINKS diff --git a/Help/Invoke-ZertoRestRequest.md b/Help/Invoke-ZertoRestRequest.md deleted file mode 100644 index c234b5d..0000000 --- a/Help/Invoke-ZertoRestRequest.md +++ /dev/null @@ -1,152 +0,0 @@ ---- -external help file: ZertoFunctions-help.xml -Module Name: ZertoFunctions -online version: -schema: 2.0.0 ---- - -# Invoke-ZertoRestRequest - -## SYNOPSIS -{{Fill in the Synopsis}} - -## SYNTAX - -``` -Invoke-ZertoRestRequest [[-method] ] [[-uri] ] [[-apiVersion] ] [[-body] ] - [[-contentType] ] [[-credential] ] [-returnHeaders] [] -``` - -## DESCRIPTION -{{Fill in the Description}} - -## EXAMPLES - -### Example 1 -```powershell -PS C:\> {{ Add example code here }} -``` - -{{ Add example description here }} - -## PARAMETERS - -### -apiVersion -{{Fill apiVersion Description}} - -```yaml -Type: String -Parameter Sets: (All) -Aliases: - -Required: False -Position: 2 -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - -### -body -{{Fill body Description}} - -```yaml -Type: String -Parameter Sets: (All) -Aliases: - -Required: False -Position: 3 -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - -### -contentType -{{Fill contentType Description}} - -```yaml -Type: String -Parameter Sets: (All) -Aliases: - -Required: False -Position: 4 -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - -### -credential -{{Fill credential Description}} - -```yaml -Type: PSCredential -Parameter Sets: (All) -Aliases: - -Required: False -Position: 5 -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - -### -method -{{Fill method Description}} - -```yaml -Type: String -Parameter Sets: (All) -Aliases: - -Required: False -Position: 0 -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - -### -returnHeaders -{{Fill returnHeaders Description}} - -```yaml -Type: SwitchParameter -Parameter Sets: (All) -Aliases: - -Required: False -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - -### -uri -{{Fill uri Description}} - -```yaml -Type: String -Parameter Sets: (All) -Aliases: - -Required: False -Position: 1 -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - -### CommonParameters -This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. -For more information, see about_CommonParameters (http://go.microsoft.com/fwlink/?LinkID=113216). - -## INPUTS - -### None - -## OUTPUTS - -### System.Object -## NOTES - -## RELATED LINKS diff --git a/Help/New-ZertoApiFilter.md b/Help/New-ZertoApiFilter.md deleted file mode 100644 index 5f550e8..0000000 --- a/Help/New-ZertoApiFilter.md +++ /dev/null @@ -1,61 +0,0 @@ ---- -external help file: ZertoFunctions-help.xml -Module Name: ZertoFunctions -online version: -schema: 2.0.0 ---- - -# New-ZertoApiFilter - -## SYNOPSIS -{{Fill in the Synopsis}} - -## SYNTAX - -``` -New-ZertoApiFilter [-filterTable] [] -``` - -## DESCRIPTION -{{Fill in the Description}} - -## EXAMPLES - -### Example 1 -```powershell -PS C:\> {{ Add example code here }} -``` - -{{ Add example description here }} - -## PARAMETERS - -### -filterTable -{{Fill filterTable Description}} - -```yaml -Type: Hashtable -Parameter Sets: (All) -Aliases: - -Required: True -Position: 0 -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - -### CommonParameters -This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. -For more information, see about_CommonParameters (http://go.microsoft.com/fwlink/?LinkID=113216). - -## INPUTS - -### None - -## OUTPUTS - -### System.Object -## NOTES - -## RELATED LINKS diff --git a/Help/ZertoFunctions.md b/Help/ZertoFunctions.md deleted file mode 100644 index d14ea5d..0000000 --- a/Help/ZertoFunctions.md +++ /dev/null @@ -1,82 +0,0 @@ ---- -Module Name: ZertoFunctions -Module Guid: 00000000-0000-0000-0000-000000000000 -Download Help Link: {{Please enter FwLink manually}} -Help Version: {{Please enter version of help manually (X.X.X.X) format}} -Locale: en-US ---- - -# ZertoFunctions Module -## Description -{{Manually Enter Description Here}} - -## ZertoFunctions Cmdlets -### [Connect-ZertoServer](Connect-ZertoServer.md) -{{Manually Enter Connect-ZertoServer Description Here}} - -### [Disconnect-ZertoServer](Disconnect-ZertoServer.md) -{{Manually Enter Disconnect-ZertoServer Description Here}} - -### [Get-Alerts](Get-Alerts.md) -{{Manually Enter Get-Alerts Description Here}} - -### [Get-Datastores](Get-Datastores.md) -{{Manually Enter Get-Datastores Description Here}} - -### [Get-Events](Get-Events.md) -{{Manually Enter Get-Events Description Here}} - -### [Get-License](Get-License.md) -{{Manually Enter Get-License Description Here}} - -### [Get-LocalSite](Get-LocalSite.md) -{{Manually Enter Get-LocalSite Description Here}} - -### [Get-Peersites](Get-Peersites.md) -{{Manually Enter Get-Peersites Description Here}} - -### [Get-ProtectedVMs](Get-ProtectedVMs.md) -{{Manually Enter Get-ProtectedVMs Description Here}} - -### [Get-RecoveryReport](Get-RecoveryReport.md) -{{Manually Enter Get-RecoveryReport Description Here}} - -### [Get-ResourcesReport](Get-ResourcesReport.md) -{{Manually Enter Get-ResourcesReport Description Here}} - -### [Get-ServiceProfiles](Get-ServiceProfiles.md) -{{Manually Enter Get-ServiceProfiles Description Here}} - -### [Get-Tasks](Get-Tasks.md) -{{Manually Enter Get-Tasks Description Here}} - -### [Get-UnprotectedVMs](Get-UnprotectedVMs.md) -{{Manually Enter Get-UnprotectedVMs Description Here}} - -### [Get-VirtualizationSites](Get-VirtualizationSites.md) -{{Manually Enter Get-VirtualizationSites Description Here}} - -### [Get-Volumes](Get-Volumes.md) -{{Manually Enter Get-Volumes Description Here}} - -### [Get-Vpgs](Get-Vpgs.md) -{{Manually Enter Get-Vpgs Description Here}} - -### [Get-VpgSettings](Get-VpgSettings.md) -{{Manually Enter Get-VpgSettings Description Here}} - -### [Get-Vras](Get-Vras.md) -{{Manually Enter Get-Vras Description Here}} - -### [Get-Zorgs](Get-Zorgs.md) -{{Manually Enter Get-Zorgs Description Here}} - -### [Get-ZsspSessions](Get-ZsspSessions.md) -{{Manually Enter Get-ZsspSessions Description Here}} - -### [Invoke-ZertoRestRequest](Invoke-ZertoRestRequest.md) -{{Manually Enter Invoke-ZertoRestRequest Description Here}} - -### [New-ZertoApiFilter](New-ZertoApiFilter.md) -{{Manually Enter New-ZertoApiFilter Description Here}} -