Uninstall Office manually using PowerShell - Microsoft 365

Samer Rustom 1 Reputation point
2023-06-04T11:54:51.9+00:00

The two mentioned PowerShell commands are not working as documents.

User's image

Microsoft 365 and Office Install, redeem, activate For business Windows
Windows for business Windows Server User experience PowerShell
0 comments No comments
{count} votes

2 answers

Sort by: Most helpful
  1. SUNOJ KUMAR YELURU 15,256 Reputation points MVP Volunteer Moderator
    2023-06-04T14:11:08.4533333+00:00

    Hello @Samer Rustom

    Thanks for posting in Q & A forum

    Display all software installed on the machine

    Get-WmiObject -Class Win32_Product | Select-Object -Property Name

    To remove installed software

    Get-AppxPackage -name “Microsoft.Office.Desktop” | Remove-AppxPackage


    If this answers your query, do click Accept Answer and Up-Vote for the same. And, if you have any further query do let us know.

    0 comments No comments

  2. Samer Rustom 1 Reputation point
    2023-06-04T18:23:23.29+00:00

    Thank you for your respond. I am shocked that my shared picture quality is really bad.

    I believe MS has to check why upload screenshot got bad quality.

    I ran the below command to verify if MS 365 is installed or not. The respond is nothing which mean is uninstalled, but this is not correct because the MS 365 package is still installed on my PC

    User's image

    I will share the powershell command and the link since the quality of the shared screenshot is bad.

    https://support.microsoft.com/en-us/office/manually-uninstall-office-4e2904ea-25c8-4544-99ee-17696bb3027b


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.