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:
{{ Fill in the Synopsis }}
Get-RMADHybridRecoveryDomainOptions [<CommonParameters>]
{{ Fill in the Description }}
PS C:\>Get-RMADHybridRecoveryDomainOptions
{{ Add example description here }}
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:
{{ Fill in the Synopsis }}
Get-RMADHybridRecoveryOptions [<CommonParameters>]
{{ Fill in the Description }}
PS C:\>Get-RMADHybridRecoveryOptions
{{ Add example description here }}
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: - aboutText - purchased - allocated - expirationDate - managedUsers - isDemo - isForestRecoveryLicensed - isOrwAgentModeDisabled
PS C:\> (Get-RMADLicenseInfo).Allocated
This code returns the number of already allocated licenses.
PS C:\> (Get-RMADLicenseInfo).Purchased
This code returns the number of purchased licenses.
PS C:\> (Get-RMADLicenseInfo).ManagedUsers
This code returns the maximum number of users allowed by a Per Managed Person license.
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