Guides on all things sysadmin and tech related
I had a requirement where I needed to obtain the last user that logged in to a specific computer. All of the machines I deal with are either Azure joined or Hybrid joined so all logon events are recorded into Azure AD automatically. Taking advantage of this I used the Microsoft Graph audit logs to…
This came from a requirement to ensure that all devices in Intune had a configuration policy assigned to them. I noticed it was possible in the GUI to get a list of all your devices then if you select them it will show you the configuration policies however this has 2 flaws: First there was…
I recently had a requirement where the same calendar items needed to be added to most (but not all) staff personal calendars in Exchange Online. The calendar items were basic all day events without reminders just as a record. I was able to achieve this using Microsoft Graph PowerShell and a simple CSV. First off…