Understanding the difference between Get-Module and Get-InstalledModule in PowerShell
In PowerShell, both Get-Module -ListAvailable and Get-InstalledModule are used to retrieve information about modules, but they serve different purposes and f...
In PowerShell, both Get-Module -ListAvailable and Get-InstalledModule are used to retrieve information about modules, but they serve different purposes and f...
In recent years, the need for secure and easy-to-use authentication methods has become increasingly important in the world of online security. Enter FIDO, or...
What is Azure Active Directory Seamless Single Sign-On?
Deep dive: Hybrid Identity using Azure AD Connect Cloud Sync Today, businesses are often becoming a mixture of on-premises and cloud applications. Users r...
Enable and setup passwordless sign-in with Microsoft Authenticator app No need to remember your account password! The Microsoft Authenticator app can be use...
Microsoft Graph PowerShell SDK I have spend a lot of time interacting with the Microsoft Graph API over the years. Normally I have written a bunch of code w...
Scoping Azure AD Application permissions to specific Exchange Online mailboxes When working with application permissions via Microsoft Graph, some IT admini...
Transition from per-user MFA to Conditional Access MFA In the blog post, I thought to show how to easily transition from per-user based MFA to a Conditional...
List all your syncronized libraries in OneDrive for Business using PowerShell Sometimes it can be useful to be able to quickly get an overview of which libr...
Solving the FizzBuzz challenge using PowerShell The “FizzBuzz” challenge is a typical interview question designed to help determine job candidates solving sk...
Automating, executing and controlling your resources in Azure with the help of Siri So you wrote an awesome PowerShell script and need a place to run it? :b...
Use incoming Webhooks for event notification into Microsoft Teams A cool feature in Microsoft Teams is the opportunity to use incoming Webhooks. :inform...
Oh My GUID! Convert GUIDs into human-readable User Naming Attributes with the help of PowerShell A Globally Unique Identifier or GU...
Sending Push Notifications from Microsoft App Center using PowerShell So I made an app… Last weekend I has able to spend a whole lot of hours deepdiving in...
Control your Mitsubishi heat pump using PowerShell In this first blog post in 2020 I will dedicate to presenting my very first publicly available PowerShell...
PowerShell GUIs with the help of WPF
Retrieve Distinguished Name(s) with the help of PowerShell In the past few days, I’ve been spending some time in Visual Studio 2019. I am working on gaining...
Get weather forecast using PowerShell Today I came across the cool wttr.in project on GitHub. wttr.in - the right way to check the weather! wttr.in is a...
Use splatting, hashtables and variables to keep your scripts clean In the past few weeks, I have spend a lot of time working with the Invoke-WebRequest cmdl...
Quick Tip: Convert ISO 8601 datetime to systemtime using PowerShell (and .NET) This very first blogpost I will dedicate to demonstate how you easily can con...
Why PowerShell? From the time I got my first computer back in `98, when I was 10 years old, I have always been fascinated by computers. After some years in ...