external help file: QuestSoftware.RecoveryManager.AD.PowerShellFE.dll-Help.xml
Module Name: Quest.RecoveryManager.AD.PowerShellFE
online version:
Returns console configuration backup schedule.
Get-RMADFEConsoleConfigurationBackupSchedule [<CommonParameters>]
Returns console configuration backup schedule settings including path and password.
PS C:\> Get-RMADFEConsoleConfigurationBackupSchedule
Returns console configuration backup settings.
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 cached DNS records in the Forest Recovery project.
Get-RMADFEDnsCache [<CommonParameters>]
This cmdlet returns a list of DNS records saved in the Forest Recovery project.
PS C:\> Get-RMADFEDnsCache
This command returns a list of DNS records saved in the Forest Recovery project.
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:
Retrieves the domain settings.
Get-RMADFEDomain [-Domain <String>] [<CommonParameters>]
This cmdlet gets the domain settings for one or more domains from the RMADFE project. By default, this cmdlet retrieves the following information for each domain:
PS C:\> Get-RMADFEDomain -Domain acme.com
Domain                             : acme.com
Recover                            : True
AuthoritativeSysvolRestoreComputer : dc1.acme.com
UserName                           : Administrator
DsrmUserName                       : Administrator
ResetPasswords                     : False
Groups                             : {}
Exclusions                         : {}
PerformMalwareScan                 : False
DsrmPause                          : False
RunDsrmScriptAction                : QuestSoftware.RecoveryManager.AD.ForestRecovery.Project.RunScriptDsrmAction
QuarantineSysvolFilesAction        : QuestSoftware.RecoveryManager.AD.ForestRecovery.Project.QuarantineFilesDsrmAction
DoNotRecoverSysvolFilesAction      : QuestSoftware.RecoveryManager.AD.ForestRecovery.Project.DoNotRecoverFilesDsrmAction
This command retrieves the domain settings for the specified domain.
PS C:\> Get-RMADFEDomain
Domain                             : acme.com
Recover                            : True
AuthoritativeSysvolRestoreComputer : dc1.acme.com
UserName                           : Administrator
DsrmUserName                       : Administrator
ResetPasswords                     : False
Groups                             : {}
Exclusions                         : {}
PerformMalwareScan                 : False
DsrmPause                          : False
RunDsrmScriptAction                : QuestSoftware.RecoveryManager.AD.ForestRecovery.Project.RunScriptDsrmAction
QuarantineSysvolFilesAction        : QuestSoftware.RecoveryManager.AD.ForestRecovery.Project.QuarantineFilesDsrmAction
DoNotRecoverSysvolFilesAction      : QuestSoftware.RecoveryManager.AD.ForestRecovery.Project.DoNotRecoverFilesDsrmAction
Domain                             : child.acme.com
Recover                            : True
AuthoritativeSysvolRestoreComputer : 
UserName                           : 
DsrmUserName                       : 
ResetPasswords                     : True
Groups                             : {}
Exclusions                         : {}
PerformMalwareScan                 : True
DsrmPause                          : False
RunDsrmScriptAction                : QuestSoftware.RecoveryManager.AD.ForestRecovery.Project.RunScriptDsrmAction
QuarantineSysvolFilesAction        : QuestSoftware.RecoveryManager.AD.ForestRecovery.Project.QuarantineFilesDsrmAction
DoNotRecoverSysvolFilesAction      : QuestSoftware.RecoveryManager.AD.ForestRecovery.Project.DoNotRecoverFilesDsrmAction
Domain                             : resource.acme.com
Recover                            : True
AuthoritativeSysvolRestoreComputer : dc1.acme.com
UserName                           : 
DsrmUserName                       : 
ResetPasswords                     : True
Groups                             : {Group_A, Group_B, Group_C}
Exclusions                         : {User_01, User_02}
PerformMalwareScan                 : True
DsrmPause                          : True
RunDsrmScriptAction                : QuestSoftware.RecoveryManager.AD.ForestRecovery.Project.RunScriptDsrmAction
QuarantineSysvolFilesAction        : QuestSoftware.RecoveryManager.AD.ForestRecovery.Project.QuarantineFilesDsrmAction
DoNotRecoverSysvolFilesAction      : QuestSoftware.RecoveryManager.AD.ForestRecovery.Project.DoNotRecoverFilesDsrmAction
This command retrieves information about all domains from the current RMADFE project.
Specifies the fully qualified domain name.
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.PowerShellFE.dll-Help.xml
Module Name: Quest.RecoveryManager.AD.PowerShellFE
online version:
Returns recovery events related to the entire Active Directory forest or a specific domain controller.
Get-RMADFEEvent [[-ComputerName] <String>] [<CommonParameters>]
This cmdlet returns recovery events related to the entire Active Directory forest or a specific domain controller.
PS C:\> Get-RMADFEEvent -ComputerName dc5.child.acme.test | select -ExpandProperty EventDescription | Format-Table EventKind,EventMessage,MessageCode
This command returns a list of recovery events related to dc5.child.acme.test.
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.