Intune - Microsoft 3D Viewer

Ahmed Alshatawi 235 Reputation points
2025-01-08T19:15:54.9133333+00:00

Hello!

We have several Win11 23H2 devices are marked as vulnerable in Tenable. These devices were original Win10 and were migrated to Win11. I thought Microsoft updates their software automatically. Is there anyway or PowerShell script to remove MS 3D viewer from Intune? Thanks.

Microsoft Security Windows Autopilot
Microsoft Security Intune Other
0 comments No comments
{count} votes

Accepted answer
  1. ZhoumingDuan-MSFT 17,165 Reputation points Microsoft External Staff
    2025-01-09T06:18:20.0266667+00:00

    @Ahmed Alshatawi,Thanks for posting in Q&A.

    From your description, I know you are looking for a way to remove MS 3D viewer via Intune.

    Based on my research, here is a link contained the PowerShell script to uninstall the MS 3D viewer you can refer to. After that you can upload the script into Intune and deploy it to uninstall MS 3D viewer.

    Get-AppxPackage -AllUsers -PackageTypeFilter Bundle -Name Microsoft.Microsoft3DViewer | Remove-AppxPackage -AllUsers

    https://forum.bigfix.com/t/how-to-remove-microsoft3dviewer/37453/5

    Non-official, just for reference.

    And configure PowerShell script following.

    User's image

    https://learn.microsoft.com/en-us/mem/intune/apps/intune-management-extension

    Hope it can help you.

    If the answer is helpful, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".

    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.

    1 person found this answer helpful.

0 additional answers

Sort by: Most helpful

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.