Skip to content

Commit a9c1ecc

Browse files
committed
Update Set-OrganizationConfig.md
Per Issue #2363
1 parent b55a001 commit a9c1ecc

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

exchange/exchange-ps/exchange/organization/Set-OrganizationConfig.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ Set-OrganizationConfig
4040
[-ConnectorsEnabledForTeams <$true | $false>]
4141
[-ConnectorsEnabledForYammer <$true | $false>]
4242
[-CustomerLockboxEnabled <$true | $false>]
43+
[-DefaultAuthenticationPolicy <AuthPolicyIdParameter>]
4344
[-DefaultGroupAccessType <Private | Public>]
4445
[-DefaultPublicFolderAgeLimit <EnhancedTimeSpan>]
4546
[-DefaultPublicFolderDeletedItemRetention <EnhancedTimeSpan>]
@@ -855,6 +856,29 @@ Accept pipeline input: False
855856
Accept wildcard characters: False
856857
```
857858
859+
### -DefaultAuthenticationPolicy
860+
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+
858882
### -DefaultGroupAccessType
859883
This parameter is available only in the cloud-based service.
860884

0 commit comments

Comments
 (0)