Reporting on users’ registered Azure AD Authentication methods is a more common request from enterprise security teams recently with the advance of Passwordless Authentication. In mid 2020 Microsoft added the ability to report on Azure AD Authentication Methods using Microsoft Graph, however ONLY with Delegated Microsoft Graph permissions.… keep reading
Getting Microsoft 365 Individual User Usage Reports with PowerShell
The ability to obtain Individual User Usage Reports has been possible in Office365 for many years. However, they were only available from each individual service such as Teams, OneDrive, Exchange, SharePoint and Yammer. If you wanted a holistic view you needed to query each of the services API’s and collate the responses for each identity.… keep reading
Enabling C#, F# & PowerShell .NET Interactive Kernels in AzureML
By default the AzureML environment provides the Python and R kernels. The reason you’re here though will be because, like me you want PowerShell. This post details the steps to enable the .NET Interactive (C#, F# & PowerShell) kernels in AzureML.… keep reading
PowerShell Azure HTTPTrigger Function Unexpected character encountered
I’ve just built another new PowerShell Azure HTTPTrigger Function locally using VSCode. I tested the Function locally and it did exactly what it was supposed too. I then deployed the Function to Azure and tested it using PowerShell, and it also worked as expected.… keep reading
Using the Azure Functions SendGrid Output Binding with PowerShell
As much as I love PowerShell Azure Functions anytime I need to develop a new one leveraging a service as an output binding I cringe. I cringe as documentation for examples leveraging output bindings typically don’t have a PowerShell example. Take my most recent requirement for Azure Functions SendGrid Output Binding with PowerShell and the documentation is non existent.… keep reading
PowerShell Azure Functions Concurrency
It’s been a while since I’ve developed any Azure Functions. There was a time, where I was knocking them out very regularly. Well this week whilst working on a new project I jumped back into PowerShell Azure Functions, and cloud being cloud they’ve moved on in recent times.… keep reading
Up Bank PowerShell Module
Updated: 31 Aug 2020 v1.0.1 released with new cmdlets for new API's to both GitHub and the PowerShell Gallery. - Get-UpBankCategories - Get-UpBankCategory - Get-UpBankTags
Banking is undergoing a revolution. In Australia the rise of Neo Banks is really starting to get momentum and one of the first entrants was Up.… keep reading
PowerShell Snippets Vol 3
This is my PowerShell Snippets Vol 3. 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 2 is available here.… keep reading
H2O AI PowerShell Module
Last year I built a couple of proof of concept solutions that used AI (Artificial Intelligence) to determine predictions for some data. At that time I looked around for how I could use PowerShell to build AI models and make the predictions.… keep reading
Elevate your documentation with PowerShell Jupyter Notebook
Today I presented a Microsoft Reactor session on How to Elevate your documentation with PowerShell Jupyter Notebook. This session provided;
- an introduction to ‘What is Jupyter Notebook”
- a quick start guide
- some advanced examples showing mixed HTML, JavaScript and PowerShell Notebook and Charts / Graphs
- how to create your own PowerShell Jupyter Notebook environments
For those that attended the session, the presentation is embedded at the end of this post.… keep reading