external help file: QuestSoftware.RecoveryManager.AD.PowerShell.dll-Help.xml
Module Name: Quest.RecoveryManager.AD.PowerShell
online version:
Displays a report about the results of the online comparison or restore operation.
Start-RMADReportViewer [-SqlCredential <PSCredential>] [<CommonParameters>]
Displays a report about the results of the online comparison or restore operation.
PS C:\> Start-RMADReportViewer
Displays the online comparison or restoration report.
Specifies the user name and password of the user account with which you want to connect to SQL Server to generate a report. The user name and password must be in the form of a PSCredential object. When this parameter is omitted, the cmdlet uses the credentials of the account under which Management Shell is running. Use the Get-Credential cmdlet provided by Windows PowerShell to pass a PSCredential object to this parameter.
Type: PSCredential
Parameter Sets: (All)
Aliases:
Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.
external help file: QuestSoftware.RecoveryManager.AD.PowerShellFE.dll-Help.xml
Module Name: Quest.RecoveryManager.AD.PowerShellFE
online version:
Cancel queued or running cloud storage upload session.
Stop-RMADFECloudStorageUploadSession [-Id] <Int32[]> [-IgnoreReadOnly] [<CommonParameters>]
Stop-RMADFECloudStorageUploadSession [-InputObject] <UploadSession[]> [-IgnoreReadOnly] [<CommonParameters>]
Cancel a queued or running cloud storage upload session. The copy of the backup is stopped.
PS C:\> Stop-RMADFECloudStorageUploadSession -Id 4
Cancel cloud storage upload session with Id 4.
Specifies the upload session Id representing the upload session you want to stopped.
Type: Int32[]
Parameter Sets: Id
Aliases:
Required: True
Position: 0
Default value: None
Accept pipeline input: True (ByPropertyName, ByValue)
Accept wildcard characters: False
Allows you to perform the action in a console currently performing full replication (for internal use only).
Type: SwitchParameter
Parameter Sets: (All)
Aliases:
Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
Specifies the UploadSession object representing the cloud storage upload session you want to cancel.
Type: UploadSession[]
Parameter Sets: InputObject
Aliases:
Required: True
Position: 0
Default value: None
Accept pipeline input: True (ByValue)
Accept wildcard characters: False
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.
external help file: QuestSoftware.RecoveryManager.AD.PowerShellFE.dll-Help.xml
Module Name: Quest.RecoveryManager.AD.PowerShellFE
online version:
Stops the verification or recovery workflow of the recovery project.
Stop-RMADFEWorkflow [-ComputerName <String[]>] [<CommonParameters>]
This cmdlet cancels the current workflow for the specified domain controllers, or the whole session if no parameters are provided.
PS C:\> Stop-RMADFEWorkflow
Specifies the fully qualified domain name of the computer.
Type: String[]
Parameter Sets: (All)
Aliases:
Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.
external help file: QuestSoftware.RecoveryManager.AD.PowerShell.dll-Help.xml
Module Name: Quest.RecoveryManager.AD.PowerShell
online version:
Checks the integrity of backups registered with Recovery Manager.
Test-RMADBackup [-InputObject] <BackupInfo[]> [-ShareCredential <PSCredential>] [-UseStorageCredential]
[<CommonParameters>]
Test-RMADBackup [-Id] <Int32[]> [-ShareCredential <PSCredential>] [-UseStorageCredential] [<CommonParameters>]
Checks the integrity of backups registered with Recovery Manager.
This operation calculates the checksum of the backup file and compares it with the checksum stored in the backup.
PS C:\> Get-RMADBackup | Test-RMADBackup
Checks the integrity of all backups registered with Recovery Manager.
Specifies the identifier of the backup you want to check.
Type: Int32[]
Parameter Sets: Id
Aliases:
Required: True
Position: 0
Default value: None
Accept pipeline input: True (ByValue)
Accept wildcard characters: False
Accepts a backup object as input to the cmdlet. Enter a variable that contains the object or type a command or expression that gets the object.
Type: BackupInfo[]
Parameter Sets: Instance
Aliases:
Required: True
Position: 0
Default value: None
Accept pipeline input: True (ByValue)
Accept wildcard characters: False
Specifies credential for share folder that contains the backup.
Type: PSCredential
Parameter Sets: (All)
Aliases:
Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
Uses the account configured in the collection to access the remote storage. If the backup is not associated with any collection or no account is configured for the remote storage, the account specified in the -ShareCredential parameter will be used instead.
Type: SwitchParameter
Parameter Sets: (All)
Aliases:
Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.
© ALL RIGHTS RESERVED. Termini di utilizzo Privacy Cookie Preference Center