Skip to main content

Remove-WtWin32App

Remove a Win32App from Intune, with all its relationships. This is an authenticated command, so specify the parameters to authenticate.

Basic usage

Remove-WtWin32App
Remove-WtWin32App [-AppId <string>]<AuthenticationParameters> [-ProgressAction <ActionPreference>] [<CommonParameters>]
ParameterReq.SampleDescription
-AppIdb9c0872c-78cc-4895-b329-1ac99b589757Id of app to remove
<Authentication>The authentication parameters.

Normally you would not be able to remove an app that is superseded by another app, this command will check if the app is superseded and if so, remove the relationship from the superseding app and then remove the app.

Combine with Get-WtWin32Apps

Tip

This command works perfectly with the Get-WtWin32Apps command, to remove all superseded apps.