external help file: QuestSoftware.RecoveryManager.AD.PowerShell.dll-Help.xml
Module Name: Quest.RecoveryManager.AD.PowerShell
online version:
Displays a report about the results of the online comparison or restore operation.
Start-RMADReportViewer [-SqlCredential <PSCredential>] [<CommonParameters>]
Displays a report about the results of the online comparison or restore operation.
PS C:\> Start-RMADReportViewer
Displays the online comparison or restoration report.
Specifies the user name and password of the user account with which you want to connect to SQL Server to generate a report. The user name and password must be in the form of a PSCredential object. When this parameter is omitted, the cmdlet uses the credentials of the account under which Management Shell is running. Use the Get-Credential cmdlet provided by Windows PowerShell to pass a PSCredential object to this parameter.
Type: PSCredential
Parameter Sets: (All)
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:
Checks the integrity of backups registered with Recovery Manager.
Test-RMADBackup [-InputObject] <BackupInfo[]> [-ShareCredential <PSCredential>] [-UseStorageCredential]
[<CommonParameters>]
Test-RMADBackup [-Id] <Int32[]> [-ShareCredential <PSCredential>] [-UseStorageCredential] [<CommonParameters>]
Checks the integrity of backups registered with Recovery Manager.
This operation calculates the checksum of the backup file and compares it with the checksum stored in the backup.
PS C:\> Get-RMADBackup | Test-RMADBackup
Checks the integrity of all backups registered with Recovery Manager.
Specifies the identifier of the backup you want to check.
Type: Int32[]
Parameter Sets: Id
Aliases:
Required: True
Position: 0
Default value: None
Accept pipeline input: True (ByValue)
Accept wildcard characters: False
Accepts a backup object as input to the cmdlet. Enter a variable that contains the object or type a command or expression that gets the object.
Type: BackupInfo[]
Parameter Sets: Instance
Aliases:
Required: True
Position: 0
Default value: None
Accept pipeline input: True (ByValue)
Accept wildcard characters: False
Specifies credential for share folder that contains the backup.
Type: PSCredential
Parameter Sets: (All)
Aliases:
Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
Uses the account configured in the collection to access the remote storage. If the backup is not associated with any collection or no account is configured for the remote storage, the account specified in the -ShareCredential parameter will be used instead.
Type: SwitchParameter
Parameter Sets: (All)
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:
Checks the integrity of a backup on the secure storage server.
Test-RMADSecureStorageBackup [-BackupPath] <String> [-Name] <String> [<CommonParameters>]
Test-RMADSecureStorageBackup [-BackupPath] <String> [-Server] <StorageServer> [<CommonParameters>]
Checks the integrity of a backup on the secure storage server. This operation calculates the checksum
of the backup file and compares it with the checksum stored in the backup.
Test-RMADSecureStorageBackup -Name 'storage' -BackupPath 'E:\Backups\DC1.rmad.local\2022-09-10 14-54-49.bkf'
Path to the backup file stored on the secure storage server.
Type: String
Parameter Sets: (All)
Aliases:
Required: True
Position: 1
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
Specifies the name of the secure storage server.
Type: String
Parameter Sets: Name
Aliases:
Required: True
Position: 0
Default value: None
Accept pipeline input: True (ByValue)
Accept wildcard characters: False
Specifies the target storage server. Use Get-RMADStorageServer to get server objects.
Type: StorageServer
Parameter Sets: Server
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:
Upgrades Recovery Manager Backup Agent on a specified computer or on each computer in a particular Computer Collection.
Update-RMADBackupAgent [-Computer] <String> [[-Credentials] <PSCredential>] [[-ConfigureFirewall] <Boolean>]
[-IgnoreReadOnly] [<CommonParameters>]
Update-RMADBackupAgent [[-Credentials] <PSCredential>] [[-ConfigureFirewall] <Boolean>]
[-CollectionName] <String> [-IgnoreReadOnly] [<CommonParameters>]
Allows you to upgrade Recovery Manager Backup Agent on a specified computer or on each computer in a particular Computer Collection.
PS C:\> Update-RMADBackupAgent -CollectionName "New Computer Collection"
This code upgrades Recovery Manager Backup Agent on each computer in a collection named "New Computer Collection".
PS C:\> $credential = Get-Credential
Update-RMADBackupAgent -Computer dc1 -Credentials $credential
This code connects to the computer "dc1" under the user represented by the "credential" object and upgrades Recovery Manager Backup Agent there.
Specifies the name of the Computer Collection that includes the computers on which Backup Agent should be upgraded.
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 on which to upgrade 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 upgrading 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.
© 2024 Quest Software Inc. ALL RIGHTS RESERVED. 使用条款 隐私 Cookie Preference Center