external help file: QuestSoftware.RecoveryManager.AD.PowerShell.dll-Help.xml
Module Name: Quest.RecoveryManager.AD.PowerShell
online version:
Performs replication from other computers in the replication console list.
Start-RMADReplication [-Id <Int32[]>] [-ComputerName <String[]>] [-AsJob] [<CommonParameters>]
Performs replication from other computers in the replication console list.
PS C:\> Start-RMADReplication
perform replication
PS C:\> Start-RMADReplication -AsJob
This command performs the replication as a background job.
PS C:\> Start-RMADReplication -Id 1
This command performs replication from a replication console by its ID.
PS C:\> Start-RMADReplication -ComputerName ws1
This command performs replication from a replication console by its hostname.
Runs the command as a background job.
You can use this parameter to run commands that take a significant time to complete.
Type: SwitchParameter
Parameter Sets: (All)
Aliases:
Required: False
Position: Named
Default value: False
Accept pipeline input: False
Accept wildcard characters: False
Specifies the hostname of the replication console.
Type: String[]
Parameter Sets: (All)
Aliases:
Required: False
Position: Named
Default value: None
Accept pipeline input: True (ByPropertyName, ByValue)
Accept wildcard characters: False
Specifies the ID of the replication console.
Type: Int32[]
Parameter Sets: (All)
Aliases:
Required: False
Position: Named
Default value: None
Accept pipeline input: True (ByPropertyName, 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.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.
© ALL RIGHTS RESERVED. Conditions d’utilisation Confidentialité Cookie Preference Center