Skip to content

Commit f94bf58

Browse files
authored
Merge branch 'master' into Dariomws20
2 parents a789762 + 8966ea9 commit f94bf58

File tree

78 files changed

+742
-379
lines changed

Some content is hidden

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

78 files changed

+742
-379
lines changed

exchange/exchange-ps/exchange/client-access/Set-MailboxCalendarConfiguration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -303,7 +303,7 @@ Accept wildcard characters: False
303303
```
304304
305305
### -DefaultMeetingDuration
306-
The DefaultMeetingDuration parameter specifies the default duration in minutes for new meetings. The default value is 30 minutes.
306+
This parameter is reserved for internal Microsoft use.
307307
308308
```yaml
309309
Type: Int32

exchange/exchange-ps/exchange/client-access/Set-OwaMailboxPolicy.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1503,7 +1503,7 @@ The ReportJunkEmailEnabled parameter specifies whether users can report messages
15031503
15041504
- $true: The Report junk, Report phishing or Report not junk options are available after the user selects Mark as junk, Mark as phishing, or Mark as not junk. The Unsubscribe option is also available. This is the default value.
15051505
1506-
- $false: The Report junk, Report phishing, Report not junk and Unsubscribe options aren't available.
1506+
- $false: The Report junk, Report phishing, Report not junk and Unsubscribe options aren't available. Users can stil mark messages as junk, phishing, or not junk, but they won't be able to report messages to Microsoft.
15071507
15081508
This parameter is meaningful only when the JunkEmailEnabled parameter is set to $true.
15091509
@@ -1615,7 +1615,7 @@ Accept wildcard characters: False
16151615
```
16161616
16171617
### -SetPhotoURL
1618-
The SetPhotoURL parameter specifies the location (URL) of user photos. The default value of this parameter is blank ($null).
1618+
The SetPhotoURL parameter controls where users go to select their photo. Note that you can't specify a URL that contains one or more picture files, as there is no mechanism to copy a URL photo to the properties of the users' Exchange Online mailboxes.
16191619
16201620
```yaml
16211621
Type: String

exchange/exchange-ps/exchange/database-availability-groups/Add-MailboxDatabaseCopy.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,13 @@ This example adds a copy of mailbox database DB3 to the Mailbox server MBX4. Rep
6868
## PARAMETERS
6969

7070
### -Identity
71-
The Identity parameter specifies the name of the mailbox database being copied. Database names must be unique within the Exchange organization.
71+
The Identity parameter specifies the mailbox database that's being copied. You can use any value that uniquely identifies the database. For example:
72+
73+
- Name
74+
75+
- Distinguished name (DN)
76+
77+
- GUID
7278

7379
```yaml
7480
Type: DatabaseIdParameter

exchange/exchange-ps/exchange/email-addresses-and-address-books/New-OfflineAddressBook.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -263,7 +263,15 @@ Accept wildcard characters: False
263263
### -PublicFolderDatabase
264264
This parameter is available or functional only in Exchange Server 2010.
265265
266-
The PublicFolderDatabase parameter specifies the identity of the public folder database being used to distribute the OAB. To use this parameter, the PublicFolderDistributionEnabled parameter must be set to $true.
266+
The PublicFolderDatabase parameter specifies the public folder database that's used to distribute the OAB. You can use any value that uniquely identifies the database. For example:
267+
268+
- Name
269+
270+
- Distinguished name (DN)
271+
272+
- GUID
273+
274+
To use this parameter, the PublicFolderDistributionEnabled parameter must be set to $true.
267275
268276
```yaml
269277
Type: DatabaseIdParameter

exchange/exchange-ps/exchange/mail-flow/Set-RemoteDomain.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -339,7 +339,7 @@ The IsInternal parameter specifies whether the recipients in the remote domain a
339339
340340
- $true: All transport components (for example, transport rules or antispam agents) treat recipients in the remote domain as internal recipients. Typically, you use this value in cross-forest deployments.
341341
342-
- $false: Recipients in the remote domain are treated as external recipients. This is the default value.
342+
- $false: Recipients in the remote domain are treated as external recipients. This is the default value.
343343
344344
```yaml
345345
Type: $true | $false
@@ -548,7 +548,7 @@ Accept wildcard characters: False
548548
```
549549
550550
### -TNEFEnabled
551-
The TNEFEnabled parameter specifies whether Transport Neutral Encapsulation Format (TNEF) message encoding is used on messages sent to the remote domain. Valid values are-:
551+
The TNEFEnabled parameter specifies whether Transport Neutral Encapsulation Format (TNEF) message encoding is used on messages sent to the remote domain. Valid values are:
552552
553553
- $true: TNEF encoding is used on all messages sent to the remote domain.
554554

exchange/exchange-ps/exchange/mail-flow/Test-Mailflow.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -162,9 +162,15 @@ Accept wildcard characters: False
162162
```
163163
164164
### -TargetDatabase
165-
The TargetDatabase parameter specifies the mailbox database to which test messages are sent.
165+
The TargetDatabase parameter specifies the mailbox database to which test messages are sent. You can use any value that uniquely identifies the database. For example:
166166
167-
When you use this parameter, you can't use the AutoDiscoverTargetMailboxServer, CrossPremises, TargetEmailAddress or TargetMailboxServer parameters.
167+
- Name
168+
169+
- Distinguished name (DN)
170+
171+
- GUID
172+
173+
You can't use this parameter with the AutoDiscoverTargetMailboxServer, CrossPremises, TargetEmailAddress or TargetMailboxServer parameters.
168174
169175
```yaml
170176
Type: DatabaseIdParameter

exchange/exchange-ps/exchange/mailbox-databases-and-servers/Clean-MailboxDatabase.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,13 +46,13 @@ This example cleans the mailbox database MBD01.
4646
## PARAMETERS
4747

4848
### -Identity
49-
The Identity parameter specifies the mailbox database that you want to update. You can use one of the following values:
49+
The Identity parameter specifies the mailbox database that you want to update. You can use any value that uniquely identifies the database. For example:
5050

51-
- GUID
51+
- Name
5252

5353
- Distinguished name (DN)
5454

55-
- Name of the mailbox database
55+
- GUID
5656

5757
```yaml
5858
Type: DatabaseIdParameter

exchange/exchange-ps/exchange/mailbox-databases-and-servers/Get-FailedContentIndexDocuments.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -123,13 +123,13 @@ Accept wildcard characters: False
123123
```
124124
125125
### -MailboxDatabase
126-
The MailboxDatabase parameter specifies the database from which to get the mailbox. You can use the following values:
126+
The MailboxDatabase parameter specifies the database from which to get the mailbox. You can use any value that uniquely identifies the database. For example:
127127
128-
- GUID of the database
128+
- Name
129129
130-
- Database name
130+
- Distinguished name (DN)
131131
132-
- DN
132+
- GUID
133133
134134
```yaml
135135
Type: DatabaseIdParameter

exchange/exchange-ps/exchange/mailbox-databases-and-servers/Get-MailboxDatabase.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -128,13 +128,13 @@ Accept wildcard characters: False
128128
```
129129
130130
### -Identity
131-
The Identity parameter specifies a mailbox database. You can use the following values:
131+
The Identity parameter specifies the mailbox database that you want to view. You can use any value that uniquely identifies the database. For example:
132132
133-
- GUID
133+
- Name
134134
135135
- Distinguished name (DN)
136136
137-
- Database name
137+
- GUID
138138
139139
If you have multiple databases with the same name, the command retrieves all databases with the same name in the specified scope.
140140

exchange/exchange-ps/exchange/mailbox-databases-and-servers/Get-MailboxRepairRequest.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -81,11 +81,13 @@ This example uses the Database and StoreMailbox parameters to display the Identi
8181
## PARAMETERS
8282

8383
### -Database
84-
The Database parameter specifies the database on which you run this command. If you use this parameter, all mailboxes on the database are searched for corruptions. You can use the following values:
84+
The Database parameter returns mailbox repair requests for all mailboxes on the specified database. You can use any value that uniquely identifies the database. For example:
8585

86-
- GUID of the database
86+
- Name
87+
88+
- Distinguished name (DN)
8789

88-
- Database name
90+
- GUID
8991

9092
You can't use this parameter with the Mailbox parameter.
9193

exchange/exchange-ps/exchange/mailbox-databases-and-servers/Move-DatabasePath.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,13 @@ This example sets a new path for the mailbox database specified by the mailbox d
5151
## PARAMETERS
5252

5353
### -Identity
54-
The Identity parameter specifies the GUID, distinguished name (DN) or name of the database.
54+
The Identity parameter specifies the database that you want to move. You can use any value that uniquely identifies the database. For example:
55+
56+
- Name
57+
58+
- Distinguished name (DN)
59+
60+
- GUID
5561

5662
```yaml
5763
Type: DatabaseIdParameter

exchange/exchange-ps/exchange/mailbox-databases-and-servers/New-MailboxDatabase.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -254,7 +254,13 @@ Accept wildcard characters: False
254254
```
255255
256256
### -PublicFolderDatabase
257-
The PublicFolderDatabase parameter specifies the associated public folder database for the new mailbox database.
257+
The PublicFolderDatabase parameter specifies the associated public folder database for the new mailbox database. You can use any value that uniquely identifies the public folder database. For example:
258+
259+
- Name
260+
261+
- Distinguished name (DN)
262+
263+
- GUID
258264
259265
```yaml
260266
Type: DatabaseIdParameter

exchange/exchange-ps/exchange/mailbox-databases-and-servers/New-MailboxRepairRequest.md

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -122,14 +122,18 @@ Accept wildcard characters: False
122122
```
123123
124124
### -Database
125-
The Database parameter specifies the database on which you run this command. If you use this parameter, all mailboxes on the database are searched for corruptions. To avoid performance issues, you're limited to one active database repair request at a time. You can use the following values:
125+
The Database parameter starts new mailbox repair requests for all mailboxes on the specified database. You can use any value that uniquely identifies the database. For example:
126126
127-
- GUID of the database
127+
- Name
128128
129-
- Database name
129+
- Distinguished name (DN)
130+
131+
- GUID
130132
131133
You can't use this parameter with the Mailbox parameter.
132134
135+
To avoid performance issues, you're limited to one active database repair request at a time.
136+
133137
```yaml
134138
Type: DatabaseIdParameter
135139
Parameter Sets: Database
@@ -143,7 +147,7 @@ Accept wildcard characters: False
143147
```
144148
145149
### -Mailbox
146-
The Mailbox parameter specifies the mailbox on which you run this command. You can use any value that uniquely identifies the mailbox. For example:
150+
The Mailbox parameter starts a new mailbox repair request on the specified mailbox. You can use any value that uniquely identifies the mailbox. For example:
147151
148152
- Name
149153

exchange/exchange-ps/exchange/mailbox-databases-and-servers/Remove-MailboxDatabase.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,13 +44,13 @@ This example removes the mailbox database MailboxDatabase01.
4444
## PARAMETERS
4545

4646
### -Identity
47-
The Identity parameter specifies the mailbox database to remove. You can use one of the following values:
47+
The Identity parameter specifies the mailbox database that you want to remove. You can use any value that uniquely identifies the database. For example:
4848

49-
- GUID
49+
- Name
5050

5151
- Distinguished name (DN)
5252

53-
- Name of the mailbox database
53+
- GUID
5454

5555
```yaml
5656
Type: DatabaseIdParameter

exchange/exchange-ps/exchange/mailbox-databases-and-servers/Remove-StoreMailbox.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,9 +63,11 @@ This example permanently purges all soft-deleted mailboxes from mailbox database
6363
## PARAMETERS
6464

6565
### -Database
66-
The Database parameter specifies the identity of the mailbox database on which the mailbox that you want to remove resides. This parameter accepts the following values:
66+
The Database parameter specifies the mailbox database that contains the mailbox to remove. You can use any value that uniquely identifies the database. For example:
6767

68-
- Database name
68+
- Name
69+
70+
- Distinguished name (DN)
6971

7072
- GUID
7173

exchange/exchange-ps/exchange/mailbox-databases-and-servers/Set-MailboxDatabase.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -780,15 +780,13 @@ Accept wildcard characters: False
780780
### -PublicFolderDatabase
781781
This parameter is available or functional only in Exchange Server 2010.
782782
783-
The PublicFolderDatabase parameter specifies the associated public folder database for this mailbox database. You can use the following values:
783+
The PublicFolderDatabase parameter specifies the associated public folder database for this mailbox database. You can use any value that uniquely identifies the public folder database. For example:
784784
785-
- GUID
785+
- Name
786786
787787
- Distinguished name (DN)
788788
789-
- Name of the public folder database
790-
791-
- Database name
789+
- GUID
792790
793791
```yaml
794792
Type: DatabaseIdParameter

exchange/exchange-ps/exchange/mailbox-databases-and-servers/Test-ExchangeSearch.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,13 @@ Accept wildcard characters: False
179179
### -MailboxDatabase
180180
This parameter is available or functional only in Exchange Server 2010 and 2013.
181181
182-
The MailboxDatabase parameter specifies the mailbox database to test Exchange Search against.
182+
The MailboxDatabase parameter specifies the mailbox database to test Exchange Search against. You can use any value that uniquely identifies the database. For example:
183+
184+
- Name
185+
186+
- Distinguished name (DN)
187+
188+
- GUID
183189
184190
You can't use this parameter with the Identity or Server parameters.
185191

exchange/exchange-ps/exchange/mailbox-databases-and-servers/Update-DatabaseSchema.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,13 +40,13 @@ This example updates the database schema for database DB1.
4040
## PARAMETERS
4141

4242
### -Identity
43-
The Identity parameter specifies the mailbox database for which you want to set one or more attributes. You can use the following values:
43+
The Identity parameter specifies the mailbox database for which you want to set one or more attributes. You can use any value that uniquely identifies the database. For example:
4444

45-
- GUID
45+
- Name
4646

4747
- Distinguished name (DN)
4848

49-
- Name of the mailbox database
49+
- GUID
5050

5151
```yaml
5252
Type: DatabaseIdParameter

exchange/exchange-ps/exchange/mailbox-databases-and-servers/Update-StoreMailboxState.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -56,9 +56,11 @@ This example updates the mailbox state for all disconnected mailboxes on the mai
5656
## PARAMETERS
5757

5858
### -Database
59-
The Database parameter specifies the identity of the mailbox database that contains the mailbox that you want to update the store state for. This parameter accepts the following values:
59+
The Database parameter specifies the mailbox database that contains the mailbox. You can use any value that uniquely identifies the database. For example:
6060

61-
- Database name
61+
- Name
62+
63+
- Distinguished name (DN)
6264

6365
- GUID
6466

@@ -75,7 +77,7 @@ Accept wildcard characters: False
7577
```
7678
7779
### -Identity
78-
The Identity parameter specifies the identity of the mailbox that you want to update the store state for. Use the mailbox GUID as the value for this parameter.
80+
The Identity parameter specifies the mailbox that you want to update. Use the mailbox GUID as the value for this parameter.
7981
8082
Run the following command to obtain the mailbox GUID and other information for all mailboxes in your organization: Get-MailboxDatabase | Get-MailboxStatistics | Format-List DisplayName,MailboxGuid,Database,DisconnectReason,DisconnectDate.
8183

exchange/exchange-ps/exchange/mailboxes/Get-MailboxExportRequest.md

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -143,11 +143,13 @@ Accept wildcard characters: False
143143
### -Database
144144
This parameter is available or functional only in Exchange Server 2010.
145145
146-
The Database parameter specifies the database in which the user's mailbox or archive resides. You can use the following values:
146+
The Database parameter specifies the database in which the user's mailbox or archive resides. You can use any value that uniquely identifies the database. For example:
147147
148-
- GUID of the database
148+
- Name
149+
150+
- Distinguished name (DN)
149151
150-
- Database name
152+
- GUID
151153
152154
You can't use this parameter with the Identity parameter.
153155
@@ -347,9 +349,11 @@ Accept wildcard characters: False
347349
### -RequestQueue
348350
The RequestQueue parameter identifies the request based on the mailbox database where the request is being run. You can use any value that uniquely identifies the database. For example:
349351
350-
- Database GUID
352+
- Name
353+
354+
- Distinguished name (DN)
351355
352-
- Database name
356+
- GUID
353357
354358
You can't use this parameter with the Identity parameter.
355359

exchange/exchange-ps/exchange/mailboxes/Get-MailboxExportRequestStatistics.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -133,9 +133,11 @@ This parameter is for debugging purposes only.
133133
134134
The RequestQueue parameter identifies the request based on the mailbox database where the request is being run. You can use any value that uniquely identifies the database. For example:
135135
136-
- Database GUID
136+
- Name
137137
138-
- Database name
138+
- Distinguished name (DN)
139+
140+
- GUID
139141
140142
You can't use this parameter with the Identity parameter.
141143

0 commit comments

Comments
 (0)