Releases: nicolonsky/ConditionalAccessDocumentation
Releases · nicolonsky/ConditionalAccessDocumentation
v1.8.0
v1.7.1
Extended the script to support latest Conditional Access features:
- Export app filters: https://learn.microsoft.com/en-us/azure/active-directory/conditional-access/concept-filter-for-applications
- Export authentication strength: https://learn.microsoft.com/en-us/azure/active-directory/authentication/concept-authentication-strengths
- Export guest user b2b settings: https://learn.microsoft.com/en-us/azure/active-directory/external-identities/authentication-conditional-access
- Export workload identity protection: https://learn.microsoft.com/en-us/azure/active-directory/conditional-access/workload-identity
Improvements:
- Added caching for display name resolving
- Added hint when not connected to the beta endpoint because preview features are missing from policies
- Added warning output for AAD object GUIDs that cannot be resolved -> these usually belong to deleted AAD objects
- Update Microsoft Graph Modules (dependencies) to latest stable version
v1.6.0
- Removed deprecated device state -> This is replaced by filters
- More information: Device state (deprecated)
- Added
DeviceFilterMode
andDeviceFilterRule
to support filters- More information: Conditional Access: Filter for devices
- Switched to
System.Collections.Generic.List
v1.5.0
- Change required modules to current version 1.9.2 and remove hard coded version numbers
- Remove flappy role count
- Refactoring