How to create csv and upload to Azure Storage with Azure Version of PSU

How to create csv and upload to Azure Storage with Azure Version of PSU

avatar
(anonymous user)
Product: PowerShell Universal
Version: 3.9.5


I am trying to figure out how to accomplish this without using some sort of temporary space.

All Comments (1)

avatar

Well I feel a bit dumb:

Set-Location temp:\
$Data | Export-Csv -Path .\test.xlsx