external help file: QuestSoftware.RecoveryManager.AD.PowerShellFE.dll-Help.xml
Module Name: Quest.RecoveryManager.AD.PowerShellFE
online version:
Returns information about the progress of the recovery operations.
Get-RMADFEOperation [[-ComputerName] <String>] [<CommonParameters>]
This cmdlet shows progress information for the recovery stages and steps that are applicable to the selected domain controller.
PS C:\> Get-RMADFEOperation -ComputerName DC1.rmad.local
This command gets the errors that occurred during the recovery session.
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:
Gets persistence connection settings.
Get-RMADFEPersistenceConnection [<CommonParameters>]
Retrieves persistence connection settings that are used to store the state of Forest Recovery process.
PS C:\> $creds = new-object PSCredential("sa", (ConvertTo-SecureString 'Password' -asPlainText -Force))
Set-RMADFEPersistenceConnection -DataSource "ws\SQLExpress" -Credentials $creds
Set-RMADFEPersistenceConnection -Enable
Get-RMADFEPersistenceConnection
This command retrieves persistence connection settings that are used to store the state of the Forest Recovery process.
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:
Gets the current status of the RMADFE project.
Get-RMADFEProject [-ProjectInfo] [<CommonParameters>]
This cmdlet gets the current status of the RMADFE project.
PS C:\> Get-RMADFEProject | Format-List *
This command gets the current status of the RMADFE project.
Specifies to return special project information container
Type: SwitchParameter
Parameter Sets: (All)
Aliases:
Required: False
Position: Named
Default value: False
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:
Returns information about Forest Recovery Agents that are installed and registered in Forest Recovery Console.
Get-RMADFERecoveryAgent [[-ComputerName] <String>] [<CommonParameters>]
Get-RMADFERecoveryAgent [-ComputerName] <String> -DcCredential <PSCredential> [<CommonParameters>]
Get-RMADFERecoveryAgent [-ComputerName] <String> -DsrmCredential <PSCredential> [<CommonParameters>]
Get-RMADFERecoveryAgent [-ComputerName] <String> [-LocalCredential <PSCredential>] [<CommonParameters>]
Get-RMADFERecoveryAgent [-ComputerName] <String> -DcCredential <PSCredential> -DsrmCredential <PSCredential>
[-LocalCredential <PSCredential>] [<CommonParameters>]
Allows you to retrieve a list of Forest Recovery Agent instances that are installed and registered in Forest Recovery Console. You can get the agent information for an existing RMADFE project using the user credentials specified in the project or by providing credentials as parameters.
PS C:\> Open-RMADFEProject -Path C:\rmadfe.frproj -Password (ConvertTo-SecureString "password" -AsPlainText -Force)
Get-RMADFERecoveryAgent
Returns information about all Forest Recovery Agents installed and registered in the RMADFE project.
PS C:\> Open-RMADFEProject -Path C:\rmadfe.frproj -Password (ConvertTo-SecureString "password" -AsPlainText -Force)
Get-RMADFERecoveryAgent -name dc1.RMAD.local
Returns information about the Forest Recovery Agent installed on the specified domain controller in the RMADFE project.
PS C:\> $credentials = New-Object PSCredential(".\Administrator", (ConvertTo-SecureString 'Password' -AsPlainText -Force))
Get-RMADFERecoveryAgent -name dc1.RMAD.local -DcCredential $credentials -DsrmCredential $credentials
Returns information about the Forest Recovery Agent installed on the specified domain controller (either in Normal or DSRM mode). In this example, you should use only domain credentials or DSRM credentials, or both.
Specifies the fully qualified domain name of the computer.
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
Specifies the user name and password with which you want Recovery Manager for Active Directory Forest Edition to access the selected domain controllers in the Normal mode.
Type: PSCredential
Parameter Sets: ProjectlessDomain, ProjectlessAll
Aliases:
Required: True
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
Specifies the user name and password with which you want Recovery Manager for Active Directory Forest Edition to access domain controllers in the selected domain in Directory Services Restore Mode (DSRM).
Type: PSCredential
Parameter Sets: ProjectlessDsrm, ProjectlessAll
Aliases:
Required: True
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
Specifies the user name and password with which you want Recovery Manager for Active Directory Forest Edition to access standalone machines.
Type: PSCredential
Parameter Sets: ProjectlessLocal, ProjectlessAll
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.
© 2024 Quest Software Inc. ALL RIGHTS RESERVED. Terms of Use Privacy Cookie Preference Center