external help file: QuestSoftware.RecoveryManager.AD.PowerShellFE.dll-Help.xml
Module Name: Quest.RecoveryManager.AD.PowerShellFE
online version:
Removes the computer form the project.
Remove-RMADFEComputer [[-ComputerName] <String>] [-InformationAction <ActionPreference>]
[-InformationVariable <String>] [<CommonParameters>]
The command can be called after metadata cleanup.
PS C:\> {{ Add example code here }}
{{ Add example description here }}
Specifies the name of the computer.
Type: String
Parameter Sets: (All)
Aliases: Name
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.
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> [-InformationAction <ActionPreference>]
[-InformationVariable <String>] [<CommonParameters>]
Remove-RMADFERecoveryAgent [-ComputerName] <String> -DcCredential <PSCredential>
[-InformationAction <ActionPreference>] [-InformationVariable <String>] [<CommonParameters>]
Remove-RMADFERecoveryAgent [-ComputerName] <String> -DcCredential <PSCredential> -DsrmCredential <PSCredential>
[-InformationAction <ActionPreference>] [-InformationVariable <String>] [<CommonParameters>]
Remove-RMADFERecoveryAgent [-ComputerName] <String> -DsrmCredential <PSCredential>
[-InformationAction <ActionPreference>] [-InformationVariable <String>] [<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.
@{paragraph=PS C:\>}
PS C:\> Open-RMADFEProject -Path C:\rmadfe.frproj -Password $pwd
Remove-RMADFERecoveryAgent -Name dc1.RMAD.local
Removes Forest Recovery Agent from the specified domain controller in the RMADFE project.
@{paragraph=PS C:\>}
PS C:\> Remove-RMADFERecoveryAgent -name dc1.RMAD.local -DcCredential $credentilas -DsrmCredential $credentilas
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
@{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 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
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: ProjectLessBothMode, ProjectLessDsrm
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> [-InformationAction <ActionPreference>]
[-InformationVariable <String>] [-WhatIf] [-Confirm] [<CommonParameters>]
This cmdlet allows you to remove the verification schedule for the RMADFE project.
@{paragraph=PS C:\>}
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
@{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
Describes what would happen if you executed the command without actually executing the command.
Type: SwitchParameter
Parameter Sets: (All)
Aliases: wi
Required: False
Position: Named
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: 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:
Removes an RMAD console from the replication console list.
Remove-RMADReplicationConsole [-Id] <Int32[]> [-InformationAction <ActionPreference>]
[-InformationVariable <String>] [<CommonParameters>]
Remove-RMADReplicationConsole [-ComputerName] <String[]> [-InformationAction <ActionPreference>]
[-InformationVariable <String>] [<CommonParameters>]
Remove-RMADReplicationConsole [-InputObject] <ReplicationConsole[]> [-InformationAction <ActionPreference>]
[-InformationVariable <String>] [<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 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 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 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
@{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