Amazing are the Cloud PCs. Top features, it fits with a lot of the use cases, great support from Microsoft and what a great experience it is. You have deployed multiple Cloud PCs in your organization. However, once deployed, some Cloud PCs may not be used as frequently as expected, leading to inefficiencies and unnecessaryContinue reading “Monitor and Track Cloud PC Usage from Intune in Bulk Effectively”
Category Archives: Powershell
Safely Handle and Disable Stale Windows Devices
I understand and respect that the customers I work with prefer a more gradual, step-by-step approach than just delete the stale devices. This makes sense, as there are legal requirements to keep devices in the ecosystem for a certain period. Moreover, once a device is deleted, the action cannot be undone. After multiple discussions, weContinue reading “Safely Handle and Disable Stale Windows Devices”
Efficiency Unleashed : Create Intune Configuration Profiles with Powershell
You’re looking for automating configuration profiles creation ? You came to the right place. Imagine having a multitude of configuration profiles to generate and wanting to simplify the process with PowerShell. Additionally, you aim to efficiently assign these profiles to various groups and include a scope tag for each of them. If you’re as enthusiasticContinue reading “Efficiency Unleashed : Create Intune Configuration Profiles with Powershell”
Run bulk local passwords rotations from Intune with WindowsLAPS, Powershell and Graph API
I’ve met this scenario with multiple customers in the past using the WindowsLAPS feature : How to manually initiate a local password rotation on multiple devices. I’m wiritng this post also because i had discussions with IT guys looking for a scripting way to do it recently. Goal : Initiate this rotation below but onContinue reading “Run bulk local passwords rotations from Intune with WindowsLAPS, Powershell and Graph API”
Leverage Power Automate and Intune custom attributes to add macOS devices to EntraID groups automatically
EntraID (Azure AD) dynamic groups is very handy when it comes to automate group membership. Eventhough the possibilities are many (Autopilot, manufacturer, AD attributes, ExtensionAttribute, more), there is no way to use dynamic groups with Intune macOS custom attributes natively (for now ?). You have created your custom attributes, it’s running fine. You succeded toContinue reading “Leverage Power Automate and Intune custom attributes to add macOS devices to EntraID groups automatically”
My thoughts on the Powershell Scripts feature using MS Graph
I struggled to understand the usecases behind the Powershell Scripts feature in the first place. Technically, i get it. It gives me the possbility to perform tasks on remote managed workstation using a powershell script. However, from the Intune portal, i could not find a proper way to leverage the feature with a relevant reportingContinue reading “My thoughts on the Powershell Scripts feature using MS Graph”
Locate device using Microsoft Graph and Invoke-RestMethod with Intune
This post is just for fun haha. We will use Graph API and Powershell to remotely run the remote action to locate a device. And for our curiosity, we will open a map to locate the device automatically. Remotely locate the device First, you need the Intune device id. You get this id either inContinue reading “Locate device using Microsoft Graph and Invoke-RestMethod with Intune”
Get Powershell and Bash Scripts back from Intune using MS Graph
If you read this post, it’s because we are the same. You cannot find where you stored your script. You succeeded to run a script from Intune either for proactive remediations or MacOS Custom Attributes. Sadly, you can’t find the script you wrote and you would like to have it back from Intune. Using theContinue reading “Get Powershell and Bash Scripts back from Intune using MS Graph”