external help file: QuestSoftware.RecoveryManager.AD.PowerShellFE.dll-Help.xml
Module Name: Quest.RecoveryManager.AD.PowerShellFE
online version:
Resumes paused recovery process operation.
Resume-RMADFEOperation [[-ComputerName] <String>] [<CommonParameters>]
When recovery operation is paused it can be resumed by this cmdlet
PS C:\> Resume-RMADFEOperation -Name dc1.acme.com
This command resumes paused recovery process operation for specified computer.
PS C:\> Resume-RMADFEOperation
This command resumes paused recovery process operations for all computers from the current RMADFE project.
Specifies the fully qualified domain name of the computer.
Type: String
Parameter Sets: (All)
Aliases:
Required: False
Position: 0
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:
Resumes recovery process.
Resume-RMADFERecovery [-ProjectPassword] <SecureString> [-IgnoreDialogueTimeout] [-GroupPasswords <Hashtable>]
[<CommonParameters>]
Resume-RMADFERecovery [-DropStoredSession] [<CommonParameters>]
If some workstations have begun the restore process and failed, this cmdlet can resume the recovery process.
SQL Persistence must be properly configured on both processes. Both processes must be registered as restoring workstations.
If you chose to reset the password for domain users in privileged groups when you started a forest recovery, you need to provide passwords again using -GroupPasswords parameter because the product does not store user passwords.
WS1:
PS C:\> Open-RMADFEProject 'c:\ActiveDirectoryRestore.frproj' (ConvertTo-SecureString "Password" -AsPlainText -Force)
Start-RmadFeRecovery -Force
WS2:
PS C:\> Resume-RmadFeRecovery -ProjectPassword (ConvertTo-SecureString "Password" -AsPlainText -Force)
For example, there are two RMAD workstations in your environment. Both workstations must be registered as restoring workstations. Therefore, if one of them is not responding, you can run the recovery process from another workstation.
PS C:\> Resume-RmadFeRecovery -DropStoredSession
This command cleans up the recovery session if any.
Lead to a session drop in the persistence DB.
Type: SwitchParameter
Parameter Sets: Drop
Aliases:
Required: True
Position: 2
Default value: False
Accept pipeline input: False
Accept wildcard characters: False
Resets the password for domain users in the specified privileged groups.
Type: Hashtable
Parameter Sets: Resume
Aliases:
Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
Allows you to proceed if another console does not answer.
Type: SwitchParameter
Parameter Sets: Resume
Aliases:
Required: False
Position: 1
Default value: False
Accept pipeline input: False
Accept wildcard characters: False
The password that was configured for restore project.
Type: SecureString
Parameter Sets: Resume
Aliases:
Required: True
Position: 0
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:
Saves the RMADFE project.
Save-RMADFEProject [-Path] <String> [-Password] <SecureString> [<CommonParameters>]
This cmdlet saves the RMADFE project to the specified location. You must also supply the password that is used to access the project content.
PS C:\> Save-RMADFEProject -Path C:\RMADFeProjects\SampleProject.frproj -Password (ConvertTo-SecureString "project password" -AsPlainText -Force)
This command saves SampleProject.frproj to the specified location.
Specifies the password that is used to access the RMADFE project content.
Type: SecureString
Parameter Sets: (All)
Aliases:
Required: True
Position: 1
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
Specifies the full path to the RMADFE project file.
Type: String
Parameter Sets: (All)
Aliases:
Required: True
Position: 0
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:
Copies a console configuration backup from a local storage or a network share to the secure storage server.
Send-RMADFEConsoleConfigurationBackupToSecureStorage -BackupPath <String> [-BackupTargetName <String>] -StorageServer <String>
[-AgentPort <UInt32>] [-AsJob] [<CommonParameters>]
Copies a console configuration backup from a local path or network share to the secure storage server. Console configuration backup is sent by a console to secure storage server agent. Note that there must be read access to provided backup location.
PS C:\> Send-RMADFEConsoleConfigurationBackupToSecureStorage -StorageServer 'storage' -BackupPath '\\fr\backupsnew\DC1.rmad.local\2022-09-10 14-54-49.bkf'
{{ Add example description here }}
Secure storage agent port
Type: UInt32
Parameter Sets: (All)
Aliases:
Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
Runs the command as a background job.
Type: SwitchParameter
Parameter Sets: (All)
Aliases:
Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
Local or network path to the backup.
Type: String
Parameter Sets: (All)
Aliases:
Required: True
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
Alternative name that will be used to save backup on secure storage server.
Type: String
Parameter Sets: (All)
Aliases:
Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
Secure storage name or IP address. Assuming that the Forest Recovery agent is already installed on secure storage server.
Type: String
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.
© ALL RIGHTS RESERVED. 使用条款 隐私 Cookie Preference Center