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.
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.
external help file: QuestSoftware.RecoveryManager.AD.PowerShell.dll-Help.xml
Module Name: Quest.RecoveryManager.AD.PowerShell
online version:
Allows you to delete components (data) unpacked from specified backups.
Remove-RMADUnpackedComponent [-InputObject] <BackupInfo[]> [-IgnoreReadOnly] [-WhatIf] [-Confirm]
[<CommonParameters>]
Remove-RMADUnpackedComponent [-Id] <Int32[]> [-IgnoreReadOnly] [-WhatIf] [-Confirm] [<CommonParameters>]
Allows you to delete all components (data) unpacked from specified backups and saved in the Recovery Manager cache for further use.
PS C:\> Remove-RMADUnpackedComponent (Get-RMADBackup | where{$_.IsUnpacked -eq "true"})
Deletes all components unpacked from backups created with Recovery Manager for Active Directory.
Specifies the IDs of the backups whose unpacked components you want to delete. If you use this parameter, omit the InputObject parameter of this cmdlet.
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
Specifies the IBackupInfo objects representing the backups whose unpacked components you want to delete. If you use this parameter, omit the Id parameter of this cmdlet.
Type: BackupInfo[]
Parameter Sets: Instance
Aliases:
Required: True
Position: 0
Default value: None
Accept pipeline input: True (ByValue)
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.
© 2024 Quest Software Inc. ALL RIGHTS RESERVED. 使用条款 隐私 Cookie Preference Center