Skip to main content

Remove-WtWin32App

Remove an app from Intune

Will remove the relationships (if any) first and then remove the app.\r\n\r\nThis is an authenticated command, so call Connect-WtWinTuner before calling this command.

Syntax

Default parameter set (default)

Remove-WtWin32App -AppId <String>
ParameterReq.TypeDescription
-AppIdStringId of the app in Intune

Examples

Delete an app

Delete a single app by ID, mind the quotes around the ID!

Remove-WtWin32App -AppId "1450c17d-aee5-4bef-acf9-9e0107d340f2"