For the complete documentation index, see llms.txt. This page is also available as Markdown.

Out-UDDataGridExport

Exports data from the data grid.

Synopsis

Exports data from the data grid.

Syntax

Out-UDDataGridExport [-Data] <String> [[-MimeType] <String>] [[-FileName] <String>] [<CommonParameters>]

Description

Exports data from the data grid.

Parameters

-Data

The data to export.

Required?                    true
Position?                    1
Default value
Accept pipeline input?       false
Aliases
Accept wildcard characters?  false

-MimeType

The mime type to export.

-FileName

The file name to export.

Last updated

Was this helpful?