Skip to content

Get-B1Export

SYNOPSIS

Used to query BloxOne Export Jobs

SYNTAX

Get-B1Export [[-id] <String>] [[-Name] <String>] [-Strict] [<CommonParameters>]

DESCRIPTION

This function is used to query BloxOne Export Jobs

EXAMPLES

EXAMPLE 1

Get-B1Export -Name "Backup of all CSP data"

PARAMETERS

-id

Filter the results by the id of the export job

Type: String
Parameter Sets: (All)
Aliases:

Required: False
Position: 1
Default value: None
Accept pipeline input: False
Accept wildcard characters: False

-Name

Filter the results by the name of the export job

Type: String
Parameter Sets: (All)
Aliases:

Required: False
Position: 2
Default value: None
Accept pipeline input: False
Accept wildcard characters: False

-Strict

Use strict filter matching. By default, filters are searched using wildcards where possible. Using strict matching will only return results matching exactly what is entered in the applicable parameters.

Type: SwitchParameter
Parameter Sets: (All)
Aliases:

Required: False
Position: Named
Default value: False
Accept pipeline input: False
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.

INPUTS

OUTPUTS

NOTES