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[]>]
[-InformationAction <ActionPreference>] [-InformationVariable <String>] [<CommonParameters>]
Get-RMADSessionItemEvent [[-SessionItemId] <Int32[]>] [-Type <EventType[]>]
[-InformationAction <ActionPreference>] [-InformationVariable <String>] [<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 types of events to get.
This parameter accepts the following values for event types:* Information
Type: EventType[]
Parameter Sets: (All)
Aliases:
Required: False
Position: Named
Default value: None
Accept pipeline input: False
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
@{Text=}
Type: ActionPreference
Parameter Sets: (All)
Aliases: infa
Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
@{Text=}
Type: String
Parameter Sets: (All)
Aliases: iv
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 registered storage servers.
Get-RMADStorageServers [<CommonParameters>]
Returns currently registered storage servers with their latest states.
PS C:\> Get-RMADStorageServers
Displays the list of currently registered storage servers.
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] [-InformationAction <ActionPreference>]
[-InformationVariable <String>] [<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 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: (All)
Aliases:
Required: True
Position: 0
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: None
Accept pipeline input: False
Accept wildcard characters: False
@{Text=}
Type: ActionPreference
Parameter Sets: (All)
Aliases: infa
Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
@{Text=}
Type: String
Parameter Sets: (All)
Aliases: iv
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.PowerShellFE.dll-Help.xml
Module Name: Quest.RecoveryManager.AD.PowerShellFE
online version:
Imports Forest Recovery certificates.
Import-RMADFERecoveryCertificate [-Path] <String> [-Password] <SecureString>
[-InformationAction <ActionPreference>] [-InformationVariable <String>] [<CommonParameters>]
This cmdlet imports Forest Recovery certificates from the specified location.
You must also supply the password that is used to protect the certificates.
@{paragraph=PS C:\>}
PS C:\> Import-RMADFERecoveryCertificate -Path C:\Certificates\RMADFeCertificates.pfx" -Password (ConvertTo-SecureString "protection password" -AsPlainText -Force)
This command imports Forest Recovery certificates from the specified location.
Specifies the full path to the Forest Recovery certificate file.
Type: String
Parameter Sets: (All)
Aliases:
Required: True
Position: 0
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
Specifies the password that is used to access the Forest Recovery certificates.
Type: SecureString
Parameter Sets: (All)
Aliases:
Required: True
Position: 1
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
@{Text=}
Type: ActionPreference
Parameter Sets: (All)
Aliases: infa
Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
@{Text=}
Type: String
Parameter Sets: (All)
Aliases: iv
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