external help file: QuestSoftware.RecoveryManager.AD.PowerShell.dll-Help.xml
Module Name: Quest.RecoveryManager.AD.PowerShell
online version:
Gets all the RMAD consoles in the replication console list.
Get-RMADReplicationConsole [<CommonParameters>]
Gets all the RMAD consoles in the replication console list.
PS C:\> C:\>Get-RMADReplicationConsole
This command gets all the RMAD consoles in the replication console list.
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:
Allows you to get the replication schedule from a specified computer.
Get-RMADReplicationSchedule [<CommonParameters>]
Allows you to get the replication schedule from a specified computer.
PS C:\> Get-RMADReplicationSchedule
This example illustrates how to get the replication schedule from a specified computer.
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:
Retrieves information about replication sessions.
Get-RMADReplicationSession [[-Id] <Int32[]>] [<CommonParameters>]
Retrieves replication sessions.
Each replication session contains a set of properties including the session start time, end time, and replication result.
PS C:\> Get-RMADReplicationSession
This command retrieves all the replication sessions.
PS C:\> Get-RMADReplicationSession -Id 1
This command retrieves the replication session by session ID.
Specifies the IDs of the replication sessions.
Type: Int32[]
Parameter Sets: (All)
Aliases:
Required: False
Position: 0
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:
Retrieves a list of remote consoles that are involved in the specified replication session.
Get-RMADReplicationSessionItem [-Session] <ReplicationSession> [<CommonParameters>]
Get-RMADReplicationSessionItem [-SessionId] <Int32> [<CommonParameters>]
Retrieves a list of remote consoles that are involved in the specified replication session.
PS C:\> Get-RMADReplicationSession -Id 1 | Get-RMADReplicationSessionItem
This command retrieves the remote consoles that are involved in the replication session whose ID is 1.
Specifies the replication session for which you want to return a list of remote consoles.
Type: ReplicationSession
Parameter Sets: Session
Aliases:
Required: True
Position: 0
Default value: None
Accept pipeline input: True (ByValue)
Accept wildcard characters: False
Specifies the replication session ID for which you want to return a list of remote consoles.
Type: Int32
Parameter Sets: Id
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