external help file: QuestSoftware.RecoveryManager.AD.PowerShell.dll-Help.xml
Module Name: Quest.RecoveryManager.AD.PowerShell
online version:
Registers a backup in the Recovery Manager database.
Add-RMADBackup [-InputObject] <BackupInfo[]> [-SkipAlreadyRegistered] [-CheckIntegrity]
[-BackupPassword <SecureString>] [-IgnoreReadOnly] [<CommonParameters>]
Add-RMADBackup [-CheckIntegrity] [-Path] <String[]> [-BackupPassword <SecureString>] [-IgnoreReadOnly]
[<CommonParameters>]
Add-RMADBackup [-Path] <String[]> [-SysvolPath <String[]>] [-ResolveIndexes <Boolean>] [-OfflineDit]
[-IgnoreReadOnly] [<CommonParameters>]
Registers specified backup in the Recovery Manager database. Use the -InputObject parameter to specify the backup to register.
PS C:\> $b = Get-ChildItem "C:\Backups" -Filter *.bkf -Recurse | Get-RMADBackupInfo
C:\PS>Add-RMADBackup $b
The first line of this example gets the backups held in the C:\Backups folder and its subfolders, and saves the backup objects in the $b variable. The second line of this example registers the backup objects in the Recovery Manager database.
Specifies the password to access a password-protected backup. This is the same password that is set in the computer collection properties in the Recovery Manager console.
Type: SecureString
Parameter Sets: BackupInfo, Bkf
Aliases:
Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
Forces checking the integrity of backups after they are registered in the Recovery Manager database.
Type: SwitchParameter
Parameter Sets: BackupInfo, Bkf
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: False
Accept pipeline input: False
Accept wildcard characters: False
Accepts a backup object as input to the cmdlet. Enter a variable that contains the objects or type a command or expression that gets the objects.
Type: BackupInfo[]
Parameter Sets: BackupInfo
Aliases:
Required: True
Position: 0
Default value: None
Accept pipeline input: True (ByValue)
Accept wildcard characters: False
Specifies that the application registers the DIT file as a backup.
Type: SwitchParameter
Parameter Sets: OfflineDit
Aliases:
Required: True
Position: Named
Default value: False
Accept pipeline input: False
Accept wildcard characters: False
Path to the backup file.
Type: String[]
Parameter Sets: Bkf, OfflineDit
Aliases: FullName
Required: True
Position: 0
Default value: None
Accept pipeline input: True (ByPropertyName, ByValue)
Accept wildcard characters: False
Resolve the DIT file index.
Type: Boolean
Parameter Sets: OfflineDit
Aliases:
Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
Do not display the error message if the backup is registered.
Type: SwitchParameter
Parameter Sets: BackupInfo
Aliases:
Required: False
Position: Named
Default value: False
Accept pipeline input: False
Accept wildcard characters: False
Path to the SYSVOL folder.
Type: String[]
Parameter Sets: OfflineDit
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:
Adds a new item to a Computer Collection.
Add-RMADCollectionItem [-InputObject] <ComputerCollection> [-DomainController <String>] [-Domain <String>]
[-OU <String>] [-Container <String>] [-ADSite <String>] [-AdamSite <String>] [-AdamServer <String>]
[-AdamHost <String>] [-Exclusions <String[]>] [-Credentials <PSCredential>] [-IgnoreReadOnly]
[<CommonParameters>]
Add-RMADCollectionItem -Name <String> [-DomainController <String>] [-Domain <String>] [-OU <String>]
[-Container <String>] [-ADSite <String>] [-AdamSite <String>] [-AdamServer <String>] [-AdamHost <String>]
[-Exclusions <String[]>] [-Credentials <PSCredential>] [-IgnoreReadOnly] [<CommonParameters>]
Add-RMADCollectionItem -Id <Int32> [-DomainController <String>] [-Domain <String>] [-OU <String>]
[-Container <String>] [-ADSite <String>] [-AdamSite <String>] [-AdamServer <String>] [-AdamHost <String>]
[-Exclusions <String[]>] [-Credentials <PSCredential>] [-IgnoreReadOnly] [<CommonParameters>]
Add-RMADCollectionItem [-Domain <String>] [-Exclusions <String[]>] [-IgnoreReadOnly] [<CommonParameters>]
Add-RMADCollectionItem [-OU <String>] [-Exclusions <String[]>] [-Credentials <PSCredential>] [-IgnoreReadOnly]
[<CommonParameters>]
Add-RMADCollectionItem [-Container <String>] [-Exclusions <String[]>] [-Credentials <PSCredential>]
[-IgnoreReadOnly] [<CommonParameters>]
Add-RMADCollectionItem [-ADSite <String>] [-Exclusions <String[]>] [-Credentials <PSCredential>]
[-IgnoreReadOnly] [<CommonParameters>]
Add-RMADCollectionItem [-AdamSite <String>] [-AdamServer <String>] [-Credentials <PSCredential>]
[-IgnoreReadOnly] [<CommonParameters>]
Add-RMADCollectionItem [-AdamSite <String>] [-Exclusions <String[]>] [-Credentials <PSCredential>]
[-IgnoreReadOnly] [<CommonParameters>]
Adds a new item to the Computer Collection that has the specified name or is represented by the specified objects.
PS C:\> Add-RMADCollectionItem -Name Collection1 -DomainController dc1.dom1.local
Adds the dc1.dom1.local domain controller to the computer collection named Collection1.
PS C:\> $c = Get-RMADCollection Collection1
C:\PS>Add-RMADCollectionItem -InputObject $c -Domain dom1.local
In the first line of this example, the Get-RMADCollection cmdlet gets the computer collection object named Collection1 and saves it in the $c variable. In the second line, the Add-RMCollection cmdlet adds the dom1.local domain to the Computer Collection object saved in the $c variable.
PS C:\> Add-RMADCollectionItem -Name Collection1 -OU "OU=Tokens,OU=Defender,DC=prod,DC=quest,DC=corp"
Adds an OU to the Computer Collection.
PS C:\> Add-RMADCollectionItem -Name Collection1 -Container "CN=Computers,DC=prod,DC=quest,DC=corp"
Adds a container to the Computer Collection.
PS C:\> $dn = "CN=Default-First-Site-Name,CN=Sites,CN=Configuration,DC=prod,DC=quest,DC=corp"
Add-RMADCollectionItem -Name Collection1 -ADSite $dn -Exclusions @("ws1.prod.quest.corp:0")
Create an ADSite exclude from the domain controller (ws1.prod.quest.corp:0") and add it to the Computer Collection.
PS C:\> $dn = "CN=Default-First-Site-Name,CN=Sites,CN=Configuration,CN={7B1308BE-06B9-4925-BEF5-C323292279F5}"
Add-RMADCollectionItem -Name Collection1 -AdamServer ws1.prod.quest.corp:389 -AdamSite dn
Create an AdamSite and add it to the Computer Collection.
Specifies the name of the server for the AD LDS instance installation.
Type: String
Parameter Sets: InputObject, Name, Id
Aliases:
Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
Name of the AD LDS instance.
Type: String
Parameter Sets: InputObject, Name, Id, AdamServer
Aliases:
Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
Specifies the distinguished name of the ADAM/AD LDS site to be added to the Computer Collection. Use it in conjunction with AdamServer.
Type: String
Parameter Sets: InputObject, Name, Id, AdamServer, AdamSite
Aliases:
Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
Specifies the distinguished name of the Active Directory site to be added to the Computer Collection.
Type: String
Parameter Sets: InputObject, Name, Id, ADSite
Aliases:
Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
Specifies the distinguished name of the container to be added to the Computer Collection.
Type: String
Parameter Sets: InputObject, Name, Id, Container
Aliases:
Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
Specifies the credentials for the account with which you want to connect. Use the Get-Credential cmdlet provided by Windows PowerShell to pass a PSCredential object to this parameter.
Type: PSCredential
Parameter Sets: InputObject, Name, Id, OU, Container, ADSite, AdamServer, AdamSite
Aliases:
Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
Specifies the DNS name of the domain to be added to the Computer Collection.
Type: String
Parameter Sets: InputObject, Name, Id, Domain
Aliases:
Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
Specifies the DNS name of the domain controller to be added to the Computer Collection.
Type: String
Parameter Sets: InputObject, Name, Id
Aliases:
Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
Excludes a specified domain controller from the collection items to be added. The parameter must be used in conjunction with other parameters.
Type: String[]
Parameter Sets: InputObject, Name, Id, Domain, OU, Container, ADSite, AdamSite
Aliases:
Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
Specifies the identifier of the Computer Collection to which you want to add items.
Type: Int32
Parameter Sets: Id
Aliases:
Required: True
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: False
Accept pipeline input: False
Accept wildcard characters: False
Specifies the object representing the Computer Collections to which you want to add items. Enter a variable that contains the objects or type a command or expression that gets the objects.
Type: ComputerCollection
Parameter Sets: InputObject
Aliases: Collection
Required: True
Position: 0
Default value: None
Accept pipeline input: True (ByValue)
Accept wildcard characters: False
Specifies the name of the Computer Collection to which you want to add items.
Type: String
Parameter Sets: Name
Aliases:
Required: True
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
Specifies the distinguished name of the organizational unit to be added to the Computer Collection.
Type: String
Parameter Sets: InputObject, Name, Id, OU
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:
Adds a RMAD console as a replication source.
Add-RMADReplicationConsole [-ComputerName] <String> [-Mode] <ReplicationMode>
[-AccessCredential <PSCredential>] [-FallbackCredential <PSCredential>] [-FileSyncEnabled <Boolean>]
[-SourceFiles <String>] [-TargetFolder <String>] [<CommonParameters>]
RMAD console can synchronize the backups, collections, global options, schedules, Secure Storage servers and backups stored on Secure Storage servers from the consoles in the replication console list manually or on schedule.
PS C:\> C:\>$credential = Get-Credential
C:\>Add-RMADReplicationConsole Hostname1 -AccessCredential $credential
-Mode Backups
This command adds the RMAD console on Hostname1 to the replication console list with the Backups mode enabled.
PS C:\> C:\>Add-RMADReplicationConsole -ComputerName Hostname1 -Mode Full
This command adds the RMAD console on Hostname1 to the replication console list with the Full mode enabled.
PS C:\> C:\>$fallbackAccount = Get-Credential
C:\>Add-RMADReplicationConsole -ComputerName Hostname1 -Mode Full
-FallbackCredential $fallbackAccount
This command adds the RMAD console on Hostname1 to the replication console list with the Full mode enabled and with the specified fallback account.
PS C:\> C:\>Add-RMADReplicationConsole -ComputerName Hostname1 -Mode Full -FileSyncEnabled $true -SourceFiles "C:\MyProjectFiles\*.frproj" -TargetFolder "C:\MyProjectFiles"
This command adds the RMAD console on Hostname1 to the replication console list with the Full mode enabled and with replication of the forest recovery project files.
Specifies the user credentials to read data from the target computer. The user must be a local Administrator on the target computer. To obtain the user credentials, create a PSCredential object using the Get-Credential cmdlet provided by Windows PowerShell.
Type: PSCredential
Parameter Sets: (All)
Aliases:
Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
Specifies the hostname of the computer on which the RMAD console you want to add is installed.
Type: String
Parameter Sets: (All)
Aliases:
Required: True
Position: 0
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
Supplies a fallback account for replacing the account that is used by the backup schedule task. The account must have administrator privileges on the system(s) to be backed up. You can use this parameter only when Full mode is specified for the console.
Type: PSCredential
Parameter Sets: (All)
Aliases:
Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
Enables replication of forest recovery project files.
Type: Boolean
Parameter Sets: (All)
Aliases:
Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
Specifies the console mode: Full (to replicate backups, collections, global options and schedule) or Backups (to replicate backups only).
Type: ReplicationMode
Parameter Sets: (All)
Aliases:
Accepted values: Full, Backups
Required: True
Position: 1
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
Specifies which forest recovery project files to replicate from the source console.
Type: String
Parameter Sets: (All)
Aliases:
Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
Specifies the folder to store the forest recovery project files replicated from the source console.
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.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.
© 2024 Quest Software Inc. ALL RIGHTS RESERVED. Conditions d’utilisation Confidentialité Cookie Preference Center