external help file: QuestSoftware.RecoveryManager.AD.PowerShellFE.dll-Help.xml
Module Name: Quest.RecoveryManager.AD.PowerShellFE
online version:
For internal use only.
Get-RMADFEAvailableSubnet [[-NetworkAddress] <String>]
[[-CurrentSubnets] <System.Collections.Generic.List`1[System.String]>] [[-Cidr] <Int32>] [<CommonParameters>]
For internal use only.
PS C:\> {{ Add example code here }}
{{ Add example description here }}
For internal use only.
Type: Int32
Parameter Sets: (All)
Aliases:
Required: False
Position: 2
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
For internal use only.
Type: System.Collections.Generic.List`1[System.String]
Parameter Sets: (All)
Aliases: Subnets
Required: False
Position: 1
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
For internal use only.
Type: String
Parameter Sets: (All)
Aliases: Network
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:
Returns cloud storage registered in Recovery Manager for Active Directory.
Get-RMADFECloudStorage [-Id <Int32>] [<CommonParameters>]
Returns cloud storage registered in Recovery Manager for Active Directory specified by the Id parameter. Display name, container and type of cloud storage is returned. If no Id parameter provided all registered cloud storages will be returned.
PS C:\> Get-RMADFECloudStorage
Id DisplayName Container Type
-- ----------- --------- ----
1 MyCloudStorage adbackups CloudStorageAzure
2 CompanyStorage bmrbackups CloudStorageAzure
Returns all registered cloud storages in Recovery Manager for Active Directory.
PS C:\> Get-RMADFECloudStorage -Id 1
Id DisplayName Container Type
-- ----------- --------- ----
1 MyCloudStorage adbackups CloudStorageAzure
Retrieve a cloud storage specified by the Id parameter. If no Id parameter provided all registered cloud storages will be returned.
Cloud storage Id that is registered in Recovery Manager for Active Directory.
Type: Int32
Parameter Sets: (All)
Aliases: StorageId
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:
Returns computer collections for the cloud storage registered in Recovery Manager for Active Directory.
Get-RMADFECloudStorageCollection [-Id] <Int32[]> [-IgnoreReadOnly] [<CommonParameters>]
Get-RMADFECloudStorageCollection [-InputObject] <CloudStorage[]> [-IgnoreReadOnly] [<CommonParameters>]
Returns computer collections for the cloud storage specified in the parameter Id. Each computer collection is returned with collection name, last status result, last run date, next run date and schedule.
PS C:\> Get-RMADFECloudStorage
Id DisplayName Container Type
-- ----------- --------- ----
1 CloudStorageAF adbackups CloudStorageAzure
PS C:\>Get-RMADFECloudStorageCollection -Id 1
Name LastResult LastRunDate NextRunDate Schedule
---- ---------- ----------- ----------- --------
Coll01 Success 10/28/2022 16:45 10/28/2022 13:55 {At 4:55 PM every day}
Returns all computer collections for the cloud storage with Id 1.
Cloud storage Id that is registered in Recovery Manager for Active Directory.
Type: Int32[]
Parameter Sets: Id
Aliases: StorageId
Required: True
Position: 0
Default value: None
Accept pipeline input: True (ByPropertyName, ByValue)
Accept wildcard characters: False
Allows you to perform the action in a console currently performing full replication (for internal use only).
Type: SwitchParameter
Parameter Sets: (All)
Aliases:
Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
Specifies the CloudStorage object representing the storage.
Type: CloudStorage[]
Parameter Sets: InputObject
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.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.
© ALL RIGHTS RESERVED. 使用条款 隐私 Cookie Preference Center