-
Continue reading →: Add BitLocker Encryption Type Information Log Analytics Workspace using Intune Proactive Remediation
Microsoft Intune is a cloud-based service aiding in mobile device management and PC management. It collects and reports on device encryption information to ensure data security. However, the service lacks details about BitLocker, leaving encryption types and status unclear. The article suggests a custom solution: using PowerShell script, Endpoint remediation…
-
Continue reading →: Azure App with self-signed certificate to authenticate PowerShell Script
I was working on script which was supposed to run under scheduled task. That script was connecting to Graph API in Azure AD. Obviously, we can’t keep providing the credentials. What are the other ways to store this then? We are going to talk about 3.b from above in this…
-
Continue reading →: Group Policy Analytics Framework
Users along with IT Admins started working from home forcing administrators to change the way they manage their organization’s devices. Group Policy analytics is a tool in Microsoft Intune that: Some older settings aren’t supported, or don’t apply to cloud native Windows devices. After you analyze your GPOs, you’ll know…
-
Continue reading →: Delete Microsoft WhiteBoard Pages in Bulk for Users
I was working on white board and realized that it’s working too slow. Taking a lot of time to load the pages. Interestingly, few pages were not even loading. Since whiteboarding is part of my day-to-day activity, there were lots of pages added. None of them were useful to me.…
-
Continue reading →: Intune Device Sync in Bulk
Are you coming from “Configuration Manager” (SCCM) background? And missing a feature called “Trigger Device Policy Sync” from SCCM Console? Are you looking for it in Intune? Tired of Syncing devices one by one from Intune console or asking end user to do it from “Work or School Account”? Well,…
-
Continue reading →: Scratching your head to backup Reports in SQL Server Reporting Service?
There are IT admins trying to take backup of configuration manager and all its reports along with custom one. There can be other scenarios where people may want to take the backup of Custom Reports. Are you one of those looking for how to backup Custom Reports? Please continue reading……
-
Continue reading →: Are you frustrated with networking team while working with Intune?
There are several organizations with “networking & security teams” owned by Manager A and “Device Management” is managed by Manager B. If Manager A and Manager B are good friends and do regular follow-ups over Tea, device security and compliance work well. And if they don’t like tea (or…), you…
-
Continue reading →: Parameters
Remember our conversation about Indicator state of a Car on following page?https://atomic-temporary-208564200.wpcomstaging.com/object Well, if you want to turn to Left, it should be Indicator(Left).“Left” in this case which is mentioned in (Brackets) are called Parameter. So, how will you get a Car to turn left indicator?1. Get an object of…
-
Continue reading →: What is an Object?
I Object my Lord!!! Object? What’s that now? Well, it’s different. This term is coming from Object Oriented Programming. Well, we don’t have to be a programmer to understand this. Let’s try to understand this in simple terms. Can you explain “What is CAR?” to a blind person? If yes,…
-
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…

