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 8885e67 + af7b2b5 commit 32a30f2Copy full SHA for 32a30f2
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