Skip to content

Commit 1fb4541

Browse files
authored
Update Set-OrganizationConfig.md
1 parent a50f34c commit 1fb4541

File tree

1 file changed

+11
-9
lines changed

1 file changed

+11
-9
lines changed

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

Lines changed: 11 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,10 @@ For information about the parameter sets in the Syntax section below, see Exchan
2020
### Set2
2121
```
2222
Set-OrganizationConfig [-Identity] <OrganizationIdParameter>
23-
[-ActivityBasedAuthenticationTimeoutEnabled <$true | $false>]
23+
[-ActivityBasedAuthenticationTimeoutEnabled <$true | $false>]
2424
[-ActivityBasedAuthenticationTimeoutInterval <EnhancedTimeSpan>]
2525
[-ActivityBasedAuthenticationTimeoutWithSingleSignOnEnabled <$true | $false>]
26+
[-AuditDisabled <$true | $false>]
2627
[-ByteEncoderTypeFor7BitCharsets <Int32>] [-Confirm] [-CustomerFeedbackEnabled <$true | $false>]
2728
[-DefaultGroupAccessType <Private | Public>]
2829
[-DistributionGroupDefaultOU <OrganizationalUnitIdParameter>]
@@ -71,7 +72,6 @@ Set-OrganizationConfig [-Identity] <OrganizationIdParameter>
7172
[-LinkPreviewEnabled <$true | $false>] [-PerTenantSwitchToESTSEnabled <$true | $false>]
7273
[-RealTimeLogServiceEnabled <$true | $false>] [-RefreshSessionEnabled <$true | $false>]
7374
[-SmtpActionableMessagesEnabled <$true | $false>] [-UnblockUnsafeSenderPromptEnabled <$true | $false>]
74-
[-AuditDisabled <$true | $false>]
7575
[<CommonParameters>]
7676
```
7777

@@ -82,6 +82,7 @@ Set-OrganizationConfig [-Identity] <OrganizationIdParameter> -SharedConfiguratio
8282
[-ActivityBasedAuthenticationTimeoutEnabled <$true | $false>]
8383
[-ActivityBasedAuthenticationTimeoutInterval <EnhancedTimeSpan>]
8484
[-ActivityBasedAuthenticationTimeoutWithSingleSignOnEnabled <$true | $false>]
85+
[-AuditDisabled <$true | $false>]
8586
[-ByteEncoderTypeFor7BitCharsets <Int32>] [-Confirm] [-CustomerFeedbackEnabled <$true | $false>]
8687
[-DefaultGroupAccessType <Private | Public>]
8788
[-DistributionGroupDefaultOU <OrganizationalUnitIdParameter>]
@@ -131,7 +132,6 @@ Set-OrganizationConfig [-Identity] <OrganizationIdParameter> -SharedConfiguratio
131132
[-LinkPreviewEnabled <$true | $false>] [-PerTenantSwitchToESTSEnabled <$true | $false>]
132133
[-RealTimeLogServiceEnabled <$true | $false>] [-RefreshSessionEnabled <$true | $false>]
133134
[-SmtpActionableMessagesEnabled <$true | $false>] [-UnblockUnsafeSenderPromptEnabled <$true | $false>]
134-
[-AuditDisabled <$true | $false>]
135135
[<CommonParameters>]
136136
```
137137

@@ -142,6 +142,7 @@ Set-OrganizationConfig [[-Identity] <OrganizationIdParameter>]
142142
[-ActivityBasedAuthenticationTimeoutEnabled <$true | $false>]
143143
[-ActivityBasedAuthenticationTimeoutInterval <EnhancedTimeSpan>]
144144
[-ActivityBasedAuthenticationTimeoutWithSingleSignOnEnabled <$true | $false>]
145+
[-AuditDisabled <$true | $false>]
145146
[-ByteEncoderTypeFor7BitCharsets <Int32>] [-Confirm] [-CustomerFeedbackEnabled <$true | $false>]
146147
[-DefaultGroupAccessType <Private | Public>]
147148
[-DistributionGroupDefaultOU <OrganizationalUnitIdParameter>]
@@ -2066,18 +2067,19 @@ Accept wildcard characters: False
20662067
```
20672068
20682069
### -AuditDisabled
2069-
This parameter is only available in the online cloud-based service.
2070-
The AuditDisabled parameter specifies whether to disable or enable mailbox audits across the organization. Valid values are:
2070+
This parameter is available only in the online cloud-based service.
2071+
2072+
The AuditDisabled parameter specifies whether to disable or enable mailbox auditing for the organization. Valid values are:
20712073
2072-
- $true: Mailbox audits are disabled for this organization.
2074+
- $true: Mailbox auditing is disabled for the organization.
20732075
2074-
- $false: Allow mailbox audits in this organization. This is the default value.
2076+
- $false: Allow mailbox auditing in the organization. This is the default value.
20752077
20762078
```yaml
20772079
Type: $true | $false
2078-
Parameter Sets: Set2, Set3
2080+
Parameter (All)
20792081
Aliases:
2080-
Applicable: Exchange Server 2016, Exchange Online
2082+
Applicable: Exchange Online
20812083
Required: False
20822084
Position: Named
20832085
Default value: None

0 commit comments

Comments
 (0)