external help file: QuestSoftware.RecoveryManager.AD.PowerShellFE.dll-Help.xml
Module Name: Quest.RecoveryManager.AD.PowerShellFE
online version:
Retrieves the cloud storage upload session details.
Get-RMADFECloudStorageUploadSession [-Id <Int32>] [-StorageId <Int32>] [-Limit <Int32>] [<CommonParameters>]
Returns the upload sessions details for the specified cloud storage. Each upload session is returned with a status, creation timestamp and error message if available. Using the Limit parameter specify the number of upload sessions to be returned.
PS C:\> Get-RMADFECloudStorageUploadSession -StorageId 1 -Limit 1
Id : 1
StorageId : 1
BackupId : 248
SourceBackupPath : \\mycomputer.company.ca\Backups\mycomputer-2022-10-28 16-13-51.bkf
TargetBackupPath : mycomputer.company.ca\Backups\mycomputer-2022-10-28 16-13-51.bkf
ErrorMessage :
CreationTimestamp : 10/28/2022 4:14:10 PM
ModificationTimestamp : 10/28/2022 4:14:17 PM
Status : UploadStatusCompleted
Retrieve the latest upload session for the cloud storage with Id 1.
Specifies the upload session Id.
Type: Int32
Parameter Sets: (All)
Aliases:
Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
Maximum number of session to return. When not specified all upload sessions will be returned.
Type: Int32
Parameter Sets: (All)
Aliases:
Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
Specifies the cloud storage Id.
Type: Int32
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.PowerShellFE.dll-Help.xml
Module Name: Quest.RecoveryManager.AD.PowerShellFE
online version:
Retrieves a list of computer settings from the current RMADFE project.
Get-RMADFEComputer [[-ComputerName] <String>] [<CommonParameters>]
This cmdlet retrieves the computer settings for one or more computers from the current RMADFE project. By default, this cmdlet retrieves the following information for each computer:
PS C:\> Get-RMADFEComputer -Name dc1.acme.com
This command retrieves information about the specified computer from the current RMADFE project.
PS C:\> Get-RMADFEComputer
This command retrieves information about all computers from the current RMADFE project.
Specifies the fully qualified domain name of the computer.
Type: String
Parameter Sets: (All)
Aliases: Name
Required: False
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.PowerShellFE.dll-Help.xml
Module Name: Quest.RecoveryManager.AD.PowerShellFE
online version:
Gets all registered RMAD FE consoles.
Get-RMADFEConsole [<CommonParameters>]
Gets all registered in the persistence database RMAD FE consoles.
PS C:\> Get-RMADFEConsole
This command gets a list of all FR Console instances registered in the persistence database.
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:
Returns console configuration backup schedule.
Get-RMADFEConsoleConfigurationBackupSchedule [<CommonParameters>]
Returns console configuration backup schedule settings including path and password.
PS C:\> Get-RMADFEConsoleConfigurationBackupSchedule
Returns console configuration backup settings.
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. Terms of Use Privacy Cookie Preference Center