We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8b3a4a2 + 32a30f2 commit 2738a40Copy full SHA for 2738a40
samples/8-ConditionalAccess.ps1
@@ -0,0 +1,8 @@
1
+#Minimum required parameters to create a conditional access policy
2
+
3
+New-MgConditionalAccessPolicy -DisplayName 'Minimum required Parameters' `
4
+ -GrantControlBuiltInControls @('mfa') `
5
+ -State 'disabled' `
6
+ -GrantControlOperator 'OR' `
7
+ -UserIncludeUsers 'None' `
8
+ -ApplicationIncludeApplications 'None'
0 commit comments