Citrix Virtual Apps and Desktops 2311 SDK

Export-BrokerPiiData

Exports the personal identifation information and scrambled values

Syntax

Export-BrokerPiiData
      [<CitrixCommonParameters>]
      [<CommonParameters>]
<!--NeedCopy-->

Description

The Export-BrokerPiiData exports the personal identification information (PII) data and scrambled values. If the admin chooses to send scrambled PII data in the licensing events, the original data and its scrambled values can be exported by this cmdlet.

The retention time of the PII data is one year from the last accessed date of the specific PII data.

Examples

EXAMPLE 1

Returns all the PII data and the scrambled values and save the output

to the target file.

Export-BrokerPiiData | Out-File -Path C:\Foo\data.csv
<!--NeedCopy-->

Parameters

CitrixCommonParameters

This cmdlet supports the common Citrix parameters: -AdminAddress, -AdminClientIP, -BearerToken, -TraceParent, -TraceState and -VirtualSiteId. For more information, see about_CitrixCommonParameters.

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

None

You cannot pipe input into this cmdlet.

Outputs

Byte[]

Export-BrokerPiiData returns a list of PII data and scrambled values

Export-BrokerPiiData