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] [-InformationAction <ActionPreference>] [-InformationVariable <String>]
[<CommonParameters>]
This cmdlet gets the current status of the RMADFE project.
@{paragraph=PS C:\>}
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: None
Accept pipeline input: False
Accept wildcard characters: False
@{Text=}
Type: ActionPreference
Parameter Sets: (All)
Aliases: infa
Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
@{Text=}
Type: String
Parameter Sets: (All)
Aliases: iv
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 information about Forest Recovery Agents that are installed and registered in Forest Recovery Console.
Get-RMADFERecoveryAgent [[-ComputerName] <String>] [-InformationAction <ActionPreference>]
[-InformationVariable <String>] [<CommonParameters>]
Get-RMADFERecoveryAgent [-ComputerName] <String> -DcCredential <PSCredential>
[-InformationAction <ActionPreference>] [-InformationVariable <String>] [<CommonParameters>]
Get-RMADFERecoveryAgent [-ComputerName] <String> -DsrmCredential <PSCredential>
[-InformationAction <ActionPreference>] [-InformationVariable <String>] [<CommonParameters>]
Get-RMADFERecoveryAgent [-ComputerName] <String> -DcCredential <PSCredential> -DsrmCredential <PSCredential>
[-InformationAction <ActionPreference>] [-InformationVariable <String>] [<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.
@{paragraph=PS C:\>}
PS C:\> Open-RMADFEProject -Path C:\rmadfe.frproj -Password $pwd
Get-RMADFERecoveryAgent
Returns information about all Forest Recovery Agents installed and registered in the RMADFE project.
@{paragraph=PS C:\>}
PS C:\> Open-RMADFEProject -Path C:\rmadfe.frproj -Password $pwd
Get-RMADFERecoveryAgent -name dc1.RMAD.local
Returns information about the Forest Recovery Agent installed on the specified domain controller in the RMADFE project.
@{paragraph=PS C:\>}
PS C:\> Get-RMADFERecoveryAgent -name dc1.RMAD.local -DcCredential $credentilas -DsrmCredential $credentilas
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: ProjectLessNormalMode, ProjectLessDsrm, ProjectLessBothMode
Aliases:
Required: True
Position: 0
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
@{Text=}
Type: ActionPreference
Parameter Sets: (All)
Aliases: infa
Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
@{Text=}
Type: String
Parameter Sets: (All)
Aliases: iv
Required: False
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, ProjectLessBothMode
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 the selected domain controllers in the Normal mode.
Type: PSCredential
Parameter Sets: ProjectLessNormalMode, ProjectLessBothMode
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:
Gets a schedule for the RMADFE project verification.
Get-RMADFESchedule [-InformationAction <ActionPreference>] [-InformationVariable <String>] [<CommonParameters>]
This cmdlet returns a schedule for verification of the current RMADFE project.
@{paragraph=PS C:\>}
PS C:\> Get-RMADFESchedule
Returns the current project schedule or nothing if the schedule is not configured.
@{Text=}
Type: ActionPreference
Parameter Sets: (All)
Aliases: infa
Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
@{Text=}
Type: String
Parameter Sets: (All)
Aliases: iv
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:
Sets global settings for the application.
Get-RMADGlobalOptions [[-Name] <String>] [-InformationAction <ActionPreference>]
[-InformationVariable <String>] [<CommonParameters>]
Sets Recovery Manager for Active Directory global settings.
PS C:\> Get-RMADGlobalOptions -Name "UnpackingPath"
This cmdlet returns the value of the "UnpackingPath" global option.
PS C:\> Get-RMADGlobalOptions "UnpackingPath"
This cmdlet also can return the value of the "UnpackingPath" global option.
PS C:\> Get-RMADGlobalOptions
This code returns a HashTable which contains the name and value of all global options.
Specifies the name to the option whose value is retrieved.
Type: String
Parameter Sets: (All)
Aliases:
Required: False
Position: 0
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
@{Text=}
Type: ActionPreference
Parameter Sets: (All)
Aliases: infa
Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
@{Text=}
Type: String
Parameter Sets: (All)
Aliases: iv
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. 이용 약관 개인정보 보호정책 Cookie Preference Center