Can I see the file created by Packer and uploaded to the VM?

I have the following packer build output:

==> azure-arm.managed-img: Provisioning with powershell script: ./scripts/hello-world.ps1
2024/06/26 15:06:23 packer.exe plugin: Opening ./scripts/hello-world.ps1 for reading
2024/06/26 15:06:23 packer.exe plugin: Uploading env vars to c:/Windows/Temp/packer-ps-env-vars-667c043f-71ed-b216-8735-feefe6736859.ps1
2024/06/26 15:06:23 packer.exe plugin: [INFO] 76 bytes written for 'uploadData'

Can I see (on my local system) the file packer-ps-env-vars-667c043f-71ed-b216-8735-feefe6736859.ps1 that is being uploaded?
Does Packer prepare this file locally, and if so, where does it keep the file?
Thanks.