About Me

My photo
Bergen, Norway
19th times Microsoft MVP (Security and Windows). IT-Dude @SpareBankenNorge
Showing posts with label AzureAD. Show all posts
Showing posts with label AzureAD. Show all posts

Saturday, September 26, 2020

PowerShell script to get some AzureAD logins stats

 The information you get in the Azure portal about logins are decent, but some time you need some statistic or insight fast and don't want to use the graphic interface or down load csv/json files.

I have created som script and favourite lines and uploaded it to my Github repo

Friday, September 20, 2019

Create a group for all Autopilot devices

Working with Autopilot and need a group covering all AutoPilotet enrolled devices?
Michael Niehaus has this covered in his blogpost: Autopilot profile assignment using Intune

The quick guide will be to create a Dynamic group in Azure AD with the following rule syntax:

Cleaning Up Unknown IAM Assignments Across Azure Subscriptions

  If you manage more than a handful of Azure subscriptions, IAM hygiene quickly becomes one of those tasks everyone knows is important, but ...