Get-RubrikDatabaseRecoverableRange
SYNOPSIS
Retrieves recoverable ranges for SQL Server databases.
SYNTAX
Get-RubrikDatabaseRecoverableRange [-id] <String> [-StartDateTime <DateTime>] [-EndDateTime <DateTime>]
[-AfterTime <String>] [-BeforeTime <String>] [-Server <String>] [-api <String>] [<CommonParameters>]DESCRIPTION
The Get-RubrikDatabaseRecoverableRange cmdlet retrieves recoverable ranges for SQL Server databases protected by Rubrik.
EXAMPLES
EXAMPLE 1
Get-RubrikDatabase -Hostname FOO -Database BAR | Get-RubrikDatabaseRecoverableRangeRetrieve all recoverable ranges for the BAR database on the FOO host.
EXAMPLE 2
Retrieve all recoverable ranges for the BAR database on the FOO host after '2018-03-31T00:00:00.000Z'.
EXAMPLE 3
Retrieve all recoverable ranges for the BAR database on the FOO host before '2018-04-01' after it's converted to UTC.
PARAMETERS
-id
Rubrik's database id value
-StartDateTime
Range Start as datetime
-EndDateTime
Range End as datetime
-AfterTime
After time/Start time of range in ISO8601 format (2016-01-01T01:23:45.678Z)
-BeforeTime
Before time/end time of range in ISO8601 format (2016-01-01T01:23:45.678Z)
-Server
Rubrik server IP or FQDN
-api
API version
CommonParameters
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.
INPUTS
OUTPUTS
NOTES
Written by Mike Fal Twitter: @Mike_Fal GitHub: MikeFal
RELATED LINKS
Last updated
Was this helpful?