Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Test-MtConditionalAccessWhatIf.ps1 #515

Merged
merged 6 commits into from
Dec 8, 2024

Conversation

milanschwartz
Copy link
Contributor

-Added DeviceInfo, InsiderRiskLevel,ServicePrincipalRiskLevel params
-Added IncludeReportOnly,IncludeDisabled,PrettyJsonVerboseOutput switches
-Using Test-MgBetaIdentityConditionalAccess cmdlet
-Some Verbose logging

-Added DeviceInfo, InsiderRiskLevel,ServicePrincipalRiskLevel params
-Added IncludeReportOnly,IncludeDisabled,PrettyJsonVerboseOutput switches
-Using Test-MgBetaIdentityConditionalAccess cmdlet
-Some Verbose logging
Update Test-MtConditionalAccessWhatIf.ps1
@milanschwartz milanschwartz requested a review from a team as a code owner October 29, 2024 16:03
Copy link
Contributor

@merill merill left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@milanschwartz Thanks a lot for your patience!

This is an excellent PR with lots of code samples and nicely done.

I did make one minor edit. In Maester we avoid dependencies of Graph PS cmdlets and instead prefer invoking the REST API directly with Invoke-Mg / Invoke-MtGraphRequest.

This way we don't need to deal with dependencies and changes to the PowerShell module.

@merill merill merged commit dc3f189 into maester365:main Dec 8, 2024
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants