external help file: QuestSoftware.RecoveryManager.AD.PowerShellFE.dll-Help.xml
Module Name: Quest.RecoveryManager.AD.PowerShellFE
online version:
Removes Forest Recovery Agent from a specified domain controller, or its registration information from Forest Recovery Console.
Remove-RMADFERecoveryAgent [-ComputerName] <String> [<CommonParameters>]
Remove-RMADFERecoveryAgent [-ComputerName] <String> -DcCredential <PSCredential> [<CommonParameters>]
Remove-RMADFERecoveryAgent [-ComputerName] <String> -DcCredential <PSCredential> -DsrmCredential <PSCredential>
-LocalCredential <PSCredential> [<CommonParameters>]
Remove-RMADFERecoveryAgent [-ComputerName] <String> -DsrmCredential <PSCredential> [<CommonParameters>]
Remove-RMADFERecoveryAgent [-ComputerName] <String> -LocalCredential <PSCredential> [<CommonParameters>]
Allows you to completely remove Forest Recovery Agent from a specified domain controller. You can also select to remove only registration information that relates to a particular Forest Recovery Agent from Forest Recovery Console. This may be useful if you removed Forest Recovery Agent from a domain controller manually, but the related agent entry remains in Forest Recovery Console.
PS C:\> Open-RMADFEProject -Path C:\rmadfe.frproj -Password (ConvertTo-SecureString "password" -AsPlainText -Force)
Remove-RMADFERecoveryAgent -Name dc1.RMAD.local
Removes Forest Recovery Agent from the specified domain controller in the RMADFE project.
PS C:\> $credentials = New-Object PSCredential(".\Administrator", (ConvertTo-SecureString 'Password' -AsPlainText -Force))
Remove-RMADFERecoveryAgent -name dc1.RMAD.local -DcCredential $credentials -DsrmCredential $credentials
Removes Forest Recovery Agent from 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: (All)
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: ProjectlessAll, ProjectlessDsrm
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: ProjectlessAll, ProjectlessLocal
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:
Removes an existing verification schedule for the RMADFE project.
Remove-RMADFESchedule [-Credential] <PSCredential> [-WhatIf] [-Confirm] [<CommonParameters>]
This cmdlet allows you to remove the verification schedule for the RMADFE project.
PS C:\> Remove-RMADFESchedule
Removes the current project schedule.
Specifies credentials that will be used to run the command.
Type: PSCredential
Parameter Sets: (All)
Aliases:
Required: True
Position: 0
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
Prompts for confirmation before executing the command.
Type: SwitchParameter
Parameter Sets: (All)
Aliases: cf
Required: False
Position: Named
Default value: False
Accept pipeline input: False
Accept wildcard characters: False
Describes what would happen if you ran the command without actually running the command.
Type: SwitchParameter
Parameter Sets: (All)
Aliases: wi
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.PowerShell.dll-Help.xml
Module Name: Quest.RecoveryManager.AD.PowerShell
online version:
Removes an RMAD console from the replication console list.
Remove-RMADReplicationConsole [-Id] <Int32[]> [<CommonParameters>]
Remove-RMADReplicationConsole [-ComputerName] <String[]> [<CommonParameters>]
Remove-RMADReplicationConsole [-InputObject] <ReplicationConsole[]> [<CommonParameters>]
Removes the specified RMAD console or replication consoles from the replication console list.
PS C:\> C:\> Remove-RMADReplicationConsole Hostname1
This command removes the RMAD console on Hostname1 from the replication console list.
PS C:\> C:\> Remove-RMADReplicationConsole -Id 1
This command removes the RMAD console with specified ID from the replication console list.
PS C:\> C:\> Get-RMADReplicationConsole | Remove-RMADReplicationConsole
This command removes all the replication consoles from the replication console list.
Specifies the hostname of the replication console you want to remove.
Type: String[]
Parameter Sets: ComputerName
Aliases:
Required: True
Position: 0
Default value: None
Accept pipeline input: True (ByPropertyName, ByValue)
Accept wildcard characters: False
Specifies the ID of the replication console you want to remove.
Type: Int32[]
Parameter Sets: Id
Aliases:
Required: True
Position: 0
Default value: None
Accept pipeline input: True (ByPropertyName, ByValue)
Accept wildcard characters: False
Specifies the replication console object you want to remove.
Type: ReplicationConsole[]
Parameter Sets: InputObject
Aliases:
Required: True
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.PowerShell.dll-Help.xml
Module Name: Quest.RecoveryManager.AD.PowerShell
online version:
Allows you to remove the replication schedule from a specified computer.
Remove-RMADReplicationSchedule [<CommonParameters>]
Allows you to remove the replication schedule from a specified computer.
PS C:\> Remove-RMADReplicationSchedule
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