Skip to content

Commit bf3e5b0

Browse files
authored
Merge pull request #10299 from MicrosoftDocs/chrisda
Chrisda to Main
2 parents d721d8c + d074f07 commit bf3e5b0

File tree

8 files changed

+47
-19
lines changed

8 files changed

+47
-19
lines changed

exchange/exchange-ps/exchange/Get-CASMailbox.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -405,11 +405,11 @@ The RecipientTypeDetails parameter filters the results by the specified recipien
405405
- EquipmentMailbox
406406
- LegacyMailbox
407407
- LinkedMailbox
408-
- LinkedRoomMailbox
408+
- LinkedRoomMailbox (Exchange 2013 or later and cloud)
409409
- MailUser
410410
- RoomMailbox
411411
- SharedMailbox
412-
- TeamMailbox
412+
- TeamMailbox (Exchange 2013 or later and cloud)
413413
- UserMailbox
414414

415415
You can specify multiple values separated by commas.

exchange/exchange-ps/exchange/Get-DataRetentionReport.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,8 @@ The StartDate parameter specifies the start date of the date range.
106106
107107
Use the short date format that's defined in the Regional Options settings on the computer where you're running the command. For example, if the computer is configured to use the short date format mm/dd/yyyy, enter 09/01/2018 to specify September 1, 2018. You can enter the date only, or you can enter the date and time of day. If you enter the date and time of day, enclose the value in quotation marks ("), for example, "09/01/2018 5:00 PM".
108108
109+
The StartDate value can't be older than 92 days from today.
110+
109111
```yaml
110112
Type: DateTime
111113
Parameter Sets: (All)

exchange/exchange-ps/exchange/Get-EXORecipient.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -343,6 +343,7 @@ The RecipientTypeDetails parameter filters the results by the specified recipien
343343
- RoomMailbox
344344
- SchedulingMailbox
345345
- SharedMailbox
346+
- SharedWithMailUser
346347
- TeamMailbox
347348
- UserMailbox
348349

exchange/exchange-ps/exchange/Get-Group.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -260,7 +260,10 @@ The RecipientTypeDetails parameter filters the results by the specified group su
260260
- MailNonUniversalGroup
261261
- MailUniversalDistributionGroup
262262
- MailUniversalSecurityGroup
263+
- NonUniversalGroup (on-premises Exchange Server only)
263264
- RoomList
265+
- UniversalDistributionGroup (on-premises Exchange Server only)
266+
- UniversalSecurityGroup (on-premises Exchange Server only)
264267

265268
You can specify multiple values separated by commas.
266269

exchange/exchange-ps/exchange/Get-Mailbox.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -623,14 +623,14 @@ The RecipientTypeDetails parameter filters the results by the specified mailbox
623623

624624
- DiscoveryMailbox
625625
- EquipmentMailbox
626-
- GroupMailbox
626+
- GroupMailbox (Exchange 2013 or later and cloud)
627627
- LegacyMailbox
628628
- LinkedMailbox
629-
- LinkedRoomMailbox
629+
- LinkedRoomMailbox (Exchange 2013 or later and cloud)
630630
- RoomMailbox
631-
- SchedulingMailbox
631+
- SchedulingMailbox (Exchange 2016 or later and cloud)
632632
- SharedMailbox
633-
- TeamMailbox
633+
- TeamMailbox (Exchange 2013 or later and cloud)
634634
- UserMailbox
635635

636636
You can specify multiple values separated by commas.

exchange/exchange-ps/exchange/Get-Recipient.md

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -508,29 +508,30 @@ The RecipientTypeDetails parameter filters the results by the specified recipien
508508
- DiscoveryMailbox
509509
- DynamicDistributionGroup
510510
- EquipmentMailbox
511-
- GroupMailbox
512-
- GuestMailUser
511+
- GroupMailbox (Exchange 2013 or later and cloud)
512+
- GuestMailUser (Exchange 2016 or later and cloud)
513513
- LegacyMailbox
514514
- LinkedMailbox
515-
- LinkedRoomMailbox
515+
- LinkedRoomMailbox (Exchange 2013 or later and cloud)
516516
- MailContact
517517
- MailForestContact
518518
- MailNonUniversalGroup
519519
- MailUniversalDistributionGroup
520520
- MailUniversalSecurityGroup
521521
- MailUser
522522
- PublicFolder
523-
- PublicFolderMailbox
523+
- PublicFolderMailbox (Exchange 2013 or later and cloud)
524524
- RemoteEquipmentMailbox
525525
- RemoteRoomMailbox
526526
- RemoteSharedMailbox
527-
- RemoteTeamMailbox
527+
- RemoteTeamMailbox (Exchange 2013 or later and cloud)
528528
- RemoteUserMailbox
529529
- RoomList
530530
- RoomMailbox
531-
- SchedulingMailbox
531+
- SchedulingMailbox (Exchange 2016 or later and cloud)
532532
- SharedMailbox
533-
- TeamMailbox
533+
- SharedWithMailUser (cloud only)
534+
- TeamMailbox (Exchange 2013 or later and cloud)
534535
- UserMailbox
535536

536537
You can specify multiple values separated by commas.

exchange/exchange-ps/exchange/Get-User.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -385,18 +385,20 @@ The RecipientTypeDetails parameter filters the results by the specified user sub
385385
- GuestMailUser
386386
- LegacyMailbox
387387
- LinkedMailbox
388+
- LinkedRoomMailbox (Exchange 2013 or later and cloud)
388389
- LinkedUser
389390
- MailUser
390-
- PublicFolderMailbox
391+
- PublicFolderMailbox (Exchange 2013 or later and cloud)
391392
- RemoteEquipmentMailbox
392393
- RemoteRoomMailbox
393394
- RemoteSharedMailbox
394-
- RemoteTeamMailbox
395+
- RemoteTeamMailbox (Exchange 2013 or later and cloud)
395396
- RemoteUserMailbox
396397
- RoomMailbox
397-
- SchedulingMailbox
398+
- SchedulingMailbox (Exchange 2016 or later and cloud)
398399
- SharedMailbox
399-
- TeamMailbox
400+
- ShareWithMailUser (cloud only)
401+
- TeamMailbox (Exchange 2013 or later and cloud)
400402
- User
401403
- UserMailbox
402404

exchange/exchange-ps/exchange/Set-Place.md

Lines changed: 21 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ Set-Place [-Identity] <RecipientIdParameter>
3030
[-City <String>]
3131
[-Confirm]
3232
[-CountryOrRegion <CountryInfo>]
33+
[-Desks <RecipientIdParameter[]>]
3334
[-DisplayDeviceName <String>]
3435
[-Floor <System.Int32>]
3536
[-FloorLabel <String>]
@@ -194,6 +195,22 @@ Accept pipeline input: False
194195
Accept wildcard characters: False
195196
```
196197
198+
### -Desks
199+
{{ Fill Desks Description }}
200+
201+
```yaml
202+
Type: RecipientIdParameter[]
203+
Parameter Sets: (All)
204+
Aliases:
205+
Applicable: Exchange Online
206+
207+
Required: False
208+
Position: Named
209+
Default value: None
210+
Accept pipeline input: False
211+
Accept wildcard characters: False
212+
```
213+
197214
### -DisplayDeviceName
198215
The DisplayDeviceName parameter specifies the name of the display device in the room. If the value contains spaces, enclose the value in quotation marks (").
199216
@@ -301,9 +318,9 @@ Accept wildcard characters: False
301318
```
302319
303320
### -MTREnabled
304-
**Note**: Currently, this parameter is informational only and results in no additional funcationality.
321+
**Note**: Currently, this parameter is informational only and results in no additional functionality.
305322
306-
The MTREnabled parameter identfies the room as configured with a Microsoft Teams room system. You can add Teams room systems as audio sources in Teams meetings that involve the room. Valid values are:
323+
The MTREnabled parameter identifies the room as configured with a Microsoft Teams room system. You can add Teams room systems as audio sources in Teams meetings that involve the room. Valid values are:
307324
308325
- $true: The room is has a Teams room system. You can add the Teams room system to Microsoft Teams meetings when selecting to join a meeting with room audio.
309326
- $false: The room is does not have a Teams room system. Users will join Teams meetings using their PC or mobile device audio instead of using room audio. This is the default value.
@@ -356,6 +373,8 @@ Accept wildcard characters: False
356373
```
357374
358375
### -SpaceType
376+
**Note**: Currently, this parameter is not available in all organizations.
377+
359378
The SpaceType parameter specifies the type of space. Valid values are:
360379
361380
- CustomerSpace

0 commit comments

Comments
 (0)