Converse agora com nosso suporte
Chat com o suporte

Recovery Manager for AD Forest Edition 10.3.1 - Management Shell Guide

Overview
About Management Shell Installing and opening Management Shell Getting Help Descriptions of PowerShell Commands
Add-RMADBackup Add-RMADCollectionItem Add-RMADFECloudStorage Add-RMADReplicationConsole Add-RMADStorageServer Backup-RMADCollection Backup-RMADFEConsoleConfiguration Close-RMADFEProject Compare-RMADObject Convert-RMADBackup ConvertTo-RMADRecycledObject Create-RMADStorageAgentSetup Expand-RMADBackup Export-RMADBackup Export-RMADFECloudStorageBackup Export-RMADFECloudStorageServers Export-RMADFERecoveryCertificate Export-RMADFEResult Export-RMADSecureStorageBackup Export-RMADStorageServers Get-RMADBackup Get-RMADBackupAgent Get-RMADBackupInfo Get-RMADBackupObject Get-RMADBackupSecurityStatus Get-RMADCollection Get-RMADCollectionItem Get-RMADDeletedObject Get-RMADFEAvailableSubnet Get-RMADFECloudStorage Get-RMADFECloudStorageCollection Get-RMADFECloudStorageUploadSession Get-RMADFEComputer Get-RMADFEConsole Get-RMADFEConsoleConfigurationBackupSchedule Get-RMADFEDnsCache Get-RMADFEDomain Get-RMADFEEvent Get-RMADFEGlobalOptions Get-RMADFEOperation Get-RMADFEPersistenceConnection Get-RMADFEProject Get-RMADFERecoveryAgent Get-RMADFESchedule Get-RMADGlobalOptions Get-RMADHybridRecoveryDomainOptions Get-RMADHybridRecoveryOptions Get-RMADLicenseInfo Get-RMADObject Get-RMADReplicationConsole Get-RMADReplicationSchedule Get-RMADReplicationSession Get-RMADReplicationSessionItem Get-RMADReportObject Get-RMADReportObjectAttributes Get-RMADReportObjectChildren Get-RMADReportSession Get-RMADSession Get-RMADSessionItem Get-RMADSessionItemEvent Get-RMADStorageServer Import-RMADBackup Import-RMADFERecoveryCertificate Install-RMADBackupAgent Install-RMADFERecoveryAgent New-RMADCollection New-RMADFEProject New-RMADFERecoveryMedia New-RMADSchedule Open-RMADFEProject Protect-RMADSecureStorageServer Publish-RMADBackupSecurityStatus Refresh-RMADStorageServer Register-RMADSecureStorageBackups Remove-RMADBackup Remove-RMADBackupAgent Remove-RMADCollection Remove-RMADCollectionItem Remove-RMADFECloudStorage Remove-RMADFECloudStorageUploadSession Remove-RMADFERecoveryAgent Remove-RMADFESchedule Remove-RMADReplicationConsole Remove-RMADReplicationSchedule Remove-RMADReplicationSession Remove-RMADSession Remove-RMADStorageServer Remove-RMADUnpackedComponent Rename-RMADCollection Restart-RMADFECloudStorageUploadSession Restore-RMADDeletedObject Restore-RMADDomainController Restore-RMADFEConsoleConfiguration Restore-RMADObject Resume-RMADFEOperation Resume-RMADFERecovery Save-RMADFEProject Send-RMADFEBackupToSecureStorage Set-RMADCollection Set-RMADFECloudStorage Set-RMADFECloudStorageCollection Set-RMADFEComputer Set-RMADFEConsoleConfigurationBackupSchedule Set-RMADFEDnsCache Set-RMADFEDomain Set-RMADFEGlobalOptions Set-RMADFEPersistenceConnection Set-RMADFERecoveryMode Set-RMADFESchedule Set-RMADGlobalOptions Set-RMADHybridRecoveryDomainOptions Set-RMADHybridRecoveryOptions Set-RMADReplicationConsole Set-RMADReplicationSchedule Start-RMADFERecovery Start-RMADFERecoveryAgentOperation Start-RMADFEVerification Start-RMADHybridRecoveryDiscovery Start-RMADReplication Start-RMADReportViewer Stop-RMADFECloudStorageUploadSession Stop-RMADFEWorkflow Test-RMADBackup Test-RMADSecureStorageBackup Update-RMADBackupAgent Update-RMADFEProject Update-RMADLicense

Get-RMADFEAvailableSubnet


external help file: QuestSoftware.RecoveryManager.AD.PowerShellFE.dll-Help.xml
Module Name: Quest.RecoveryManager.AD.PowerShellFE
online version:

schema: 2.0.0

SYNOPSIS

For internal use only.

SYNTAX

Get-RMADFEAvailableSubnet [[-NetworkAddress] <String>]
 [[-CurrentSubnets] <System.Collections.Generic.List`1[System.String]>] [[-Cidr] <Int32>] [<CommonParameters>]

DESCRIPTION

For internal use only.

EXAMPLES

Example 1

PS C:\> {{ Add example code here }}

{{ Add example description here }}

PARAMETERS

-Cidr

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

-CurrentSubnets

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

-NetworkAddress

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

CommonParameters

This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.

INPUTS

None

OUTPUTS

System.Object

NOTES

RELATED LINKS

 

Get-RMADFECloudStorage


external help file: QuestSoftware.RecoveryManager.AD.PowerShellFE.dll-Help.xml
Module Name: Quest.RecoveryManager.AD.PowerShellFE
online version:

schema: 2.0.0

SYNOPSIS

Returns cloud storage registered in Recovery Manager for Active Directory.

SYNTAX

Get-RMADFECloudStorage [-Id <Int32>] [<CommonParameters>]

DESCRIPTION

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.

EXAMPLES

Example 1

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.

Example 2

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.

PARAMETERS

-Id

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

CommonParameters

This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.

INPUTS

None

OUTPUTS

System.Object

NOTES

RELATED LINKS

 

Get-RMADFECloudStorageCollection


external help file: QuestSoftware.RecoveryManager.AD.PowerShellFE.dll-Help.xml
Module Name: Quest.RecoveryManager.AD.PowerShellFE
online version:

schema: 2.0.0

SYNOPSIS

Returns computer collections for the cloud storage registered in Recovery Manager for Active Directory.

SYNTAX

Id

Get-RMADFECloudStorageCollection [-Id] <Int32[]> [-IgnoreReadOnly] [<CommonParameters>]

InputObject

Get-RMADFECloudStorageCollection [-InputObject] <CloudStorage[]> [-IgnoreReadOnly] [<CommonParameters>]

DESCRIPTION

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.

EXAMPLES

Example 1

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.

PARAMETERS

-Id

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

-IgnoreReadOnly

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

-InputObject

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

CommonParameters

This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.

INPUTS

OUTPUTS

NOTES

RELATED LINKS

 

Get-RMADFECloudStorageUploadSession


external help file: QuestSoftware.RecoveryManager.AD.PowerShellFE.dll-Help.xml
Module Name: Quest.RecoveryManager.AD.PowerShellFE
online version:

schema: 2.0.0

SYNOPSIS

Retrieves the cloud storage upload session details.

SYNTAX

Get-RMADFECloudStorageUploadSession [-Id <Int32>] [-StorageId <Int32>] [-Limit <Int32>] [<CommonParameters>]

DESCRIPTION

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.

EXAMPLES

Example 1

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.

PARAMETERS

-Id

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

-Limit

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

-StorageId

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

CommonParameters

This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.

INPUTS

None

OUTPUTS

System.Object

NOTES

RELATED LINKS

 

Documentos relacionados

The document was helpful.

Selecione a classificação

I easily found the information I needed.

Selecione a classificação