PowerShell Today
-
idPowerToys Conditional Access Documenter - Manual generation Helper
Use idPower Toys 'Conditional Access Documenter' without granting access.Jun 21, 2023 - 11 min read
When it comes to auditing conditional access policies, the IdPowerToys' Conditional Access Documenter is a powerful tool. However, the app-consent requirement often hinders its usability by presenting reports filled with GUIDs instead of user-friendly display names. In this blog post, I’ll introduce you to idPowerToysCaDocumentHelper.ps1, a versatile PowerShell script that resolves this issue. Join me as we explore how this script enhances the Conditional Access Documenter, making your auditing process more efficient and intuitive.
-
New (diagrams.net) diagram
Generate visual diagram over your Azure management groups and subscriptionsFeb 13, 2022 - 2 min read
Who likes to document? And who likes to keep theses documents updated?
Maybe not me, but sometimes documenting is necessary. So why not automate it?
-
New-Chunks
Split an Array in smaller chunksApr 26, 2021 - 1 min read
Small function for splitting an array or hashtable into smaller chunks.