@@ -35,7 +35,7 @@ Set-SPOSite [-Identity] <SpoSitePipeBind> [-AllowSelfServiceUpgrade <Boolean>] [
35
35
[-SharingBlockedDomainList <String>] [-SharingDomainRestrictionMode <SharingDomainRestrictionModes>]
36
36
[-ShowPeoplePickerSuggestionsForGuestUsers <Boolean>] [-StorageQuotaReset]
37
37
[-DefaultSharingLinkType] [-DefaultLinkPermission] [-DefaultLinkToExistingAccess]
38
- [-ConditionalAccessPolicy <SPOConditionalAccessPolicyType>] [-ProtectionLevelName <String>] [-LimitedAccessFileType <SPOLimitedAccessFileType>] [-AllowEditing <Boolean>] [-AnonymousLinkExpirationInDays <Int32>] [-OverrideTenantAnonymousLinkExpirationPolicy <Boolean>] [-SensitivityLabel <String>]
38
+ [-ConditionalAccessPolicy <SPOConditionalAccessPolicyType>] [-AuthenticationContextName <String>] [-LimitedAccessFileType <SPOLimitedAccessFileType>] [-AllowEditing <Boolean>] [-AnonymousLinkExpirationInDays <Int32>] [-OverrideTenantAnonymousLinkExpirationPolicy <Boolean>] [-SensitivityLabel <String>]
39
39
[-RemoveLabel] [<CommonParameters>]
40
40
```
41
41
@@ -153,6 +153,14 @@ Set-SPOSite -Identity https://contoso.sharepoint.com/sites/research -RemoveInfor
153
153
154
154
In example, InformationSegment 'a17efb47-e3c9-4d85-a188-1cd59c83de32' is removed from the site.
155
155
156
+ ### -----------------------EXAMPLE 10-----------------------------
157
+
158
+ ``` powershell
159
+ Set-SPOSite -Identity https://contoso.sharepoint.com/sites/research -ConditionalAccessPolicy AuthenticationContext -AuthenticationContextName "MFA"
160
+ ```
161
+
162
+ In this example, an authentication context called MFA is attached to the site.
163
+
156
164
## PARAMETERS
157
165
158
166
### -EnablePWA
@@ -833,6 +841,7 @@ Possible values:
833
841
- AllowFullAccess : Allows full access from desktop apps, mobile apps, and the web.
834
842
- AllowLimitedAccess : Allows limited, web-only access.
835
843
- BlockAccess : Blocks Access.
844
+ - AuthenticationContext : Assign an Azure AD authentication context. Must add the AuthenticationContextName. Please read [Configure authentication contexts](/azure/active-directory/conditional-access/concept-conditional-access-cloud-apps#configure-authentication-contexts).
836
845
837
846
838
847
` ` ` yaml
@@ -848,9 +857,9 @@ Accept wildcard characters: False
848
857
` ` `
849
858
850
859
851
- # ## -ProtectionLevelName
860
+ # ## -AuthenticationContextName
852
861
853
- The conditional access protection level name. For example "urn:microsoft:req1"
862
+ The conditional access authentication context name.
854
863
855
864
` ` ` yaml
856
865
Type: String
0 commit comments