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> [-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.
PS C:\> $credentials = New-Object PSCredential(".\Administrator", (ConvertTo-SecureString 'Password' -AsPlainText -Force))
Update-RMADFEProject -ForestName "acme.test" -Credential $credential -WhatIf
Shows the difference between the current recovery project and the forest "acme.test".
PS C:\> $credentials = New-Object PSCredential(".\Administrator", (ConvertTo-SecureString 'Password' -AsPlainText -Force))
Update-RMADFEProject -ForestName "acme.test" -Credential $credential -Confirm:$true
Save-RMADFEProject -Path "UpdatedProject.frproj" -Password (ConvertTo-SecureString "protection password" -AsPlainText -Force)
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.
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
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
Automatically confirms the update of the recovery project.
Type: SwitchParameter
Parameter Sets: (All)
Aliases: cf
Required: False
Position: Named
Default value: False
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: False
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> [<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
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