-
Continue reading →: Steps to restore Intune Backup (Part 3)
This blog post provides a guide on restoring Intune configurations using a previously taken backup. It covers the backup extraction process, necessary permissions for restoration, and the commands to run for the restoration process. The post also outlines the expected output and confirms successful restoration in the Intune Portal.
-
Continue reading →: Steps to take Intune Backup (Part 2)
This blog post explains the process of taking Intune configurations backup using PowerShell modules. It covers steps such as creating a script, Azure application registration, API permissions, and running the script on a local machine. The post also details module installation and App registration in Microsoft Entra, suggesting steps for…
-
Continue reading →: Steps to take Intune Backup.
In this scenario, the need to backup Intune configurations is highlighted due to potential security issues. With M365DSC, a PowerShell module, users can export, import, and compare settings, allowing for easy restoration and replication. Prerequisites and steps for backup using M365DSC are detailed, emphasizing the importance of securing sensitive settings.
-
Continue reading →: Get a list of users using Multiple Monitors using Intune and Azure Runbook
Introduction Dual monitors are becoming more popular among end users who want to increase their productivity, multitask, and enjoy a larger screen space. However, managing dual monitors can pose some issues for IT admins who need to ensure compatibility, security, and performance of the devices. In this document, we will…
-
Continue reading →: Why PowerShell?
We already have several scripting languages like VBScript, Javascript, Bash etc. What gives PowerShell an edge over any other scripting languages? Well, let’s consider below points one by one. Close to Simple English. If you look at any PowerShell “CmdLet”, it consists of 2 parts.1. Verb2. Object Example: Get-ContentSo, if…
-
Continue reading →: Managing Co-Managed Devices: Transition from SCCM to Intune
A Case Study In today’s enterprise environments, organizations frequently use a combination of management tools to oversee their device fleets. One such combination is Microsoft’s System Center Configuration Manager (SCCM) and Microsoft Intune. This dual approach is often referred to as Co-management, where workloads can be distributed between SCCM and…
-
Continue reading →: Delete stale mobile devices from Microsoft Entra ID registered in Intune
I was working with a customer who was facing following issue. Allowed 15 devices per user to enroll in Intune. This eventually ended up enrolling lots of devices in Intune by end-users. This is actually not an issue unless they stop using enrolled devices proactively and keep them turned off.…
-
Continue reading →: Register an Application in Microsoft Entra ID and Grant Permissions to SharePoint Site
v\:* {behavior:url(#default#VML);} o\:* {behavior:url(#default#VML);} w\:* {behavior:url(#default#VML);} .shape {behavior:url(#default#VML);} Shankar Subramanian Bindusar Kushwaha 3 890 2024-04-28T06:39:00Z 2024-04-28T06:41:00Z 1 2001 11410 Microsoft 95 26 13385 16.00 Clean Clean false false false false EN-US X-NONE HI /* Style Definitions */ table.MsoNormalTable {mso-style-name:”Table Normal”; mso-tstyle-rowband-size:0; mso-tstyle-colband-size:0; mso-style-noshow:yes; mso-style-priority:99; mso-style-parent:””; mso-padding-alt:0cm 5.4pt 0cm 5.4pt; mso-para-margin-top:0cm;…
-
Continue reading →: How to Upgrade to Windows 11 Using PowerShell Script?
Windows 11 offers a new user interface, improved performance, and enhanced security. This blog post guides users in using a PowerShell script to upgrade to Windows 11 directly over the internet, bypassing Windows Update or Media Creation Tool. The script allows for more control but comes with potential risks and…
-
Continue reading →: Collect Event ID from Client machine to Log Analytics Workspace
Microsoft Intune is a cloud-based service that provides mobile device management, mobile application management, and PC management capabilities. One of the key features of Intune is its ability to capture health related information for client machines. However, lots of admins struggle to capture event IDs from client machines connected to…
-
Continue reading →: Steps to present Log Analytics information in Power BI
In last blog, Add BitLocker Encryption Information in Report – (binlabs.in), we talked about how to get custom information from a client machine to Log Analytics using PowerShell script. Assuming that you people tried using it, now let’s try to build a dashboard using this data in Power BI.Before we…

