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[]>] [<CommonParameters>]
Get-RMADSessionItemEvent [[-SessionItemId] <Int32[]>] [-Type <EventType[]>] [<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 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
Specifies the types of events to get. This parameter accepts the following values for event types:
When specifying multiple event types, use a comma as a separator.
Type: EventType[]
Parameter Sets: (All)
Aliases:
Accepted values: Information, Warning, Error
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:
Gets the volumes allowed for storing backups on a Secure Storage server.
Get-RMADStorageServerAllowedVolumes [<CommonParameters>]
This cmdlet retrieves the volumes allowed for storing backups on a Secure Storage server. If the list is not configured, the Secure Storage server will automatically select an available volume when storing backups. When the volume is automatically selected it will not select the system volume.
PS C:\> Get-RMADStorageServerAllowedVolumes
Retrieving volume policy...
Volumes
-------
{c: d:}
Retrieves the list of configured volumes on a Secure Storage server.
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:
Lists current secure storage hardening exceptions.
Get-RMADStorageServerException [<CommonParameters>]
This cmdlet lists currently configured storage server hardening exceptions.
Returns source and destination IP addresses and ports that are excluded from hardening policy.
PS C:\> Get-RMADStorageServerException
Name : ping
SourceAddress : Any
SourcePort : Any
DestinationAddress : Me
DestinationPort : Any
Protocol : Icmp
Returns all hardening exceptions.
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. Termini di utilizzo Privacy Cookie Preference Center