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:
Removes the secure storage server.
Remove-RMADStorageServer [-IgnoreReadOnly] [-Name] <String> [-WhatIf] [-Confirm] [<CommonParameters>]
Remove-RMADStorageServer [-IgnoreReadOnly] [-Server] <StorageServer> [-WhatIf] [-Confirm] [<CommonParameters>]
Removes currently registered secure storage servers.
PS C:\> Remove-RMADStorageServer -Name "backupsrv01.acme.test"
Removes the specified secure storage server.
PS C:\> Get-RMADStorageServer | Remove-RMADStorageServer
Removes all registered secure storage servers.
Allows you to perform the action in a console currently performing full replication.
Type: SwitchParameter
Parameter Sets: (All)
Aliases:
Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
Specifies the name of the registered storage server (DNS name or IP address).
Type: String
Parameter Sets: Name
Aliases:
Required: True
Position: 0
Default value: None
Accept pipeline input: True (ByValue)
Accept wildcard characters: False
Specifies the secure storage server object.
Type: StorageServer
Parameter Sets: Server
Aliases:
Required: True
Position: 0
Default value: None
Accept pipeline input: True (ByValue)
Accept wildcard characters: False
Prompts you for confirmation before running the cmdlet.
Type: SwitchParameter
Parameter Sets: (All)
Aliases: cf
Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
Shows what happens when you run the cmdlet. The cmdlet does not actually run.
Type: SwitchParameter
Parameter Sets: (All)
Aliases: wi
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.
© ALL RIGHTS RESERVED. 이용 약관 개인정보 보호정책 Cookie Preference Center