Skip to content

Commit 552852e

Browse files
committed
Added new DefaultGroupAccessType parameter
1 parent 44d8259 commit 552852e

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
@@ -24,6 +24,7 @@ Set-OrganizationConfig [-Identity] <OrganizationIdParameter>
2424
[-ActivityBasedAuthenticationTimeoutInterval <EnhancedTimeSpan>]
2525
[-ActivityBasedAuthenticationTimeoutWithSingleSignOnEnabled <$true | $false>]
2626
[-ByteEncoderTypeFor7BitCharsets <Int32>] [-Confirm] [-CustomerFeedbackEnabled <$true | $false>]
27+
[-DefaultGroupAccessType <Private | Public>]
2728
[-DistributionGroupDefaultOU <OrganizationalUnitIdParameter>]
2829
[-DistributionGroupNameBlockedWordsList <MultiValuedProperty>]
2930
[-DistributionGroupNamingPolicy <DistributionGroupNamingPolicy>] [-DomainController <Fqdn>]
@@ -81,6 +82,7 @@ Set-OrganizationConfig [-Identity] <OrganizationIdParameter> -SharedConfiguratio
8182
[-ActivityBasedAuthenticationTimeoutInterval <EnhancedTimeSpan>]
8283
[-ActivityBasedAuthenticationTimeoutWithSingleSignOnEnabled <$true | $false>]
8384
[-ByteEncoderTypeFor7BitCharsets <Int32>] [-Confirm] [-CustomerFeedbackEnabled <$true | $false>]
85+
[-DefaultGroupAccessType <Private | Public>]
8486
[-DistributionGroupDefaultOU <OrganizationalUnitIdParameter>]
8587
[-DistributionGroupNameBlockedWordsList <MultiValuedProperty>]
8688
[-DistributionGroupNamingPolicy <DistributionGroupNamingPolicy>] [-DomainController <Fqdn>]
@@ -139,6 +141,7 @@ Set-OrganizationConfig [[-Identity] <OrganizationIdParameter>]
139141
[-ActivityBasedAuthenticationTimeoutInterval <EnhancedTimeSpan>]
140142
[-ActivityBasedAuthenticationTimeoutWithSingleSignOnEnabled <$true | $false>]
141143
[-ByteEncoderTypeFor7BitCharsets <Int32>] [-Confirm] [-CustomerFeedbackEnabled <$true | $false>]
144+
[-DefaultGroupAccessType <Private | Public>]
142145
[-DistributionGroupDefaultOU <OrganizationalUnitIdParameter>]
143146
[-DistributionGroupNameBlockedWordsList <MultiValuedProperty>]
144147
[-DistributionGroupNamingPolicy <DistributionGroupNamingPolicy>] [-DomainController <Fqdn>]
@@ -380,6 +383,27 @@ Accept pipeline input: False
380383
Accept wildcard characters: False
381384
```
382385
386+
### -DefaultGroupAccessType
387+
This parameter is available only in the cloud-based service.
388+
389+
The DefaultGroupAccessType parameter specifies the default access type for Office 365 groups. Valid values are:
390+
391+
- Public
392+
393+
- Private (this is the default value)
394+
395+
```yaml
396+
Type: Private | Public
397+
Parameter Sets: (All)
398+
Aliases:
399+
Applicable: Exchange Online
400+
Required: False
401+
Position: Named
402+
Default value: Private
403+
Accept pipeline input: False
404+
Accept wildcard characters: False
405+
```
406+
383407
### -DistributionGroupDefaultOU
384408
The DistributionGroupDefaultOU parameter specifies the container where distribution groups are created by default.
385409

0 commit comments

Comments
 (0)