Last week Yubico announced the general availability of their desktop .NET SDK for YubiKeys. I jumped over to their GitHub repo to check out what functionality the .NET SDK exposed. The good news is that the Personal Identity Verification (PIV) slots used for certificates are accessible.… keep reading
DevOps for SailPoint IdentityNow with PowerShell
This is the accompanying blogpost for my SailPoint Navigate Developer presentation DevOps for SailPoint IdentityNow with PowerShell from August 19 2021. If you are registered you can go direct to the presentation with this link.
A summary of what I showed in the demonstration is below.… keep reading
Interactive Authentication to Microsoft Graph using MSAL with Python and Delegated Permissions
Earlier this year I wrote this post on Microsoft Graph using MSAL with Python and Delegated Permissions. That post used the Device Code flow which was valid for the particular scenario I had at that time. This post whilst also using delegated permissions and MSAL with Python uses Interactive Flow.… keep reading
Azure AD User Account Federation Report
Which Azure AD Tenants is my user account federated too? More specifically, in which Azure Active Directory Tenants do I have an Azure Active Directory B2B Guest Account? Is there a way I can quickly get an Azure AD User Account Federation Report?… keep reading
Digital Identity. Are we there yet?
This post relates to my Microsoft Reactor Sydney presentation from July 6 2021 – Digital Identity. Are we there yet?
Your Digital Identity is the foundation of who you are in our modern online world. In this session we take a quick trip down memory lane reminiscing on how our online digital identities have evolved and our early attempts at managing and securing them.… keep reading
Microsoft MVP Renewal 2021/22
There is no denying that 2020/2021 has been a roller-coaster of a year. We are now 16 months into a global pandemic. That said, July is the annual Microsoft MVP (Most Valuable Professional) renewal process which has just been completed.… keep reading
[error 0x800700c1 when launching `C:\Program Files\PowerShell\7\pwsh.exe’]
I’ve recently upgraded to the latest Windows Terminal version (1.8.1521.0). Today after a well overdue restart of my computer, opening Windows Terminal with PowerShell configured as my default profile presented me with [error 0x800700c1 when launching `C:\Program Files\PowerShell\7\pwsh.exe’].
![[error 0x800700c1 when launching `C:\Program Files\PowerShell\7\pwsh.exe']](https://blog.darrenjrobinson.com/wp-content/uploads/2021/06/error-0x800700c1-when-launching-pwsh.exe_.png)
Some quick searching to see if this was common turned up this old issue in the Windows Terminal GitHub Repo issues list.… keep reading
Release 1.1.4 SailPoint IdentityNow PowerShell Module
UPDATE 13 July 2021: v1.1.5 is now available with a few enhancements and bug fixes.
I’ve just published v1.1.4 of the SailPoint IdentityNow PowerShell Module to both GitHub and the PowerShell Gallery. Release 1.1.4 of the SailPoint IdentityNow PowerShell Module is the result of considerable effort by myself and Sean McGovern.… keep reading
PowerShell Snippets Vol 4
Welcome to my PowerShell Snippets Vol 4. 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, Volume 2 is available here and Volume 3 is available here.… keep reading
Subscribing to Azure AD Change Notifications with PowerShell
Microsoft Graph webhooks or the ability to receive an Azure AD Change Notification has been around for some time. However, as I primarily deal with Azure AD for user and group objects I never previously had the need to utilize them.… keep reading