Last week Microsoft released the public preview of the ability to convert Azure AD Users from members to B2B members. This means that full Azure AD User Objects (rather than Guests) can be federated to another tenant and that the Azure AD User object remains as a ‘member’ User Type.… keep reading
Virtual Cards Against Humanity as an Azure Web App
2020 was already an apocalyptic year here in Australia with epic drought and then much of the country on fire. Now with COVID-19 tightening its grip on the world, our socializing has moved online. Video social catchups are great, but during one of our catchups with friends we wondered if it was possible to play virtual Cards Against Humanity.… keep reading
Release 1.0.7 SailPoint IdentityNow PowerShell Module
I’ve just published v1.0.7 of the SailPoint IdentityNow PowerShell Module to both GitHub and the PowerShell Gallery. The Version 1.0.7 SailPoint IdentityNow PowerShell Module is a minor update comprising updates to a number of the cmdlets, a couple of new cmdlets and a bugfix.… keep reading
Getting started with Local PowerShell Jupyter Notebook
Update 10 July 2020: See this post for how to run PowerShell Jupyter Notebook locally in a Docker Container or online using Binder. This post details how to run Local PowerShell Jupyter Notebook on Windows. You may also be interested in my Microsoft Reactor session "Elevate your documentation with PowerShell Jupyter Notebook".… keep reading
Automatically Mask Azure Portal Content from Demo’s and Screenshots
I write a lot of articles on Azure services such as Azure Functions, Microsoft Graph, and Azure Cognitive Services. Almost every post has a screenshot of the Azure Portal that needs some of the data to be obfuscated. It turns out I’ve been doing that all wrong with my manual efforts to mask Azure Portal Content.… keep reading
Auditing Azure AD Registered Applications
Azure AD Registered Applications are the Azure AD version of Active Directory Service Accounts. Over time, the number of them grow and grow, each having permissions to consume information from Azure AD and or Microsoft Graph. As an Administrator of Azure AD there is maintenance associated with these Registered Applications, namely credential validity and more important application validity.… keep reading
Choosing and using a Hardware Security Token for Azure AD Passwordless Authentication
Evaluation criteria for product selection can be a difficult process, especially for items that are rarely purchased. We’ve become accustomed to working out what we want from daily use items such as laptops, and mobile phones which does make that process easier when we refresh them every few years.… keep reading
ChatOps for Azure Active Directory
Last year I wrote Lithnet Microsoft Identity Manager plug-ins for PoshBot. After publishing those I developed the majority of a PoshBot plugin to enable ChatOps for Azure Active Directory. Finally with a little more bandwidth at the start of 2020 I’ve been able to put the finishing touches on the module and release it.… keep reading
Sending and Querying Custom Log Data to Azure Monitor Logs
Recently for a customer engagement we had the requirement to take log data from a 3rd party application and ingest it into Azure Log Analytics to make the data available in Azure Monitor. Sending Custom Log Data to Azure Monitor Logs is currently in Public Preview.… keep reading
React-Stockcharts for PowerShell Universal Dashboard
Update: 18 June 2020 v1.0.3 is now Code Signed and includes 2 additional charts; - Candle Stick Stock Scale Chart with Volume Bar - Candle Stick Chart with Edge Update: 30 Jan 2020 v1.0.2 includes 4 additional charts; - Candle Stick Chart with SAR - Candle Stick Chart with Gann Fan - OHLC Chart with Elder Ray Indicator - OHLC Chart with Elder Impulse Indicator Examples here Update: 21 Jan 2020 v1.0.1 that includes 4 additional charts; - Candle Stick Chart with MACD Indicator - Candle Stick Chart with RSI Indicator - Candle Stick Chart with Bollinger Band Overlay - Candle Stick Chart with MA Examples here
I’ve just published my first custom component for the PowerShell Universal Dashboard.… keep reading