Deploy-WtWin32ContentVersion
Upload IntuneWin to existing application
Use this command to upload an IntuneWin file to an existing app.\r\n\r\nThis is an authenticated command, so call Connect-WtWinTuner before calling this command.
Syntax
IntuneWinFile (default)
Deploy an app packaged by WinTuner. If you used the New-WtWingetPackage commandlet to create the package, there will be some metadata available to us that is needed to create the Win32App in Intune.
Deploy-WtWin32ContentVersion -IntuneWinFile <String> -AppId <String>
Parameter | Req. | Type | Description |
---|---|---|---|
-IntuneWinFile | ✅ | String | The .intunewin file that should be added to this app |
-AppId | ✅ | String | The Id of the app you want to have this new content added to. |
Examples
Upload intunewin
Upload an intunewin to existing app.
Deploy-WtWin32ContentVersion -IntuneWinFile some-folder\\AppPackage.intunewin -AppId '187649c1-29b3-4f01-b32d-b4769334ec9c'