external help file: QuestSoftware.RecoveryManager.AD.PowerShellFE.dll-Help.xml
Module Name: Quest.RecoveryManager.AD.PowerShellFE
online version:
Starts the agent operation on the remote machine where Forest Recovery agent is installed.
Start-RMADFERecoveryAgentOperation [[-ComputerName] <String>] -Parameters <OperationParameters>
[-AgentPort <UInt32>] [<CommonParameters>]
Start-RMADFERecoveryAgentOperation [-ComputerName] <String> [-DcCredential <PSCredential>]
-Parameters <OperationParameters> [-AgentPort <UInt32>] [<CommonParameters>]
Start-RMADFERecoveryAgentOperation [-ComputerName] <String> [-DsrmCredential <PSCredential>]
-Parameters <OperationParameters> [-AgentPort <UInt32>] [<CommonParameters>]
Start-RMADFERecoveryAgentOperation [-ComputerName] <String> [-LocalCredential <PSCredential>]
-Parameters <OperationParameters> [-AgentPort <UInt32>] [<CommonParameters>]
Start-RMADFERecoveryAgentOperation [-ComputerName] <String> [-DcCredential <PSCredential>]
[-DsrmCredential <PSCredential>] [-LocalCredential <PSCredential>] -Parameters <OperationParameters>
[-AgentPort <UInt32>] [<CommonParameters>]
Starts the agent operation on the remote machine where Forest Recovery agent is installed. Operation type and parameters are defined in the Parameters parameter.
PS C:\> {{ Add example code here }}
{{ Add example description here }}
{{ Fill AgentPort Description }}
Type: UInt32
Parameter Sets: (All)
Aliases:
Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
Target machine name or IP address.
Type: String
Parameter Sets: ProjectSpecificParameters
Aliases:
Required: False
Position: 0
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
Type: String
Parameter Sets: ProjectlessDomain, ProjectlessDsrm, ProjectlessLocal, ProjectlessAll
Aliases:
Required: True
Position: 0
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
Credentials used to access DC when DC booted in normal mode. Not used in most cases when Schannel authentication is used between agent and console.
Type: PSCredential
Parameter Sets: ProjectlessDomain, ProjectlessAll
Aliases:
Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
Credentials used to access DC when DC booted in the DSRM. Not used in most cases when Schannel authentication is used between agent and console.
Type: PSCredential
Parameter Sets: ProjectlessDsrm, ProjectlessAll
Aliases:
Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
Credentials used to access standalone machines. Not used in most cases when Schannel authentication is used between agent and console.
Type: PSCredential
Parameter Sets: ProjectlessLocal, ProjectlessAll
Aliases:
Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
An OperationParameters object specifies operation type and parameters.
Type: OperationParameters
Parameter Sets: (All)
Aliases:
Required: True
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:
Performs verification of the RMADFE project.
Start-RMADFEVerification [-ComputerName <String[]>] [-NotifyByEmail <Boolean>] [<CommonParameters>]
This cmdlet collects and saves information that is used for recovery from all domain controllers in the recovery project. Then, it checks the project recovery settings against the collected information to provide you information about any inconsistencies. Start a new project session by calling the Start-RMADFEProjectSession cmdlet first. Use the Get-RMADFEProjectSummary cmdlet to track the progress of the project session.
PS C:\> Start-RMADFEVerification
This command performs verification of the current RMADFE project.
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
Allows notification about the recovery result by email.
Type: Boolean
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:
Start the Hybrid Recovery Discovery to update the database with a new domain discovered via the backup. This cmdlet is "for internal use only".
Start-RMADHybridRecoveryDiscovery [-IgnoreReadOnly] [<CommonParameters>]
This cmdlet populates the Hybrid Connector database with a new domain entry which was discovered via the backup. This happens automatically after 10 minutes. This cmdlet is "for internal use only".
PS C:\> Start-RMADHybridRecoveryDiscovery
Allows you to perform the action in a console currently performing full replication.
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.
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
This command performs 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.
© ALL RIGHTS RESERVED. Terms of Use Privacy Cookie Preference Center