external help file: QuestSoftware.RecoveryManager.AD.PowerShell.dll-Help.xml
Module Name: Quest.RecoveryManager.AD.PowerShell
online version:
Gets items from a specified backup creation session.
Get-RMADSessionItem [-Session <Session[]>] [-Result <SessionResult[]>] [-InformationAction <ActionPreference>]
[-InformationVariable <String>] [<CommonParameters>]
Get-RMADSessionItem [-SessionId <Int32[]>] [-Computer <String[]>] [-Result <SessionResult[]>]
[-InformationAction <ActionPreference>] [-InformationVariable <String>] [<CommonParameters>]
Gets items from a specified backup creation session.
PS C:\> Get-RMADSessionItem -Computer "Comp*"
This command gets all session items from all backup creation sessions created for the computers whose name starts with Comp.
Specifies the backup creation session from which to get session items.
Type: Session[]
Parameter Sets: session
Aliases:
Required: False
Position: Named
Default value: None
Accept pipeline input: True (ByValue)
Accept wildcard characters: False
Gets items from the backup creation sessions that completed with the result specified in this parameter.
Type: SessionResult[]
Parameter Sets: (All)
Aliases:
Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
Specifies the identifier of the backup creation session from which to get session items.
Type: Int32[]
Parameter Sets: sessionId
Aliases:
Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
Gets items from the backup creation sessions run for the computer whose name specified in this parameter.
This parameter accepts the asterisk (*) wildcard.
Type: String[]
Parameter Sets: sessionId
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.
external help file: QuestSoftware.RecoveryManager.AD.PowerShell.dll-Help.xml
Module Name: Quest.RecoveryManager.AD.PowerShell
online version:
Gets events from a specified backup creation session item.
Get-RMADSessionItemEvent [[-SessionItem] <SessionItem[]>] [-Type <EventType[]>]
[-InformationAction <ActionPreference>] [-InformationVariable <String>] [<CommonParameters>]
Get-RMADSessionItemEvent [[-SessionItemId] <Int32[]>] [-Type <EventType[]>]
[-InformationAction <ActionPreference>] [-InformationVariable <String>] [<CommonParameters>]
Gets events from a specified backup creation session item.
PS C:\> Get-RMADSessionItemEvent -Type Warning
Gets all Warning events for all backup creation sessions.
Specifies the backup creation session item from which to get events.
Type: SessionItem[]
Parameter Sets: sessionItem
Aliases:
Required: False
Position: 0
Default value: None
Accept pipeline input: True (ByValue)
Accept wildcard characters: False
Specifies the types of events to get.
This parameter accepts the following values for event types:* Information
Type: EventType[]
Parameter Sets: (All)
Aliases:
Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
Specifies the identifier of the backup creation session item from which to get events.
Type: Int32[]
Parameter Sets: sessionItemId
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:
Returns a list of registered secure storage servers.
Get-RMADStorageServer [[-Name] <String>] [<CommonParameters>]
Returns a list of currently registered secure storage servers.
PS C:\> Get-RMADStorageServer
Displays the list of currently registered storage servers.
PS C:\> Get-RMADStorageServer -Name storage.local
Displays a secure storage server with the 'storage.local' name, if any.
Specifies the name of a secure storage server to display.
Type: String
Parameter Sets: (All)
Aliases:
Required: False
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.
external help file: Quest.RecoveryManager.AD.PowerShell.SecureStorage.psm1-Help.xml
Module Name: Quest.RecoveryManager.AD.PowerShell.SecureStorage
online version:
Retrieves the hardening status of the current server.
Get-RMADStorageServerHardeningStatus [<CommonParameters>]
This cmdlet retrieves the hardening status of the current server. Returns status for SMB Disabled, Is Hardened and Network Traffic Disabled. The server is hardened if all values are True.
PS C:\> Get-RMADStorageServerHardeningStatus
Name Value
---- -----
SMBDisabled True
IsHardened True
NetworkTrafficDisabled True
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. Nutzungsbedingungen Datenschutz Cookie Preference Center