external help file: QuestSoftware.RecoveryManager.AD.PowerShell.dll-Help.xml
Module Name: Quest.RecoveryManager.AD.PowerShell
online version:
Adds a secure storage server, optionally remotely installs a storage server agent.
Add-RMADStorageServer [-Name] <String> [-Port <Int32>] [-Credential <PSCredential>] [-RegisterBackups]
[-InstallAgent] [-IgnoreReadOnly] [<CommonParameters>]
Registers a secure storage server in Recovery Manager for Active Directory.
PS C:\> Add-RMADStorageServer -Name "backupsrv01.acme.test" -Port 48001
Registers the secure storage server with given name and connection port.
Server credentials used for remote agent installation. Ignored if the '-InstallAgent' switch is not set.
Type: PSCredential
Parameter Sets: (All)
Aliases:
Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
Allows you to perform the action in a console currently performing full replication.
Type: SwitchParameter
Parameter Sets: (All)
Aliases:
Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
If set, automatically installs storage server agent.
Type: SwitchParameter
Parameter Sets: (All)
Aliases:
Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
DNS name or IP address of the server.
Type: String
Parameter Sets: (All)
Aliases:
Required: True
Position: 0
Default value: None
Accept pipeline input: True (ByValue)
Accept wildcard characters: False
Port used to connect to the secure storage agent.
Type: Int32
Parameter Sets: (All)
Aliases:
Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
If set, backups on an existing storage server will be registered.
Type: SwitchParameter
Parameter Sets: (All)
Aliases:
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:
Backs up an existing computer collection.
Backup-RMADCollection [-InputObject] <ComputerCollection> [-AsJob] [-IgnoreReadOnly] [<CommonParameters>]
Backup-RMADCollection [-Name] <String> [-AsJob] [-IgnoreReadOnly] [<CommonParameters>]
Backs up the existing computer collection that has the specified name or is represented by the specified objects.
PS C:\> Backup-RMADCollection -Name "Collection1"
Backs up the Computer Collection named Collection1.
PS C:\> Get-RMADCollection -Id 1 | Backup-RMADCollection
Gets the Computer Collection whose identifier is 1, and then backs up that Computer Collection.
PS C:\> $c = Get-RMADCollection -Name col
C:\PS>Backup-RMADCollection -InputObject $c -AsJob
In the first line of this command, the Get-RMADCollection cmdlet gets the computer collection named col. The computer collection object is then stored in the $c variable.
Runs the command as a background job. You can use this parameter to run commands that take a significant time to complete.
Type: SwitchParameter
Parameter Sets: (All)
Aliases:
Required: False
Position: Named
Default value: False
Accept pipeline input: False
Accept wildcard characters: False
Allows you to perform the action in a console currently performing full replication.
Type: SwitchParameter
Parameter Sets: (All)
Aliases:
Required: False
Position: Named
Default value: False
Accept pipeline input: False
Accept wildcard characters: False
Backs up the existing Computer Collection represented by the specified collection object. Enter a variable that contains the object or type a command or expression that gets the object.
Type: ComputerCollection
Parameter Sets: InputObject
Aliases:
Required: True
Position: 0
Default value: None
Accept pipeline input: True (ByValue)
Accept wildcard characters: False
Specifies the name of the existing Computer Collection to be backed up.
Type: String
Parameter Sets: Name
Aliases:
Required: True
Position: 0
Default value: None
Accept pipeline input: True (ByPropertyName, 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.
external help file: QuestSoftware.RecoveryManager.AD.PowerShellFE.dll-Help.xml
Module Name: Quest.RecoveryManager.AD.PowerShellFE
online version:
Runs console configuration backup.
Backup-RMADFEConsoleConfiguration -Password <SecureString> -ProjectFilesFolder <String> [-Path <String>]
[-PathAccessCredential <PSCredential>] [-SecureStorageServer <String>] [-CloudStorage <String>]
[<CommonParameters>]
Backs up registered backups information, secure storage servers, cloud storages and its upload sessions, console authentication keys and Forest Recovery projects.
PS C:\> Backup-RMADFEConsoleConfiguration -Path $path -Password $password -Projects $projectFiles
Backs up console configuration including provided Forest Recovery project files to file specified in $path and encrypts with password
Cloud storage name to save backup.
Type: String
Parameter Sets: (All)
Aliases:
Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
Console configuration backup password
Type: SecureString
Parameter Sets: (All)
Aliases:
Required: True
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
Path to console configuration backup.
Type: String
Parameter Sets: (All)
Aliases:
Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
Credential to access path location.
Type: PSCredential
Parameter Sets: (All)
Aliases:
Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
Path to the directory containing Forest Recovery projects to be backed up.
Type: String
Parameter Sets: (All)
Aliases:
Required: True
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
Name of secure storage server to save backup on.
Type: String
Parameter Sets: (All)
Aliases:
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:
Closes currently opened recovery project.
Close-RMADFEProject [<CommonParameters>]
This cmdlet allows you to close previously opened recovery project in the current PowerShell session.
PS C:\> Close-RMADFEProject
Closes currently opened by Open-RMADFEProject recovery project.
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. 使用条款 隐私 Cookie Preference Center