Get-R1ConfigurationExportReport
Get-R1ConfigurationExportReport
SYNOPSIS
Returns the configuration export reports.
SYNTAX
All (Default)
Get-R1ConfigurationExportReport [<CommonParameters>]
Timestamp
Get-R1ConfigurationExportReport -timestamp <DateTime> [<CommonParameters>]
DESCRIPTION
Returns the reports of past configuration exports, or one report when a time is given.
EXAMPLES
Example 1
Get-R1ConfigurationExportReport
Returns the export reports.
Example 2
Get-R1ConfigurationExportReport -timestamp '2026-01-30T08:30:00Z'
Returns one export report.
PARAMETERS
-timestamp
The time of the report, as returned in the report list.
Type: DateTime
Parameter Sets: Timestamp
Aliases:
Required: True
Position: Named
Default value: None
Accept pipeline input: True (ByPropertyName)
Accept wildcard characters: False
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.