Skip to content

Commit f2e3e7f

Browse files
authored
Merge branch 'main' into patch-1
2 parents 520d3e0 + 69b5dae commit f2e3e7f

17 files changed

+91
-22
lines changed

exchange/exchange-ps/exchange/New-DistributionGroup.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -304,7 +304,7 @@ The HiddenGroupMembershipEnabled switch specifies whether to hide the members of
304304

305305
You can use this setting to help comply with regulations that require you to hide group membership from members or outsiders (for example, a distribution group that represents students enrolled in a class).
306306

307-
**Note**: You can't change this setting after you create the group. If you create the group with hidden membership, you can't edit the group later to reveal the membership to the group, or vice-versa.
307+
**Note**: If you create the group with hidden membership, you can't edit the group later to reveal the membership to the group.
308308

309309
```yaml
310310
Type: SwitchParameter

exchange/exchange-ps/exchange/Set-CalendarProcessing.md

Lines changed: 25 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -114,8 +114,29 @@ Set-CalendarProcessing -Identity "Car 53" -AutomateProcessing AutoAccept -BookIn
114114

115115
This example allows a list of users to submit in-policy meeting requests to the equipment mailbox for Car 53.
116116

117+
The users you specify for the BookInPolicy using this syntax overwrite any existing values.
118+
117119
### Example 7
118120
```powershell
121+
$CurrentBIP = (Get-CalendarProcessing -Identity "Conference Room 1").BookInPolicy
122+
123+
124+
125+
$UpdatedBIP = $CurrentBIP + $AddToBIP
126+
127+
Set-CalendarProcessing -Identity "Conference Room 1" -BookInPolicy $UpdatedBIP
128+
```
129+
130+
This example adds Shiraz and Chris to the BookInPolicy of the room mailbox named Conference Room 1 without affecting any existing BookInPolicy values.
131+
132+
The first command retrieves the current BookInPolicy values of Conference Room 1 and stores them in a variable.
133+
134+
The next two commands identify the new users to add to the BookInPolicy, combine the old and new values, and store the updated list a variable.
135+
136+
The last command updates the BookInPolicy value with the combined list.
137+
138+
### Example 8
139+
```powershell
119140
$group = New-DistributionGroup "Room 221 Booking Allowed"
120141
121142
Update-DistributionGroupMember -Identity $group.Identity -Members [email protected],[email protected] -BypassSecurityGroupManagerCheck:$true
@@ -125,7 +146,7 @@ Set-CalendarProcessing -Identity "Room 221" -AutomateProcessing AutoAccept -Book
125146

126147
This example rejects meeting requests from any user who isn't a member of the "Room 221 Booking Allowed" distribution group.
127148

128-
### Example 8
149+
### Example 9
129150
```powershell
130151
Set-CalendarProcessing -Identity "Room 221" -ProcessExternalMeetingMessages $false
131152
```
@@ -416,7 +437,9 @@ Query-based groups (for example, dynamic distribution groups) aren't supported.
416437
417438
In delegate and principal scenarios, if the delegate or principal is specified by the BookInPolicy parameter, in-policy meeting requests to the resource mailbox are automatically approved.
418439
419-
You can enter multiple values separated by commas. If the values contain spaces or otherwise require quotation marks, use the following syntax: `"Value1","Value2",..."ValueN"`.
440+
To replace the existing list of users or groups with the values you specify, use the syntax `UserOrGroup1,UserOrGroup2,...UserOrGroupN`. If the values contain spaces or otherwise require quotation marks, use the syntax `"UserOrGroup1","UserOrGroup2",..."UserOrGroupN"`.
441+
442+
To add users or groups without affecting the other entries, see Example 7.
420443

421444
```yaml
422445
Type: RecipientIdParameter[]

exchange/exchange-ps/exchange/Set-DistributionGroup.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1003,7 +1003,11 @@ Accept wildcard characters: False
10031003
### -HiddenGroupMembershipEnabled
10041004
This parameter is available only in the cloud-based service.
10051005

1006-
This parameter is reserved for internal Microsoft use.
1006+
The HiddenGroupMembershipEnabled switch specifies whether to hide the members of the distribution group from users who aren't members of the group. You don't need to specify a value with this switch.
1007+
1008+
You can use this setting to help comply with regulations that require you to hide group membership from members or outsiders (for example, a distribution group that represents students enrolled in a class).
1009+
1010+
**Note**: If you hide the membership of the group with this parameter, you can't edit the group later to reveal the membership to the group.
10071011

10081012
```yaml
10091013
Type: SwitchParameter

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -534,7 +534,7 @@ Accept wildcard characters: False
534534
### -SmtpDaneMandatoryModeEnabled
535535
This parameter is available only in the cloud-based service.
536536

537-
{{ Fill SmtpDaneMandatoryModeEnabled Description }}
537+
This parameter is reserved for internal Microsoft use.
538538

539539
```yaml
540540
Type: Boolean

exchange/exchange-ps/exchange/Set-User.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -917,7 +917,7 @@ The PermanentlyClearPreviousMailboxInfo switch specifies whether to clear the Ex
917917

918918
Clearing these attributes might be required in mailbox move and re-licensing scenarios between on-premises Exchange and Microsoft 365. For more information, see [Permanently Clear Previous Mailbox Info](https://techcommunity.microsoft.com/t5/exchange-team-blog/permanently-clear-previous-mailbox-info/ba-p/607619).
919919

920-
**Caution**: This switch permanently deletes the existing cloud mailbox and its associated archive, prevents you from reconnecting to the mailbox, and prevents you from recovering content from the mailbox.
920+
**Caution**: This switch prevents you from reconnecting to the mailbox and prevents you from recovering content from the mailbox.
921921

922922
```yaml
923923
Type: SwitchParameter

teams/teams-ps/teams/Export-CsAcquiredPhoneNumber.md

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -37,27 +37,20 @@ By default, this cmdlet returns all the phone numbers acquired by the tenant wit
3737
- NetworkSiteId
3838
- AvailableCapabilities
3939
- AcquiredCapabilities
40-
- BlockId
41-
- RangeId
4240
- AssignmentStatus
4341
- PlaceName
4442
- ActivationState
4543
- PartnerName
46-
- IsOperatorConnect
4744
- IsoCountryCode
4845
- PortInOrderStatus
49-
- DsuSupported
5046
- CapabilityUpdateSupported
51-
- LocationUpdateSupported
5247
- AcquisitionDate
5348
- TargetId
5449
- TargetType
5550
- AssignmentCategory
56-
- SmsCampaignBriefs
5751
- CallingProfileId
5852
- IsoSubdivisionCode
5953
- NumberSource
60-
- ResourceAccountSharedCallingPolicySupported
6154
- SupportedCustomerActions
6255
- ReverseNumberLookup
6356
- RoutingOptions

teams/teams-ps/teams/Get-CsPhoneNumberAssignment.md

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@ PstnAssignmentStatus : UserAssigned
6262
PstnPartnerId : 7fc2f2eb-89aa-41d7-93de-73d015d22ff0
6363
PstnPartnerName : Microsoft
6464
NumberSource : Online
65+
ReverseNumberLookup : {}
6566
```
6667
This example displays information about the Microsoft Calling Plan subscriber phone number +1 (402) 555-1234. You can see that it is assigned to a user.
6768

@@ -89,6 +90,7 @@ PstnAssignmentStatus : UserAssigned
8990
PstnPartnerId :
9091
PstnPartnerName :
9192
NumberSource : OnPremises
93+
ReverseNumberLookup : {}
9294
```
9395
This example displays information about the Direct Routing phone number +1 (206) 555-1000;ext=524. You can see that it is assigned to a user.
9496

@@ -146,6 +148,33 @@ Get-CsPhoneNumberAssignment -AssignedPstnTargetId 'TeamsSharedCallingRoutingPoli
146148
```
147149
This example returns all phone numbers assigned as emergency numbers in the Teams shared calling routing policy instance SC1.
148150

151+
### Example 12
152+
```powershell
153+
Get-CsPhoneNumberAssignment -TelephoneNumber "+12065551000;ext=524"
154+
```
155+
```output
156+
TelephoneNumber : +12065551000;ext=524
157+
OperatorId : 83d289bc-a4d3-41e6-8a3f-cff260a3f091
158+
NumberType : DirectRouting
159+
ActivationState : Activated
160+
AssignedPstnTargetId : 2713551e-ed63-415d-9175-fc4ff825a0be
161+
AssignmentCategory : Primary
162+
Capability : {ConferenceAssignment, VoiceApplicationAssignment, UserAssignment}
163+
City :
164+
CivicAddressId : 00000000-0000-0000-0000-000000000000
165+
IsoCountryCode :
166+
IsoSubdivision :
167+
LocationId : 00000000-0000-0000-0000-000000000000
168+
LocationUpdateSupported : True
169+
NetworkSiteId :
170+
PortInOrderStatus :
171+
PstnAssignmentStatus : UserAssigned
172+
PstnPartnerId :
173+
PstnPartnerName :
174+
NumberSource : OnPremises
175+
ReverseNumberLookup : {SkipInternalVoip}
176+
```
177+
This example displays when SkipInternalVoip option is turned on for a number.
149178

150179
## PARAMETERS
151180

@@ -482,6 +511,9 @@ The phone number. The number is always displayed with prefixed "+", even if it w
482511
483512
The object returned is of type SkypeTelephoneNumberMgmtCmdletAcquiredTelephoneNumber.
484513
514+
### ReverseNumberLookup
515+
Status of Reverse Number Lookup (RNL). When it is set to SkipInternalVoip, the calls are handled through external PSTN connection instead of internal VoIP lookup.
516+
485517
## NOTES
486518
The cmdlet is available in Teams PowerShell module 4.0.0 or later. The parameter AssignmentCategory was introduced in Teams PowerShell module 5.3.1-preview. The parameter NetworkSiteId was introduced in Teams PowerShell module 5.5.0. The output parameter NumberSource was introduced in Teams PowerShell module 5.7.0.
487519

teams/teams-ps/teams/Get-CsTeamsAcsFederationConfiguration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ Federation between Teams and Azure Communication Services (ACS) allows users of
2828

2929
This cmdlet is used retrieve the Teams and ACS federation configuration for a Teams tenant.
3030

31-
You must be a Teams service admin, a Teams communication admin, or Global Administrator for your organization to run the cmdlet.
31+
You must be a Teams service admin or a Teams communication admin for your organization to run the cmdlet.
3232

3333
## Examples
3434

teams/teams-ps/teams/Get-CsTeamsEducationConfiguration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ Get-CsTeamsEducationConfiguration
2424

2525
This cmdlet is used to retrieve the organization-wide education configuration for Teams which contains settings that are applicable to education organizations.
2626

27-
You must be a Teams Service Administrator or a Global Administrator for your organization to run the cmdlet.
27+
You must be a Teams Service Administrator for your organization to run the cmdlet.
2828

2929
## Examples
3030

teams/teams-ps/teams/Get-CsTeamsSipDevicesConfiguration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ Get-CsTeamsSipDevicesConfiguration
2424

2525
This cmdlet is used to retrieve the organization-wide Teams SIP devices configuration which contains settings that are applicable to SIP devices connected to Teams using Teams Sip Gateway.
2626

27-
To execute the cmdlet, you need to hold a role within your organization such as Global Administrator, Global Reader, Teams Administrator, or Teams Communication Administrator.
27+
To execute the cmdlet, you need to hold a role within your organization such as Global Reader, Teams Administrator, or Teams Communication Administrator.
2828

2929
## Examples
3030

0 commit comments

Comments
 (0)