Today I was keen to try out some new ideas I wanted to explore in a Jupyter Notebook. I hadn’t used that environment for about six months so thought I’d grab the latest version of dotnet interactive before I started. Looking back at a previous post on updating dotnet interactive I jumped straight to dotnet tool search dotnet-interactive to find the latest version.… keep reading
Using WordPress API’s with PowerShell
This blog uses WordPress. Why WordPress? Well, it was the most prevalent platform when I started this blog back in 2016 and it was more powerful and extensible than Blogger which I had used previously. Anyway, that’s rather irrelevant for this post which about accessing WordPress APIs with PowerShell.… keep reading
Microsoft Graph Permission Scope IDs
Registering Microsoft Graph applications using the Azure Portal and assigning API Permissions is trivial. When you are automating that process though rather than choosing API permissions using the Azure Portal Application Registration UI, you need to know the Microsoft Graph Permission Scope IDs.… keep reading
What does your Azure AD FIDO2 Passwordless Credential look like?
I’m curious. I often think, how does that work? Or why does it behave like that? We are well into the journey towards Passwordless adoption and I’ve spoken and posted about aspects of it before. Always a good place to start are the standards.… keep reading
Interactive Authentication to Microsoft Graph using MSAL with PowerShell and Delegated Permissions
Previously I’ve written about using MSAL and PowerShell with Application Permissions and Client Credentials and Certificate based authentication. Also with Delegated Permissions and Device Code flow authentication. The one I haven’t written a post on is performing interactive authentication to Microsoft Graph using MSAL with PowerShell and Delegated Permissions.… keep reading
Updating .NET Interactive
I’ve been using Jupyter Notebook with PowerShell since the early releases of of the Public Preview of PowerShell Support in Jupyter Notebooks in March 2020. I’ve written about how to use PowerShell Jupyter Notebook with Docker and Binder and even enabling C#, F# & PowerShell .NET… keep reading
Get Certificates from a YubiKey using PowerShell
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
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
[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)
![[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)
![[error 0x800700c1 when launching `C:\Program Files\PowerShell\7\pwsh.exe']](https://i0.wp.com/blog.darrenjrobinson.com/wp-content/uploads/2021/06/error-0x800700c1-when-launching-pwsh.exe_.png?resize=525%2C123&ssl=1)
![[error 0x800700c1 when launching `C:\Program Files\PowerShell\7\pwsh.exe']](https://i0.wp.com/blog.darrenjrobinson.com/wp-content/uploads/2021/06/error-0x800700c1-when-launching-pwsh.exe_.png?resize=525%2C123&ssl=1)
![[error 0x800700c1 when launching `C:\Program Files\PowerShell\7\pwsh.exe']](https://i0.wp.com/blog.darrenjrobinson.com/wp-content/uploads/2021/06/error-0x800700c1-when-launching-pwsh.exe_.png?resize=525%2C123&ssl=1)
Some quick searching to see if this was common turned up this old issue in the Windows Terminal GitHub Repo issues list.… keep reading