Unistall AIP via Sccm

Saad Farooq 51 Reputation points
2021-04-20T15:12:16.84+00:00

Hi

I need some guidance regarding Uninstalling Old Azure Information Protection (AIP) client via SCCM. Any step by step guide or Powershell Commands

Microsoft Security | Intune | Configuration Manager | Other
{count} votes

7 answers

Sort by: Most helpful
  1. JamesTran-MSFT 36,911 Reputation points Microsoft Employee Moderator
    2021-04-22T22:50:38.453+00:00

    @Saad Farooq
    Thank you for your post and I apologize for the delayed response! When it comes to uninstalling the Azure Information Protection (classic) client via SCCM, I wasn't able to find any documentation on this, so I don't believe this is possible, but you should be able to follow the steps below to uninstall the Azure Information Protection (classic) client.

    You can uninstall the Azure Information Protection (classic) client using any of the following options:

    1. Use Control Panel to uninstall a program: Click Microsoft Azure Information Protection > Uninstall
    2. Rerun the executable (for example, AzInfoProtection.exe), and from the Modify Setup page, click Uninstall.
    3. Run the executable with /uninstall. For example: AzInfoProtection.exe /uninstall

    Additional Link - Uninstalling the Azure Information Protection unified labeling client

    If you have any other questions, please let me know.
    Thank you for your time and patience throughout this issue.

    ----------

    Please remember to "Accept Answer" if any answer/reply helped, so that others in the community facing similar issues can easily find the solution.


  2. Garth Jones 2,076 Reputation points
    2021-04-24T18:49:43.67+00:00
    0 comments No comments

  3. Saad Farooq 51 Reputation points
    2021-04-25T09:49:33.57+00:00

    @Garth Jones

    Thank you so much for sharing your findings , although quite informative and helpful , However just have some points before executing this scipt?

    1) Does this script restart client PC since as mentioned in blog that it silently uninstalled APPs and if need to adjust sleep time. Basically we have bulk client machines having several Old AIP clients different versions installed and all we need to do silently uninstalled Old Versions on client machine without Reboot and also need to installed new AIP client at same time. Did your script do that silently uninstall APPS without reboot User machine???For Install New AIP client do we need to create new Package else than that???

    2) Secondly in which Part of Script we can mentioned Old AIP versions , Here in your script Firefox Mentioned with * so it means it uninstalled all Versions of Firefox???

    $appToMatch = 'FireFox'
    $e=$MyInvocation.InvocationName
    $pshome
    $log=$env:temp+'\PSuninstall.log'
    $fullinventory = $false

    $fullinventory = $true


  4. Saad Farooq 51 Reputation points
    2021-04-26T15:22:06.053+00:00

    @Garth Jones

    Ok get it so currently we have 5 different versions of Old AIP Clients installed v1.0-1.4 on different end user machine. I just need to ask as per shared script do I need to mentioned each version or just replace Firefox with Azure Information Protection Like that or any other changes also required as per shared script???

    0 comments No comments

  5. Saad Farooq 51 Reputation points
    2021-04-27T14:55:43.293+00:00

    @Garth Jones

    Need your guidance while customized this script as per Azure Information Protection Application. Please guide!!


Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.