Testing enabled SSL and TLS protocols on servers is something I have to do for hardening and security purposes. Of course, you can do that using PowerShell with the Test-TlsProtocols Module from TechnologyAnimal 🙂 In this blog post, I will show you how.
Category: Security
Using the EntraExporter PowerShell module
In the past, I used LDIFDE or CSVDE to export Active Directory information. For Entra ID, there's EntraExporter from Merill Fernando 🙂 In this blog post, I will show you how it works.
Report on Named Locations using PowerShell
Named Locations are convenient to use, but obtaining a clear overview from within the Conditional Access panes can be challenging. In this blog post, I will show how you can create a nice overview and report of them 🙂
Search and download Microsoft Updates using the MSCatalogLTS PowerShell module
You can use the Microsoft Update Catalog site to search and download Microsoft Updates, but there's also MSCatalogLTS 🙂 In this blog post, I will demonstrate how it works and explain why it's superior to the traditional catalog site.
Using the Microsoft-Extractor-Suite PowerShell module for collecting Microsoft Online logs
Collecting logs from various Microsoft Endpoints, like Entra, 365 Services, and Azure, can be a hassle sometimes. The Microsoft-Extractor-Suite module from Joey Rentenaar and Korstiaan Tam can help you with that! In this blog post, I will show you how to use it
Introduction to the Microsoft.OSConfig PowerShell module
While at the Microsoft MVP summit, one of the MVPs mentioned the Microsoft.OSConfig module. I haven't used it before, and I like how it works and how the product team works with the Desired State Config team on this! In this blog post, I will show you how it works.
Show expiring local Certificates using PowerShell
You always use certificates but forget when they expire until it's too late. In this blog post, I will show you how to use a small script when starting a PowerShell session to display certificates about to expire on your Windows system.
Use PowerShell to check if (shortened) URL link is safe
It just happens a lot: you receive a (shortened) URL and are unsure if it's safe to open. Sometimes, I open it in Windows Sandbox or use the urlscan.io website. In this blog post, I will show you how you can automate the check of a URL and see if it's safe or not 🙂
Query the required permissions of a Microsoft Graph cmdlet
Microsoft Graph can be difficult sometimes. There are loads of PowerShell Microsoft Graph Modules and cmdlets that require different permissions. In this blog post, I will show you how to query the permissions for a cmdlet, multiple cmdlets, or all cmdlets from a specific Microsoft Graph module.
Configuring PowerShell settings using Intune or Group Policy
Every Windows device has PowerShell installed by default. (Sadly, it's still only version 5, not version 7.) However, you want to configure the devices' security and log settings. In this blog post, I will show you how to do that using Microsoft Intune or Group Policy.