external help file: QuestSoftware.RecoveryManager.AD.PowerShellFE.dll-Help.xml
Module Name: Quest.RecoveryManager.AD.PowerShellFE
online version:
Gets global application settings.
Get-RMADFEGlobalOptions [[-Name] <String>] [<CommonParameters>]
Retrieves global settings that are applied to all recovery projects by default.
PS C:\> Get-RMADFEGlobalOptions -Name "SMTPServer"
This command returns the address of SMTP server.
Specifies the name of the parameter whose value will be returned by the command.
Type: String
Parameter Sets: (All)
Aliases:
Required: False
Position: 0
Default value: None
Accept pipeline input: True (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.
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.
© ALL RIGHTS RESERVED. 이용 약관 개인정보 보호정책 Cookie Preference Center