Sample_Decode.ps1

# Import module
Import-Module -Name F:\GoogleDrive\Scripts\PowerShell\Intune\Modules\IntuneWin32App\IntuneWin32App.psd1

# Decode an existing Win32 application package
$IntuneWinFile = "C:\Temp\IntuneWinAppUtil\Output\LAPS_x64.intunewin"
Expand-IntuneWin32AppPackage -FilePath $IntuneWinFile -Force -Verbose