Dec 14 2023 06:35 AM
I would like to implement Microsoft Intune at our company and have a question regarding existing software on existing devices that are not managed by Intune. Since the devices were managed by the users themselves, there are numerous software products on the computers, some of which have different versions.
I am currently still in the test phase.
With Intune, I would now like to slowly but surely transfer the devices from an unmanaged state to a managed state.
How do I deal with existing devices?
Here is a simple example:
- Firefox version 90, for example, is installed on an existing computer
- Firefox is now to be distributed and managed via Intune
- I would prefer to use the Firefox app from the Microsoft Store, as the updates are carried out automatically
- Version 120 of Firefox is currently available
If Firefox is distributed on the device as required software, will the existing version be updated?
Or are two versions installed in parallel?
How can I ensure that, for example, the old version is removed and the new one is installed?
Or how can I ensure that the old version is updated?
I hope you understand the problem - I'm finding it difficult to formulate the scenario.
Dec 15 2023 12:08 AM
Hi @theunknown,
if I understand your situation good, here are steps you can consider:
Converting Unmanaged Devices to Managed:
In Intune, you can transform unmanaged devices into managed ones, especially in a hybrid environment. Refer to Microsoft Learn documentation for a detailed migration guide:
Migration guide to Microsoft Intune | Microsoft Learn
Software Version Updates:
Use Intune's capabilities to manage updates and patches for Windows devices.
Control access to organizational data during the validation of new operating system releases and encourage users to upgrade to approved versions.
Manage operating system versions of devices you manage with Intune - Microsoft Intune | Microsoft Le...
Managing Firefox with Intune: Download the Firefox ADMX template from Github, sign in to Microsoft Endpoint Manager, create a profile, and apply policies.
For distributing the Firefox app via the Microsoft Store, make it available in Intune applications.
Managing Firefox with Microsoft Endpoint Manager (Intune) | Firefox for Enterprise Help (mozilla.org...
Please click Mark as Best Response & Like if my post helped you to solve your issue.
This will help others to find the correct solution easily. It also closes the item.
If the post was useful in other ways, please consider giving it Like.
Kindest regards,
Leon Pavesic
(LinkedIn)
Dec 15 2023 12:15 AM
@theunknown Hi!
I am blogger I have create a website on "How to reset logitech doorbell" this topic. Every thing is alright but It's not showing in search console. How I can show our website in search console. Please guide me for solving this problem.
Dec 15 2023 12:30 AM
Dec 15 2023 01:13 AM
Hi @theunknown,
thanks for the update.
I would go for the option A (I am using Firefox as an example):
Navigate to Apps:
Add Application:
Configure Settings:
Installation Behavior:
Detection Rules:
Create Script:
Get-WmiObject -Query "SELECT * FROM Win32_Product WHERE Name LIKE 'Mozilla Firefox%'" | ForEach-Object { $_.Uninstall() }
Save Script:
Create Device Groups:
Assign Applications:
Monitor:
Add and assign Win32 apps to Microsoft Intune | Microsoft Learn
Assign apps to groups in Microsoft Intune | Microsoft Learn
Add and assign an app - Microsoft Intune | Microsoft Learn
Monitor app information and assignments - Microsoft Intune | Microsoft Learn
Microsoft Intune reports - Microsoft Intune | Microsoft Learn
Please click Mark as Best Response & Like if my post helped you to solve your issue.
This will help others to find the correct solution easily. It also closes the item.
If the post was useful in other ways, please consider giving it Like.
Kindest regards,
Leon Pavesic
(LinkedIn)