external help file: QuestSoftware.RecoveryManager.AD.PowerShellFE.dll-Help.xml
Module Name: Quest.RecoveryManager.AD.PowerShellFE
online version:
Shows the difference between the current project and live Active Directory and updates the project.
Update-RMADFEProject [-ForestName] <String> [-Credential] <PSCredential>
[-InformationAction <ActionPreference>] [-InformationVariable <String>] [-WhatIf] [-Confirm]
[<CommonParameters>]
This cmdlet shows the difference between the currently opened recovery project and live Active Directory.
The confirmation will be requested before applying changes to the project.
@{paragraph=PS C:\>}
PS C:\> Update-RMADFEProject -ForestName "acme.test" -Credential $credential -WhatIf
Shows the difference between the current recovery project and the forest "acme.test".
@{paragraph=PS C:\>}
PS C:\> Update-RMADFEProject -ForestName "acme.test" -Credential $credential -Confirm:$true
Save-RMADFEProject -Path "UpdatedProject.frproj" -Password $password
Checks and shows the difference between the current project and the forest "acme.test", and then applies the changes to the project.
To keep the project updated, you have to save it.
Name of the target Active Directory forest.
Type: String
Parameter Sets: (All)
Aliases:
Required: True
Position: 0
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
Credentials that are used to connect to the target Active Directory to retrieve infrastructure information.
Type: PSCredential
Parameter Sets: (All)
Aliases:
Required: True
Position: 1
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
@{Text=}
Type: ActionPreference
Parameter Sets: (All)
Aliases: infa
Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
@{Text=}
Type: String
Parameter Sets: (All)
Aliases: iv
Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
If specified, this parameter shows difference only and does not apply any changes to the recovery project.
Type: SwitchParameter
Parameter Sets: (All)
Aliases: wi
Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
Automatically confirms the update of the recovery project.
Type: SwitchParameter
Parameter Sets: (All)
Aliases: cf
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.PowerShell.dll-Help.xml
Module Name: Quest.RecoveryManager.AD.PowerShell
online version:
Updates license key file.
Update-RMADLicense [-File] <String> [-InformationAction <ActionPreference>] [-InformationVariable <String>]
[<CommonParameters>]
Allows you to update the current license key file to a new one.
PS C:\> Update-RMADLicense -File C:\license.asc
Updates current license using license key file C:\license.asc.
Full path to a new license key file.
Type: String
Parameter Sets: (All)
Aliases:
Required: True
Position: 0
Default value: None
Accept pipeline input: True (ByValue)
Accept wildcard characters: False
@{Text=}
Type: ActionPreference
Parameter Sets: (All)
Aliases: infa
Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
@{Text=}
Type: String
Parameter Sets: (All)
Aliases: iv
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.
© 2025 Quest Software Inc. ALL RIGHTS RESERVED. Terms of Use Privacy Cookie Preference Center