Updated Conditional Access HTML Export Script

Hi All,
I’ve released an updated Version of my Conditional Access HTML Export PowerShell Script on my GitHub Repo.
It’s always a Pain to document Conditional Access Policies. So i’ve forked and modified the Script from https://github.com/dougsbaker/CA-Export to match my needs.
Recently i saw the new “Network” Section in the Conditional Access Policies. I Like when the Sections match the HTML Output
- Users
- Target resources
- Network
- Conditions
- Grant
- Session
The Script requires the Microsoft.Graph PowerShell Modules and the following Permissions
- Policy.Read.All
- Directory.Read.All
- Application.Read.All
To run the Script use this Command
#Run interactive
.\Export-CaPolicy.ps1
Regards
Andres Bohren