As I’m sure you are familiar (with my many posts on the topic), the Granfeldt PowerShell Management Agent is extremely flexible. When used to integrate Microsoft Identity Manager with modern REST API’s it is easy to retrieve pages of results from a REST API and process the objects through the Management Agent.… keep reading
ChatOps for Microsoft Identity Manager
Jan 28, 2020 Also see ChatOps for Azure Active Directory
A Bot or ChatOps for Microsoft Identity Manager is something I’ve had in the back of my mind for just over two years. More recently last year I did build the Voice Assistant for Microsoft Identity Manager as a submission for an IoT Hackathon.… keep reading
JWTDetails PowerShell Module for Decoding JWT Access Tokens with readable Token Expiry Time
Updated: 4 July 2024 – JWTDetails updated to v1.0.3
- Updated code signing certificate
- Updated timestamp server
Updated: 15 June 2020 – JWTDetails updated to v1.0.2
- Fixes issue related to time zones with 30min offsets
- Code Signed
I’ve just published my first PowerShell Module to the PowerShell Gallery.… keep reading
Microsoft Identity Manager Sync Server HResult 0x80040E14 Error
Spoiler / TL DR; The Microsoft Identity Manager Sync Server HResult 0x80040E14 Error is associated with lack of available resources in your Microsoft Identity Manager environment.
Sizing servers for a Microsoft Identity Manager implementation gets easier the more you do it.… keep reading
Darren’s PowerShell Snippets Volume 2
This is my PowerShell Snippets Volume 2. A collection of PowerShell commands for tasks that I don’t perform often and can’t recall easily from memory. Those ‘I know I’ve worked this out before’ type moments. Volume 1 is available here and Volume 3 is available here.… keep reading
Transaction Deadlocked on Microsoft Identity Manager MA Export
In a Microsoft Identity Manager development environment, I had just defined a series of rules and was keen to export a large number of users to the MIM Service. I was pretty confident that I’d done everything correct however it was clear very quickly that something was wrong.… keep reading
Cannot load Windows PowerShell snap-in MIIS.MA.Config on Microsoft Identity Manager 2016 SP1
On a Microsoft Identity Manager 2016 SP1 Server running the Add-PSSnapin MIIS.MA.Config PowerShell snap-in throws the error
Add-PSSnapin : Cannot load Windows PowerShell snap-in MIIS.MA.Config because of the following error: The Windows PowerShell snap-in module C:\Program Files\Microsoft Forefront Identity Manager\2010\Synchronization Service\UIShell\Microsoft.DirectoryServices.MetadirectoryServices.Config.dll… keep reading
An Azure MFA Management Agent for User MFA Reporting using Microsoft Identity Manager
Microsoft as part of the uplift in Authentication Methods capability have extended the Graph API to contain User Azure MFA information. My customers have been requesting MFA User Reporting data for some time. How many users are registered for Azure MFA?… keep reading
Automated Microsoft Identity Manager Configuration Backups & Documentation to Azure
Two and half years ago I wrote this post on creating an Azure Function to trigger the process of Automating Microsoft Identity Manager Configuration backups. The Azure Function piece was a little obtuse. I was using it, as it was the “new thing” and it was my new hammer.… keep reading
Accessing your Ubiquiti Unifi network configuration with PowerShell
Almost two years ago I rebuilt my home network with Ubiquiti Unifi equipment. Yet it wasn’t until recently I wanted to programmatically get configuration information out of it. Luckily there were a number of examples accessing the Unifi API, but none with PowerShell.… keep reading