publicStuff

User2DeviceMapper

A script (run in Azure Automation runbook) to keep your user and device groups in sync. It identifies members of a user group, retrieves their Windows devices from Entra ID, and adds them to the chosen device group. If someone leaves the user group, their devices are removed from the device group to stay current. You can run the script regularly as an Azure Automation runbook for frequent syncing, or use the core function populateDeviceGroup in your own code.

Related article on LinkedIn: User to Device Group Synchronisation in Entra ID

DetectDuplicatePCsAndRenameViaIntune

The script (run in Azure Automation runbook) is designed to identify duplicate Windows PC names in Microsoft Intune, generate new unique names for the duplicates, and ensure that these new names are available across Intune and Entra ID.

Related article on LinkedIn: Automatically resolving duplicate PC names in Intune

Windows Update and restart at the exact time

Related article on LinkedIn: Scheduling restart after Windows Update at the exact time

Shadowing (Remote desktop services shadowing)

Go to najki’s Wiki for more details:

Other