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 [-InformationAction <ActionPreference>] [-InformationVariable <String>]
[<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.
@{Text=}
Type: ActionPreference
Parameter Sets: (All)
Aliases: infa
Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
@{Text=}
Type: String
Parameter Sets: (All)
Aliases: iv
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:
Retrieves information about replication sessions.
Get-RMADReplicationSession [[-Id] <Int32[]>] [-InformationAction <ActionPreference>]
[-InformationVariable <String>] [<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
@{Text=}
Type: ActionPreference
Parameter Sets: (All)
Aliases: infa
Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
@{Text=}
Type: String
Parameter Sets: (All)
Aliases: iv
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:
Retrieves a list of remote consoles that are involved in the specified replication session.
Get-RMADReplicationSessionItem [-Session] <ReplicationSession> [-InformationAction <ActionPreference>]
[-InformationVariable <String>] [<CommonParameters>]
Get-RMADReplicationSessionItem [-SessionId] <Int32> [-InformationAction <ActionPreference>]
[-InformationVariable <String>] [<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
@{Text=}
Type: ActionPreference
Parameter Sets: (All)
Aliases: infa
Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
@{Text=}
Type: String
Parameter Sets: (All)
Aliases: iv
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:
Retrieves an object representing the online comparison or restore operation item.
Get-RMADReportObject [-SessionId <Int32[]>] [-SqlCredential <PSCredential>]
[-InformationAction <ActionPreference>] [-InformationVariable <String>] [<CommonParameters>]
Retrieves an object representing the online comparison or restore operation item.
PS C:\> Get-RMADReportObject
This command retrieves an object representing the online comparison or restore operation item.
PS C:\> Get-RMADReportObject | Get-RMADReportObjectAttributes
This command retrieves an object representing the online comparison operation item attributes.
Specifies the compare or restore session identifier from which to get changed or restored objects.
If this parameter is not set, the latest compare or restore session will be used.
Type: Int32[]
Parameter Sets: (All)
Aliases:
Required: False
Position: Named
Default value: None
Accept pipeline input: True (ByPropertyName)
Accept wildcard characters: False
Specifies the user name and password of the user account with which you want to connect to SQL Server to generate a report.
The user name and password must be in the form of a PSCredential object.
Type: PSCredential
Parameter Sets: (All)
Aliases:
Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
@{Text=}
Type: ActionPreference
Parameter Sets: (All)
Aliases: infa
Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
@{Text=}
Type: String
Parameter Sets: (All)
Aliases: iv
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. Nutzungsbedingungen Datenschutz Cookie Preference Center