external help file: QuestSoftware.RecoveryManager.AD.PowerShell.dll-Help.xml
Module Name: Quest.RecoveryManager.AD.PowerShell
online version:
Gets items from a specified backup creation session.
Get-RMADSessionItem [-Session <Session[]>] [-Result <SessionResult[]>] [<CommonParameters>]
Get-RMADSessionItem [-SessionId <Int32[]>] [-Computer <String[]>] [-Result <SessionResult[]>]
[<CommonParameters>]
Gets items from a specified backup creation session.
PS C:\> Get-RMADSessionItem -Computer "Comp*"
This command gets all session items from all backup creation sessions created for the computers whose name starts with Comp.
Gets items from the backup creation sessions run for the computer whose name specified in this parameter.
This parameter accepts the asterisk (*) wildcard.
Type: String[]
Parameter Sets: sessionId
Aliases:
Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
Gets items from the backup creation sessions that completed with the result specified in this parameter.
Type: SessionResult[]
Parameter Sets: (All)
Aliases:
Accepted values: Success, Error, Warning, Unknown, Running, Canceled, Abandoned, Pending, Verifying, Installing, Working
Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
Specifies the backup creation session from which to get session items.
Type: Session[]
Parameter Sets: session
Aliases:
Required: False
Position: Named
Default value: None
Accept pipeline input: True (ByValue)
Accept wildcard characters: False
Specifies the identifier of the backup creation session from which to get session items.
Type: Int32[]
Parameter Sets: sessionId
Aliases:
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:
Gets events from a specified backup creation session item.
Get-RMADSessionItemEvent [[-SessionItem] <SessionItem[]>] [-Type <EventType[]>] [<CommonParameters>]
Get-RMADSessionItemEvent [[-SessionItemId] <Int32[]>] [-Type <EventType[]>] [<CommonParameters>]
Gets events from a specified backup creation session item.
PS C:\> Get-RMADSessionItemEvent -Type Warning
Gets all Warning events for all backup creation sessions.
Specifies the backup creation session item from which to get events.
Type: SessionItem[]
Parameter Sets: sessionItem
Aliases:
Required: False
Position: 0
Default value: None
Accept pipeline input: True (ByValue)
Accept wildcard characters: False
Specifies the identifier of the backup creation session item from which to get events.
Type: Int32[]
Parameter Sets: sessionItemId
Aliases:
Required: False
Position: 0
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
Specifies the types of events to get. This parameter accepts the following values for event types:
When specifying multiple event types, use a comma as a separator.
Type: EventType[]
Parameter Sets: (All)
Aliases:
Accepted values: Information, Warning, Error
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:
Returns a list of registered secure storage servers.
Get-RMADStorageServer [[-Name] <String>] [<CommonParameters>]
Returns a list of currently registered secure storage servers.
PS C:\> Get-RMADStorageServer
Displays the list of currently registered storage servers.
PS C:\> Get-RMADStorageServer -Name storage.local
Displays a secure storage server with the 'storage.local' name, if any.
Specifies the name of a secure storage server to display.
Type: String
Parameter Sets: (All)
Aliases:
Required: False
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:
Reads the backup registration information from the .xml file and returns backup descriptions in the BackupInfo objects.
Import-RMADBackup [-Path] <String[]> [-IgnoreReadOnly] [<CommonParameters>]
Import-RMADBackup -Definition <String> [-IgnoreReadOnly] [<CommonParameters>]
Reads the backup registration information from the .xml file and returns backup descriptions in the BackupInfo objects. After you import backups, you need to register them with Recovery Manager so that the backups become available in the Recovery Manager user interface. To register the backups, use the Add-RMADBackup cmdlet.
PS C:\> Import-RMADBackup C:\ImportedBackups\RMADBackups.xml | Add-RMADBackup
Imports backups from the C:\ImportedBackups\RMADBackups.xml file to the Recovery Manager for Active Directory backup registration database on the computer where you are using this cmdlet.
Then, the Add-RMADBackup registers the imported backups with Recovery Manager for Active Directory.
Specifies the registration information about the backups you want to import into the Recovery Manager for Active Directory backup registration database.
Type: String
Parameter Sets: Definition
Aliases:
Required: True
Position: Named
Default value: None
Accept pipeline input: False
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 path to the .xml file that contains the registration information about the backups you want to import into the Recovery Manager for Active Directory backup registration database.
Type: String[]
Parameter Sets: Paths
Aliases:
Required: True
Position: 0
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