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.
external help file: QuestSoftware.RecoveryManager.AD.PowerShell.dll-Help.xml
Module Name: Quest.RecoveryManager.AD.PowerShell
online version:
Deletes replication sessions from the replication history.
Remove-RMADReplicationSession [-Session] <ReplicationSession[]> [<CommonParameters>]
Remove-RMADReplicationSession [-Id] <Int32[]> [<CommonParameters>]
Deletes one or more replication sessions from the replication history.
PS C:\> Remove-RMADReplicationSession -Id 1
This command deletes the replication session whose ID is 1.
PS C:\> Get-RMADReplicationSession | Remove-RMADReplicationSession
This command clears the replication history.
Specifies the IDs of replication sessions for deleting.
Type: Int32[]
Parameter Sets: Id
Aliases:
Required: True
Position: 0
Default value: None
Accept pipeline input: True (ByValue)
Accept wildcard characters: False
Specifies the replication sessions for deleting.
Type: ReplicationSession[]
Parameter Sets: Session
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 selectively delete specified Recovery Manager backup session(s).
Remove-RMADSession -InputObject <Session[]> [<CommonParameters>]
Remove-RMADSession -SessionId <Int32[]> [<CommonParameters>]
Remove-RMADSession [-RemoveAll] [<CommonParameters>]
Allows you to selectively delete specified Recovery Manager backup session(s).
PS C:\> Get-RMADSession | Where-Object {$_.StartDate -gt (Get-Date).AddDays(-15)} | Remove-RMADSession
Gets all Recovery Manager backup sessions started by Recovery Manager for Active Directory in the last 15 days, and deletes them.
PS C:\> Remove-RMADSession -SessionID 1,2,3
Deletes the Recovery Manager backup sessions with session IDs 1,2, and 3.
PS C:\> Remove-RMADSession -RemoveAll
Deletes all Recovery Manager backup sessions.
Specifies the ISession objects representing the Recovery Manager backup sessions you want to delete. If you use this parameter, omit the SessionId and RemoveAll parameters of this cmdlet.
Type: Session[]
Parameter Sets: Instance
Aliases:
Required: True
Position: Named
Default value: None
Accept pipeline input: True (ByValue)
Accept wildcard characters: False
Deletes all Recovery Manager backup sessions. If you use this parameter, omit the SessionId and InputObject parameters of this cmdlet.
Type: SwitchParameter
Parameter Sets: RemoveAll
Aliases:
Required: True
Position: 0
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
Specifies the IDs of the Recovery Manager backup sessions you want to delete. If you use this parameter, omit the InputObject and RemoveAll parameters of this cmdlet.
Type: Int32[]
Parameter Sets: SessionID
Aliases:
Required: True
Position: Named
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.
© ALL RIGHTS RESERVED. 이용 약관 개인정보 보호정책 Cookie Preference Center