Skip to content

Get-VCFSupportBundleTask

Synopsis

Retrieves the support bundle tasks.

Syntax

Get-VCFSupportBundleTask [[-id] <String>] [<CommonParameters>]

Description

The Get-VCFSupportBundleTask cmdlet retrieves the support bundle tasks.

Examples

Example 1

Get-VCFSupportBundleTask

This example shows how to retrieve the support bundle tasks.

Example 2


This example shows how to retrieve the support bundle tasks based on the unique ID.

Parameters

-id

Specifies the unique ID of the support bundle task.

Type: String
Parameter Sets: (All)
Aliases:

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

Common Parameters

This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.