external help file: QuestSoftware.RecoveryManager.AD.PowerShell.dll-Help.xml
Module Name: Quest.RecoveryManager.AD.PowerShell
online version:
Sets global settings for the application.
Get-RMADGlobalOptions [[-Name] <String>] [<CommonParameters>]
Sets Recovery Manager for Active Directory global settings.
PS C:\> Get-RMADGlobalOptions -Name "UnpackingPath"
This cmdlet returns the value of the "UnpackingPath" global option.
PS C:\> Get-RMADGlobalOptions "UnpackingPath"
This cmdlet also can return the value of the "UnpackingPath" global option.
PS C:\> Get-RMADGlobalOptions
This code returns a HashTable which contains the name and value of all global options.
Specifies the name to the option whose value is retrieved.
Type: String
Parameter Sets: (All)
Aliases:
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.PowerShell.dll-Help.xml
Module Name: Quest.RecoveryManager.AD.PowerShell
online version:
Gets the domain systems associated with the Hybrid Connector.
Get-RMADHybridRecoveryDomainOptions [<CommonParameters>]
Returns the domain and associated systems used in the Hybrid Connector.
PS C:\>Get-RMADHybridRecoveryDomainOptions
Id : 6
Name : hal-test.dev.hal.ca.qsft
PrimaryComputerId : 5
Username : hal-test\master
Computers : {ID: 5, Name: hal-test-dc.hal-test.dev.hal.ca.qsft,
ID: 7, Name: hal-test-srv.hal-test.dev.hal.ca.qsft}
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:
Gets the information related to the Hybrid Connector.
Get-RMADHybridRecoveryOptions [<CommonParameters>]
Returns the information related to the Hybrid Connector. This includes the data contained in the file received or exported from On Demand Recovery (ODR) used to establish the connection. Also included is the host name of the system that is connected to the ODB via the Hybrid Connector and the status of the connector.
PS C:\>Get-RMADHybridRecoveryOptions
Enabled : True
RelayUrl : https://backupaad-rmaz-hybrid-
us.servicebus.windows.net/org-
05843ce6-cdde-a9c1-d228-70
983618c6cb
RelayKeyName : listenKey
AADConnectHost : hal-test-dc
AADConnectUsername : hal-test\master
UseAgentlessMethod : True
UsePackedBackups : True
SkipReplication : False
AutomaticallyConfigureFirewall : False
Status : Completed: True, Failed: False, Relay
Error: '', AAD Connect Error: ''
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:
Retrieves information about the installed license key file.
Get-RMADLicenseInfo [<CommonParameters>]
Allows you to retrieve information about the installed license key file including the following fields:
PS C:\> Get-RMADLicenseInfo
AboutText :
Purchased : 6000
Allocated : 4980
ExpirationDate : 12/30/2025 12:00:00 AM
IsDemo : False
IsForestRecoveryLicensed : True
IsDisasterRecoveryLicensed : True
LicenseNumber : 123-456-789
IsInstalled : True
ManagedUsers : -1
This code returns all information about the license.
PS C:\> (Get-RMADLicenseInfo).Allocated
4980
This code returns the number of already allocated licenses.
PS C:\> (Get-RMADLicenseInfo).Purchased
6000
This code returns the number of purchased licenses.
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. Terms of Use Privacy Cookie Preference Center