You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Choose whether to override the external user expiration policy on this site
839
+
840
+
Possible values:
841
+
842
+
- None: Respect the organization-level policy for external user expiration.
843
+
- False: Respect the organization-level policy for external user expiration.
844
+
- True: Override the organization-level policy for external user expiration (can be more or less restrictive).
845
+
846
+
```yaml
847
+
Type: Boolean
848
+
Parameter Sets: ParamSet1
849
+
Aliases:
850
+
Applicable: SharePoint Online
851
+
Required: False
852
+
Position: Named
853
+
Default value: None
854
+
Accept pipeline input: False
855
+
Accept wildcard characters: False
856
+
```
857
+
858
+
### -ExternalUserExpirationInDays
859
+
860
+
Specifies all external user expiration which will expire after the set number of days. Only applies if OverrideTenantExternalUserExpirationPolicy is set to true.
861
+
862
+
To remove the expiration requirement, set the value to zero (0).
863
+
864
+
```yaml
865
+
Type: Int32
866
+
Parameter Sets: (All)
867
+
Aliases:
868
+
Applicable: SharePoint Online
869
+
Required: False
870
+
Position: Named
871
+
Default value: None
872
+
Accept pipeline input: False
873
+
Accept wildcard characters: False
874
+
```
875
+
836
876
### -ConditionalAccessPolicy
837
877
838
878
Please read [Control access from unmanaged devices](/sharepoint/control-access-from-unmanaged-devices) documentation here to understand Conditional Access Policy usage in SharePoint Online.
0 commit comments