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
The DefaultAuthenticationPolicy parameter specifies the authentication policy that's used for the whole organization. You can use any value that uniquely identifies the policy. For example:
861
+
862
+
- Name
863
+
864
+
- Distinguished name (DN)
865
+
866
+
- GUID
867
+
868
+
You create authentication policies with the New-AuthenticationPolicy cmdlet to block or selectively allow Basic authentication.
869
+
870
+
```yaml
871
+
Type: AuthPolicyIdParameter
872
+
Parameter Sets: (All)
873
+
Aliases:
874
+
Applicable: Exchange Online
875
+
Required: False
876
+
Position: Named
877
+
Default value: None
878
+
Accept pipeline input: False
879
+
Accept wildcard characters: False
880
+
```
881
+
858
882
### -DefaultGroupAccessType
859
883
This parameter is available only in the cloud-based service.
0 commit comments