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.
external help file: QuestSoftware.RecoveryManager.AD.PowerShell.dll-Help.xml
Module Name: Quest.RecoveryManager.AD.PowerShell
online version:
Installs Recovery Manager Backup Agent on a specified computer or on each computer in a particular Computer Collection.
Install-RMADBackupAgent [-Computer] <String> [[-Credentials] <PSCredential>] [[-ConfigureFirewall] <Boolean>]
[-IgnoreReadOnly] [<CommonParameters>]
Install-RMADBackupAgent [[-Credentials] <PSCredential>] [[-ConfigureFirewall] <Boolean>]
[-CollectionName] <String> [-IgnoreReadOnly] [<CommonParameters>]
Allows you to install the Recovery Manager Backup Agent on a specified computer which can be a domain controller or AD LDS (ADAM) host, or on each computer in a particular Computer Collection.
PS C:\> $credential = Get-Credential
Install-RMADBackupAgent -Computer dc1 -Credentials $credential
This code connects to the computer "dc1" under the user represented by the "credential" object and installs Recovery Manager Backup Agent there.
PS C:\> Install-RMADBackupAgent -CollectionName "New Computer Collection"
This code installs the Recovery Manager Backup Agent on each computer in the collection named "New Computer Collection".
Specifies the name of the Computer Collection that includes the computers on which Backup Agent should be installed.
Type: String
Parameter Sets: Collection
Aliases:
Required: True
Position: 0
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
Specifies the name of the computer which can be domain controller or AD LDS (ADAM) host, where to install a Recovery Manager Backup Agent.
Type: String
Parameter Sets: DC
Aliases:
Required: True
Position: 0
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
Specifies whether Recovery Manager automatically configures Windows Firewall on domain controllers to allow backup operations.
Type: Boolean
Parameter Sets: (All)
Aliases:
Required: False
Position: 2
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
Specifies the user name and the password of the user account to use for connecting to the target computer and installing Backup Agent. Use the Get-Credential cmdlet provided by Windows PowerShell to get the PSCredential object representing user credentials.
Notes:
Type: PSCredential
Parameter Sets: (All)
Aliases:
Required: False
Position: 1
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
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