Skip to content

Commit f7e9242

Browse files
Merge pull request #13016 from MicrosoftDocs/main
[AutoPublish] main to live - 08/07 15:34 PDT | 08/08 04:04 IST
2 parents 0c85d4f + 20d0b37 commit f7e9242

File tree

449 files changed

+7093
-7085
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

449 files changed

+7093
-7085
lines changed

exchange/exchange-ps/ExchangePowerShell/Get-SenderIdConfig.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
applicable: Exchange Server 2010, Exchange Server 2013, Exchange Server 2016, Exchange Server 2019
2+
applicable: Exchange Server 2010, Exchange Server 2013, Exchange Server 2016, Exchange Server 2019, Exchange Server SE
33
author: chrisda
44
external help file: Microsoft.Exchange.TransportMailControl-Help.xml
55
Locale: en-US
@@ -42,7 +42,7 @@ This example returns detailed information about the Sender ID configuration on t
4242

4343
### -DomainController
4444

45-
> Applicable: Exchange Server 2010, Exchange Server 2013, Exchange Server 2016, Exchange Server 2019
45+
> Applicable: Exchange Server 2010, Exchange Server 2013, Exchange Server 2016, Exchange Server 2019, Exchange Server SE
4646
4747
The DomainController parameter specifies the domain controller that's used by this cmdlet to read data from or write data to Active Directory. You identify the domain controller by its fully qualified domain name (FQDN). For example, dc01.contoso.com.
4848

exchange/exchange-ps/ExchangePowerShell/Get-SenderReputationConfig.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
applicable: Exchange Server 2010, Exchange Server 2013, Exchange Server 2016, Exchange Server 2019
2+
applicable: Exchange Server 2010, Exchange Server 2013, Exchange Server 2016, Exchange Server 2019, Exchange Server SE
33
author: chrisda
44
external help file: Microsoft.Exchange.TransportMailControl-Help.xml
55
Locale: en-US
@@ -42,7 +42,7 @@ This example returns detailed information about the sender reputation configurat
4242

4343
### -DomainController
4444

45-
> Applicable: Exchange Server 2010, Exchange Server 2013, Exchange Server 2016, Exchange Server 2019
45+
> Applicable: Exchange Server 2010, Exchange Server 2013, Exchange Server 2016, Exchange Server 2019, Exchange Server SE
4646
4747
The DomainController parameter specifies the domain controller that's used by this cmdlet to read data from or write data to Active Directory. You identify the domain controller by its fully qualified domain name (FQDN). For example, dc01.contoso.com.
4848

exchange/exchange-ps/ExchangePowerShell/Get-ServerComponentState.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
applicable: Exchange Server 2013, Exchange Server 2016, Exchange Server 2019
2+
applicable: Exchange Server 2013, Exchange Server 2016, Exchange Server 2019, Exchange Server SE
33
author: chrisda
44
external help file: Microsoft.Exchange.RemoteConnections-Help.xml
55
Locale: en-US
@@ -51,7 +51,7 @@ This example returns detailed information for the component state of the Unified
5151

5252
### -Identity
5353

54-
> Applicable: Exchange Server 2013, Exchange Server 2016, Exchange Server 2019
54+
> Applicable: Exchange Server 2013, Exchange Server 2016, Exchange Server 2019, Exchange Server SE
5555
5656
The Identity parameter specifies the Exchange server where you want to view the configuration settings. You can use the following values:
5757

@@ -73,7 +73,7 @@ Accept wildcard characters: False
7373
7474
### -Component
7575
76-
> Applicable: Exchange Server 2013, Exchange Server 2016, Exchange Server 2019
76+
> Applicable: Exchange Server 2013, Exchange Server 2016, Exchange Server 2019, Exchange Server SE
7777
7878
The Component parameter specifies the component or endpoint for which you want to retrieve the state. To see the available values, run the following command: `Get-ServerComponentState <ServerName>`.
7979

@@ -91,7 +91,7 @@ Accept wildcard characters: False
9191

9292
### -DomainController
9393

94-
> Applicable: Exchange Server 2013, Exchange Server 2016, Exchange Server 2019
94+
> Applicable: Exchange Server 2013, Exchange Server 2016, Exchange Server 2019, Exchange Server SE
9595

9696
The DomainController parameter specifies the domain controller that's used by this cmdlet to read data from or write data to Active Directory. You identify the domain controller by its fully qualified domain name (FQDN). For example, dc01.contoso.com.
9797

exchange/exchange-ps/ExchangePowerShell/Get-ServerHealth.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
applicable: Exchange Server 2013, Exchange Server 2016, Exchange Server 2019
2+
applicable: Exchange Server 2013, Exchange Server 2016, Exchange Server 2019, Exchange Server SE
33
author: chrisda
44
external help file: Microsoft.Exchange.ServerStatus-Help.xml
55
Locale: en-US
@@ -55,7 +55,7 @@ This example returns the server health for server Server01.
5555

5656
### -Identity
5757

58-
> Applicable: Exchange Server 2013, Exchange Server 2016, Exchange Server 2019
58+
> Applicable: Exchange Server 2013, Exchange Server 2016, Exchange Server 2019, Exchange Server SE
5959
6060
The Identity parameter specifies the Exchange server where you want to run this command. You can use any value that uniquely identifies the server. For example:
6161

@@ -78,7 +78,7 @@ Accept wildcard characters: False
7878
7979
### -HaImpactingOnly
8080
81-
> Applicable: Exchange Server 2013, Exchange Server 2016, Exchange Server 2019
81+
> Applicable: Exchange Server 2013, Exchange Server 2016, Exchange Server 2019, Exchange Server SE
8282
8383
The HaImpactingOnly switch specifies whether the cmdlet must roll up only the monitors that have HaImpacting set to True. You don't need to specify a value with this switch.
8484
@@ -96,7 +96,7 @@ Accept wildcard characters: False
9696
9797
### -HealthSet
9898
99-
> Applicable: Exchange Server 2013, Exchange Server 2016, Exchange Server 2019
99+
> Applicable: Exchange Server 2013, Exchange Server 2016, Exchange Server 2019, Exchange Server SE
100100
101101
The HealthSet parameter returns the health state of a group of monitors. Monitors that are similar or are tied to a component's architecture are grouped to form a health set. You can determine the collection of monitors (and associated probes and responders) in a given health set by using the Get-MonitoringItemIdentity cmdlet.
102102

exchange/exchange-ps/ExchangePowerShell/Get-ServerMonitoringOverride.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
applicable: Exchange Server 2013, Exchange Server 2016, Exchange Server 2019
2+
applicable: Exchange Server 2013, Exchange Server 2016, Exchange Server 2019, Exchange Server SE
33
author: chrisda
44
external help file: Microsoft.Exchange.RolesAndAccess-Help.xml
55
Locale: en-US
@@ -42,7 +42,7 @@ This example retrieves all monitoring overrides for the Exch01 server.
4242

4343
### -Server
4444

45-
> Applicable: Exchange Server 2013, Exchange Server 2016, Exchange Server 2019
45+
> Applicable: Exchange Server 2013, Exchange Server 2016, Exchange Server 2019, Exchange Server SE
4646
4747
The Server parameter specifies the Exchange server where you want to run this command. You can use any value that uniquely identifies the server. For example:
4848

exchange/exchange-ps/ExchangePowerShell/Get-SettingOverride.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
applicable: Exchange Server 2013, Exchange Server 2016, Exchange Server 2019
2+
applicable: Exchange Server 2013, Exchange Server 2016, Exchange Server 2019, Exchange Server SE
33
author: chrisda
44
external help file: Microsoft.Exchange.ServerStatus-Help.xml
55
Locale: en-US
@@ -54,7 +54,7 @@ This example displays a detailed information for the setting override object nam
5454

5555
### -Identity
5656

57-
> Applicable: Exchange Server 2013, Exchange Server 2016, Exchange Server 2019
57+
> Applicable: Exchange Server 2013, Exchange Server 2016, Exchange Server 2019, Exchange Server SE
5858
5959
The Identity parameter specifies the setting override that you want to view. You can use any value that uniquely identifies the override. For example:
6060

@@ -76,7 +76,7 @@ Accept wildcard characters: False
7676
7777
### -DomainController
7878
79-
> Applicable: Exchange Server 2013, Exchange Server 2016, Exchange Server 2019
79+
> Applicable: Exchange Server 2013, Exchange Server 2016, Exchange Server 2019, Exchange Server SE
8080
8181
The DomainController parameter specifies the domain controller that's used by this cmdlet to read data from or write data to Active Directory. You identify the domain controller by its fully qualified domain name (FQDN). For example, dc01.contoso.com.
8282

exchange/exchange-ps/ExchangePowerShell/Get-SharingPolicy.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
applicable: Exchange Server 2010, Exchange Server 2013, Exchange Server 2016, Exchange Server 2019, Exchange Online
2+
applicable: Exchange Server 2010, Exchange Server 2013, Exchange Server 2016, Exchange Server 2019, Exchange Server SE, Exchange Online
33
author: chrisda
44
external help file: Microsoft.Exchange.CalendarsAndGroups-Help.xml
55
Locale: en-US
@@ -52,7 +52,7 @@ This example retrieves the full information for the sharing policy Fabrikam.
5252

5353
### -Identity
5454

55-
> Applicable: Exchange Server 2010, Exchange Server 2013, Exchange Server 2016, Exchange Server 2019, Exchange Online
55+
> Applicable: Exchange Server 2010, Exchange Server 2013, Exchange Server 2016, Exchange Server 2019, Exchange Server SE, Exchange Online
5656
5757
The Identity parameter specifies the sharing policy that you want to view. You can use one of the following values:
5858

@@ -75,7 +75,7 @@ Accept wildcard characters: False
7575
7676
### -DomainController
7777
78-
> Applicable: Exchange Server 2010, Exchange Server 2013, Exchange Server 2016, Exchange Server 2019
78+
> Applicable: Exchange Server 2010, Exchange Server 2013, Exchange Server 2016, Exchange Server 2019, Exchange Server SE
7979
8080
This parameter is available only in on-premises Exchange.
8181

exchange/exchange-ps/ExchangePowerShell/Get-SiteMailbox.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
applicable: Exchange Server 2013, Exchange Server 2016, Exchange Server 2019
2+
applicable: Exchange Server 2013, Exchange Server 2016, Exchange Server 2019, Exchange Server SE
33
author: chrisda
44
external help file: Microsoft.Exchange.RolesAndAccess-Help.xml
55
Locale: en-US
@@ -66,7 +66,7 @@ This example queries for site mailboxes that are marked for deletion and removes
6666

6767
### -Identity
6868

69-
> Applicable: Exchange Server 2013, Exchange Server 2016, Exchange Server 2019
69+
> Applicable: Exchange Server 2013, Exchange Server 2016, Exchange Server 2019, Exchange Server SE
7070
7171
The Identity parameter specifies the identity of the site mailbox. You can use any value that uniquely identifies the mailbox. For example:
7272

@@ -91,7 +91,7 @@ Accept wildcard characters: False
9191
9292
### -Anr
9393
94-
> Applicable: Exchange Server 2013, Exchange Server 2016, Exchange Server 2019
94+
> Applicable: Exchange Server 2013, Exchange Server 2016, Exchange Server 2019, Exchange Server SE
9595
9696
The Anr parameter specifies a string on which to perform an ambiguous name resolution (ANR) search. You can specify a partial string and search for objects with an attribute that matches that string. The default attributes searched are:
9797
@@ -115,7 +115,7 @@ Accept wildcard characters: False
115115
116116
### -BypassOwnerCheck
117117
118-
> Applicable: Exchange Server 2013, Exchange Server 2016, Exchange Server 2019
118+
> Applicable: Exchange Server 2013, Exchange Server 2016, Exchange Server 2019, Exchange Server SE
119119
120120
The BypassOwnerCheck parameter is used when the account that's running the command isn't a member or owner of the site mailbox. You don't need to specify a value with this switch.
121121
@@ -135,7 +135,7 @@ Accept wildcard characters: False
135135
136136
### -DeletedSiteMailbox
137137
138-
> Applicable: Exchange Server 2013, Exchange Server 2016, Exchange Server 2019
138+
> Applicable: Exchange Server 2013, Exchange Server 2016, Exchange Server 2019, Exchange Server SE
139139
140140
The DeletedSiteMailbox switch returns site mailboxes that have been marked for pending deletion. You don't need to specify a value with this switch.
141141
@@ -155,7 +155,7 @@ Accept wildcard characters: False
155155

156156
### -DomainController
157157

158-
> Applicable: Exchange Server 2013, Exchange Server 2016, Exchange Server 2019
158+
> Applicable: Exchange Server 2013, Exchange Server 2016, Exchange Server 2019, Exchange Server SE
159159

160160
The DomainController parameter specifies the domain controller that's used by this cmdlet to read data from or write data to Active Directory. You identify the domain controller by its fully qualified domain name (FQDN). For example, dc01.contoso.com.
161161

@@ -173,7 +173,7 @@ Accept wildcard characters: False
173173

174174
### -ReadFromDomainController
175175

176-
> Applicable: Exchange Server 2013, Exchange Server 2016, Exchange Server 2019
176+
> Applicable: Exchange Server 2013, Exchange Server 2016, Exchange Server 2019, Exchange Server SE
177177

178178
The ReadFromDomainController switch specifies that information should be read from a domain controller in the user's domain. You don't need to specify a value with this switch.
179179

@@ -195,7 +195,7 @@ Accept wildcard characters: False
195195

196196
### -ResultSize
197197

198-
> Applicable: Exchange Server 2013, Exchange Server 2016, Exchange Server 2019
198+
> Applicable: Exchange Server 2013, Exchange Server 2016, Exchange Server 2019, Exchange Server SE
199199

200200
The ResultSize parameter specifies the maximum number of results to return. If you want to return all requests that match the query, use unlimited for the value of this parameter. The default value is 1000.
201201

exchange/exchange-ps/ExchangePowerShell/Get-SiteMailboxDiagnostics.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
applicable: Exchange Server 2013, Exchange Server 2016, Exchange Server 2019
2+
applicable: Exchange Server 2013, Exchange Server 2016, Exchange Server 2019, Exchange Server SE
33
author: chrisda
44
external help file: Microsoft.Exchange.RolesAndAccess-Help.xml
55
Locale: en-US
@@ -57,7 +57,7 @@ This example returns the event information for the Marketing Events 2015 site ma
5757

5858
### -Identity
5959

60-
> Applicable: Exchange Server 2013, Exchange Server 2016, Exchange Server 2019
60+
> Applicable: Exchange Server 2013, Exchange Server 2016, Exchange Server 2019, Exchange Server SE
6161
6262
The Identity parameter specifies the site mailbox that you want to view. You can use any value that uniquely identifies the site mailbox. For example:
6363

@@ -82,7 +82,7 @@ Accept wildcard characters: False
8282
8383
### -BypassOwnerCheck
8484
85-
> Applicable: Exchange Server 2013, Exchange Server 2016, Exchange Server 2019
85+
> Applicable: Exchange Server 2013, Exchange Server 2016, Exchange Server 2019, Exchange Server SE
8686
8787
The BypassOwnerCheck parameter is used when the account that's running the command isn't a member or owner of the site mailbox. You don't need to specify a value with this switch.
8888
@@ -102,7 +102,7 @@ Accept wildcard characters: False
102102
103103
### -Confirm
104104
105-
> Applicable: Exchange Server 2013, Exchange Server 2016, Exchange Server 2019
105+
> Applicable: Exchange Server 2013, Exchange Server 2016, Exchange Server 2019, Exchange Server SE
106106
107107
The Confirm switch specifies whether to show or hide the confirmation prompt. How this switch affects the cmdlet depends on if the cmdlet requires confirmation before proceeding.
108108
@@ -123,7 +123,7 @@ Accept wildcard characters: False
123123

124124
### -SendMeEmail
125125

126-
> Applicable: Exchange Server 2013, Exchange Server 2016, Exchange Server 2019
126+
> Applicable: Exchange Server 2013, Exchange Server 2016, Exchange Server 2019, Exchange Server SE
127127

128128
The SendMeEmail switch specifies that the diagnostic information is sent to the primary SMTP email address of the user account that's running the command. You don't need to specify a value with this switch.
129129

@@ -141,7 +141,7 @@ Accept wildcard characters: False
141141

142142
### -WhatIf
143143

144-
> Applicable: Exchange Server 2013, Exchange Server 2016, Exchange Server 2019
144+
> Applicable: Exchange Server 2013, Exchange Server 2016, Exchange Server 2019, Exchange Server SE
145145

146146
The WhatIf switch simulates the actions of the command. You can use this switch to view the changes that would occur without actually applying those changes. You don't need to specify a value with this switch.
147147

exchange/exchange-ps/ExchangePowerShell/Get-SiteMailboxProvisioningPolicy.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
applicable: Exchange Server 2013, Exchange Server 2016, Exchange Server 2019
2+
applicable: Exchange Server 2013, Exchange Server 2016, Exchange Server 2019, Exchange Server SE
33
author: chrisda
44
external help file: Microsoft.Exchange.WebClient-Help.xml
55
Locale: en-US
@@ -54,7 +54,7 @@ This example returns detailed information about the site mailbox provisioning po
5454

5555
### -Identity
5656

57-
> Applicable: Exchange Server 2013, Exchange Server 2016, Exchange Server 2019
57+
> Applicable: Exchange Server 2013, Exchange Server 2016, Exchange Server 2019, Exchange Server SE
5858
5959
The Identity parameter specifies the site mailbox provisioning policy that you want to view. You can use any value that uniquely identifies the policy. For example:
6060

@@ -76,7 +76,7 @@ Accept wildcard characters: False
7676
7777
### -DomainController
7878
79-
> Applicable: Exchange Server 2013, Exchange Server 2016, Exchange Server 2019
79+
> Applicable: Exchange Server 2013, Exchange Server 2016, Exchange Server 2019, Exchange Server SE
8080
8181
The DomainController parameter specifies the domain controller that's used by this cmdlet to read data from or write data to Active Directory. You identify the domain controller by its fully qualified domain name (FQDN). For example, dc01.contoso.com.
8282

0 commit comments

Comments
 (0)