Intune - Microsoft 3D Viewer

Ahmed Alshatawi 105 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.

Windows Autopilot
Windows Autopilot
A collection of Microsoft technologies used to set up and pre-configure new devices and to reset, repurpose, and recover devices.
484 questions
Microsoft Intune
Microsoft Intune
A Microsoft cloud-based management solution that offers mobile device management, mobile application management, and PC management capabilities.
5,417 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. ZhoumingDuan-MSFT 14,870 Reputation points Microsoft Vendor
    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.


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.