external help file: QuestSoftware.RecoveryManager.AD.PowerShellFE.dll-Help.xml
Module Name: Quest.RecoveryManager.AD.PowerShellFE
online version:
Removes a registered cloud storage from Recovery Manager for Active Directory.
Remove-RMADFECloudStorage [-Id] <Int32[]> [-IgnoreReadOnly] [-WhatIf] [-Confirm] [<CommonParameters>]
Remove-RMADFECloudStorage [-InputObject] <CloudStorage[]> [-IgnoreReadOnly] [-WhatIf] [-Confirm]
[<CommonParameters>]
Removes a registered cloud storage from Recovery Manager for Active Directory. Only storage registration in Recovery Manager will be removed; backup and any other data on the cloud storage is not affected.
PS C:\> Get-RMADFECloudStorage
PS C:\> Remove-RMADFECloudStorage -Id 1
Removes cloud storage specified by the Id parameter.
PS C:\> Get-RMADFECloudStorage | Remove-RMADFECloudStorage -Confirm:$false
Remove all registered cloud storages without a confirmation.
Specifies the cloud storage Id representing the storage you want to unregister from the Recovery Manager.
Type: Int32[]
Parameter Sets: Id
Aliases: StorageId
Required: True
Position: 0
Default value: None
Accept pipeline input: True (ByPropertyName, ByValue)
Accept wildcard characters: False
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
Specifies the CloudStorage object representing the storage you want to unregister from the Recovery Manager. If you use this parameter, omit the Id parameter of this cmdlet.
Type: CloudStorage[]
Parameter Sets: InputObject
Aliases:
Required: True
Position: 0
Default value: None
Accept pipeline input: True (ByValue)
Accept wildcard characters: False
Prompts you for confirmation before running the cmdlet.
Type: SwitchParameter
Parameter Sets: (All)
Aliases: cf
Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
Shows what would happen if the cmdlet runs.
The cmdlet is not run.
Type: SwitchParameter
Parameter Sets: (All)
Aliases: wi
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.PowerShellFE.dll-Help.xml
Module Name: Quest.RecoveryManager.AD.PowerShellFE
online version:
Removes an existing cloud storage upload session.
Remove-RMADFECloudStorageUploadSession [-Id] <Int32[]> [-IgnoreReadOnly] [-WhatIf] [-Confirm]
[<CommonParameters>]
Remove-RMADFECloudStorageUploadSession [-InputObject] <UploadSession[]> [-IgnoreReadOnly] [-WhatIf] [-Confirm]
[<CommonParameters>]
Removes an existing cloud storage upload session. Only session information in Recovery Manager for Active Directory will be removed; backup and any other data on the cloud storage is not affected.
PS C:\> Get-RMADFECloudStorageUploadSession | Remove-RMADFECloudStorageUploadSession
Removes all registered upload sessions without a confirmation.
PS C:\> Remove-RMADFECloudStorageUploadSession -Id 1
Removes a specific registered upload session with the session Id of 1.
Specifies the upload session Id representing the upload session you want to remove from the history in Recovery Manager for Active Directory.
Type: Int32[]
Parameter Sets: Id
Aliases:
Required: True
Position: 0
Default value: None
Accept pipeline input: True (ByPropertyName, ByValue)
Accept wildcard characters: False
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
Specifies the UploadSession object representing the cloud storage upload session you want to unregister from Recovery Manager for Active Directory. If you use this parameter, omit the Id parameter of this cmdlet.
Type: UploadSession[]
Parameter Sets: InputObject
Aliases:
Required: True
Position: 0
Default value: None
Accept pipeline input: True (ByValue)
Accept wildcard characters: False
Prompts you for confirmation before running the cmdlet.
Type: SwitchParameter
Parameter Sets: (All)
Aliases: cf
Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
Shows what would happen if the cmdlet runs.
The cmdlet is not run.
Type: SwitchParameter
Parameter Sets: (All)
Aliases: wi
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.PowerShellFE.dll-Help.xml
Module Name: Quest.RecoveryManager.AD.PowerShellFE
online version:
Removes Forest Recovery Agent from a specified domain controller, or its registration information from Forest Recovery Console.
Remove-RMADFERecoveryAgent [-ComputerName] <String> [<CommonParameters>]
Remove-RMADFERecoveryAgent [-ComputerName] <String> -DcCredential <PSCredential> [<CommonParameters>]
Remove-RMADFERecoveryAgent [-ComputerName] <String> -DcCredential <PSCredential> -DsrmCredential <PSCredential>
-LocalCredential <PSCredential> [<CommonParameters>]
Remove-RMADFERecoveryAgent [-ComputerName] <String> -DsrmCredential <PSCredential> [<CommonParameters>]
Remove-RMADFERecoveryAgent [-ComputerName] <String> -LocalCredential <PSCredential> [<CommonParameters>]
Allows you to completely remove Forest Recovery Agent from a specified domain controller. You can also select to remove only registration information that relates to a particular Forest Recovery Agent from Forest Recovery Console. This may be useful if you removed Forest Recovery Agent from a domain controller manually, but the related agent entry remains in Forest Recovery Console.
PS C:\> Open-RMADFEProject -Path C:\rmadfe.frproj -Password (ConvertTo-SecureString "password" -AsPlainText -Force)
Remove-RMADFERecoveryAgent -Name dc1.RMAD.local
Removes Forest Recovery Agent from the specified domain controller in the RMADFE project.
PS C:\> $credentials = New-Object PSCredential(".\Administrator", (ConvertTo-SecureString 'Password' -AsPlainText -Force))
Remove-RMADFERecoveryAgent -name dc1.RMAD.local -DcCredential $credentials -DsrmCredential $credentials
Removes Forest Recovery Agent from the specified domain controller (either in Normal or DSRM mode). In this example, you should use only domain credentials or DSRM credentials, or both.
Specifies the fully qualified domain name of the computer.
Type: String
Parameter Sets: (All)
Aliases:
Required: True
Position: 0
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
Specifies the user name and password with which you want Recovery Manager for Active Directory Forest Edition to access the selected domain controllers in the Normal mode.
Type: PSCredential
Parameter Sets: ProjectlessDomain, ProjectlessAll
Aliases:
Required: True
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
Specifies the user name and password with which you want Recovery Manager for Active Directory Forest Edition to access domain controllers in the selected domain in Directory Services Restore Mode (DSRM).
Type: PSCredential
Parameter Sets: ProjectlessAll, ProjectlessDsrm
Aliases:
Required: True
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
Specifies the user name and password with which you want Recovery Manager for Active Directory Forest Edition to access standalone machines.
Type: PSCredential
Parameter Sets: ProjectlessAll, ProjectlessLocal
Aliases:
Required: True
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.PowerShellFE.dll-Help.xml
Module Name: Quest.RecoveryManager.AD.PowerShellFE
online version:
Removes an existing verification schedule for the RMADFE project.
Remove-RMADFESchedule [-Credential] <PSCredential> [-WhatIf] [-Confirm] [<CommonParameters>]
This cmdlet allows you to remove the verification schedule for the RMADFE project.
PS C:\> Remove-RMADFESchedule
Removes the current project schedule.
Specifies credentials that will be used to run the command.
Type: PSCredential
Parameter Sets: (All)
Aliases:
Required: True
Position: 0
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
Prompts for confirmation before executing the command.
Type: SwitchParameter
Parameter Sets: (All)
Aliases: cf
Required: False
Position: Named
Default value: False
Accept pipeline input: False
Accept wildcard characters: False
Describes what would happen if you ran the command without actually running the command.
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.
© 2024 Quest Software Inc. ALL RIGHTS RESERVED. Terms of Use Privacy Cookie Preference Center