Skip to content

Latest commit

 

History

History
20 lines (16 loc) · 750 Bytes

Remove-CIPPIntuneApp.md

File metadata and controls

20 lines (16 loc) · 750 Bytes

Remove-CIPPIntuneApp

SYNOPSIS

Removes an Intune application.

DESCRIPTION

The Remove-CIPPIntuneApp function removes an application from Intune.

PARAMETERS

-CustomerTenantID

Foo Foo
Specifies the ID of the customer tenant. This parameter is mandatory.

-AppID

Foo Foo
Specifies the ID of the application to remove. This parameter is mandatory.

EXAMPLE 1

PS > Remove-CIPPIntuneApp -CustomerTenantID "12345678-1234-1234-1234-1234567890AB" -AppID "98765432-4321-4321-4321-0987654321BA"