external help file: QuestSoftware.RecoveryManager.AD.PowerShell.dll-Help.xml
Module Name: Quest.RecoveryManager.AD.PowerShell
online version:
Deletes specified Computer Collections.
Remove-RMADCollection [-Name] <String[]> [-IgnoreReadOnly] [-WhatIf] [-Confirm] [<CommonParameters>]
Remove-RMADCollection [-InputObject] <ComputerCollection[]> [-IgnoreReadOnly] [-WhatIf] [-Confirm]
[<CommonParameters>]
Remove-RMADCollection [-Id] <Int32[]> [-IgnoreReadOnly] [-WhatIf] [-Confirm] [<CommonParameters>]
Deletes the Computer Collections that have the specified name or are represented by the specified objects.
PS C:\> Remove-RMADCollection -Name "New Computer Collection"
Deletes the computer collection named New Computer Collection.
PS C:\> Get-RMADCollection | Where-Object {$_.Schedule.Count -eq 0} | Remove-RMADCollection
The Get-RMADCollection cmdlet gets all computer collections. The Where-Object cmdlet then filters out the collections for which no backup creation operation is scheduled. The pipeline operator passes the filtered collection objects to the Remove-RMADCollection cmdlet, which deletes these collection objects.
Specifies the identifier of the Computer Collection to delete.
Type: Int32[]
Parameter Sets: Id
Aliases:
Required: True
Position: 0
Default value: None
Accept pipeline input: True (ByValue)
Accept wildcard characters: False
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: False
Accept pipeline input: False
Accept wildcard characters: False
Deletes Computer Collections represented by the specified collection objects. Enter a variable that contains the objects or type a command or expression that gets the objects.
Type: ComputerCollection[]
Parameter Sets: InputObject
Aliases:
Required: True
Position: 0
Default value: None
Accept pipeline input: True (ByValue)
Accept wildcard characters: False
Specifies the name of the Computer Collection to be deleted.
Type: String[]
Parameter Sets: Name
Aliases:
Required: True
Position: 0
Default value: None
Accept pipeline input: True (ByPropertyName)
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 items from a specified Computer Collection.
Remove-RMADCollectionItem [-Collection] <String[]> [-Item] <String[]> [-IgnoreReadOnly] [<CommonParameters>]
Allows you to selectively remove items from the Computer Collection you specify.
PS C:\> Remove-RMADCollectionItem -Collection Collection1 -Item Comp1
Removes the item named Comp1 from the Computer Collection named Collection1.
Specifies the Computer Collection from which to remove items. To specify a Computer Collection, type the Computer Collection name in this parameter.
Type: String[]
Parameter Sets: (All)
Aliases:
Required: True
Position: 0
Default value: None
Accept pipeline input: True (ByValue)
Accept wildcard characters: False
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: False
Accept pipeline input: False
Accept wildcard characters: False
Specifies items to remove from the Computer Collection. To specify an item, type the item name in this parameter.
Type: String[]
Parameter Sets: (All)
Aliases:
Required: True
Position: 1
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[]> [<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.
© 2024 Quest Software Inc. ALL RIGHTS RESERVED. 使用条款 隐私 Cookie Preference Center