Skip to content

Commit 276ef82

Browse files
authored
Merge branch 'main' into main
2 parents 43dc367 + 7061931 commit 276ef82

10 files changed

+372
-23
lines changed

.github/workflows/StaleBranch.yml

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,17 @@ name: (Scheduled) Stale branch removal
22

33
permissions:
44
contents: write
5-
5+
6+
# This workflow is designed to be run in the days up to, and including, a "deletion day", specified by 'DeleteOnDayOfMonth' in env: in https://github.com/MicrosoftDocs/microsoft-365-docs/blob/workflows-prod/.github/workflows/Shared-StaleBranch.yml.
7+
# On the days leading up to "deletion day", the workflow will report the branches to be deleted. This lets users see which branches will be deleted. On "deletion day", those branches are deleted.
8+
# The workflow should not be configured to run after "deletion day" so that users can review the branches were deleted.
9+
# Recommendation: configure cron to run on days 1,15-31 where 1 is what's configured in 'DeleteOnDayOfMonth'. If 'DeleteOnDayOfMonth' is set to something else, update cron to run the two weeks leading up to it.
10+
611
on:
712
schedule:
8-
- cron: "0 9 1 * *"
13+
- cron: "0 9 1,15-31 * *"
914

10-
# workflow_dispatch:
15+
workflow_dispatch:
1116

1217

1318
jobs:

exchange/exchange-ps/exchange/Set-MailUser.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1569,7 +1569,13 @@ Accept wildcard characters: False
15691569
### -ExcludeFromAllOrgHolds
15701570
This parameter is available only in the cloud-based service.
15711571

1572-
{{ Fill ExcludeFromAllOrgHolds Description }}
1572+
The ExcludeFromAllOrgHolds switch specifies whether to exclude the soft-deleted mail user from all organization-wide Microsoft 365 retention policies. You don't need to specify a value with this switch.
1573+
1574+
When you use this switch, use one of the following values to uniquely identify the soft-deleted mail user in the Identity parameter:
1575+
1576+
- DistinguishedName
1577+
- Guid
1578+
- ExchangeGuid
15731579

15741580
```yaml
15751581
Type: SwitchParameter
Lines changed: 58 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,58 @@
1+
---
2+
external help file: Microsoft.Teams.ConfigAPI.Cmdlets-help.xml
3+
Module Name: Microsoft.Teams.ConfigAPI.Cmdlets
4+
online version: https://learn.microsoft.com/powershell/module/teams/get-csphonenumbertag
5+
applicable: Microsoft Teams
6+
title: Get-CsPhoneNumberTag
7+
author: pavellatif
8+
ms.author: pavellatif
9+
ms.reviewer: pavellatif
10+
manager: roykuntz
11+
schema: 2.0.0
12+
---
13+
14+
# Get-CsPhoneNumberTag
15+
16+
## SYNOPSIS
17+
This cmdlet allows the admin to get a list of existing tags for telephone numbers.
18+
19+
## SYNTAX
20+
21+
```
22+
Get-CsPhoneNumberTag [<CommonParameters>]
23+
```
24+
25+
## DESCRIPTION
26+
This cmdlet will get a list of all existing tags that are assigned to phone numbers in the tenant.
27+
28+
## EXAMPLES
29+
30+
### Example 1
31+
```powershell
32+
PS C:\> Get-CsPhoneNumberTag
33+
```
34+
```output
35+
TagValue
36+
HR
37+
Redmond HQ
38+
Executives
39+
```
40+
41+
This example shows how to get a list of existing tags for telephone numbers
42+
43+
## PARAMETERS
44+
45+
### CommonParameters
46+
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](http://go.microsoft.com/fwlink/?LinkID=113216).
47+
48+
## INPUTS
49+
50+
### None
51+
52+
## OUTPUTS
53+
54+
### Microsoft.Teams.ConfigAPI.Cmdlets.Generated.Models.ISkypeTelephoneNumberMgmtCmdletTenantTagRecord
55+
56+
## NOTES
57+
58+
## RELATED LINKS

teams/teams-ps/teams/New-CsTeamsEventsPolicy.md

Lines changed: 23 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Module Name: MicrosoftTeams
44
online version: https://learn.microsoft.com/powershell/module/teams/new-csteamseventspolicy
55
title: New-CsTeamsEventsPolicy
66
schema: 2.0.0
7-
ms.date: 02/26/2025
7+
ms.date: 04/22/2025
88
---
99

1010
# New-CsTeamsEventsPolicy
@@ -18,7 +18,7 @@ This cmdlet allows you to create a new TeamsEventsPolicy instance and set its pr
1818
New-CsTeamsEventsPolicy [-Identity] <String> [-AllowWebinars <String>] [-AllowTownhalls <String>] [-AllowEmailEditing <String>] [-Description <String>]
1919
[-TownhallEventAttendeeAccess <String>] [-RecordingForTownhall <String>] [-RecordingForWebinar <String>]
2020
[-TranscriptionForTownhall <String>] [-TranscriptionForWebinar <String>] [-AllowEventIntegrations <Boolean>] [-TownhallChatExperience <String>]
21-
[-UseMicrosoftECDN <String>] [-EventAccessType <String>] [-WhatIf] [-Confirm] [<CommonParameters>]
21+
[-UseMicrosoftECDN <String>] [-EventAccessType <String>] [-ParticipantSlideControl <String>] [-WhatIf] [-Confirm] [<CommonParameters>]
2222
```
2323

2424
## DESCRIPTION
@@ -295,6 +295,27 @@ Accept pipeline input: False
295295
Accept wildcard characters: False
296296
```
297297
298+
### -ParticipantSlideControl
299+
This setting governs whether participants can give control of presentation slides during meetings scheduled by this user. Set the type of users you want to be able to give control and be given control of presentation slides in meetings. Users excluded from the selected group will be prohibitted from giving control, or being given control, in a meeting.
300+
301+
Possible values are:
302+
- **Everyone**: Anyone with the join link may enter the event.
303+
- **EveryoneInOrganization**: Only internal AAD users and Multi-Tenant Organization (MTO) users can give or take control.
304+
- **EveryoneInOrganizationAndGuests**: Only those who are Guests to the tenant, MTO users, and internal AAD users may enter the event.
305+
- **None**: No one in the meeting can give or take control.
306+
307+
```yaml
308+
Type: String
309+
Parameter Sets: (All)
310+
Aliases:
311+
312+
Required: False
313+
Position: Named
314+
Default value: EveryoneInOrganization
315+
Accept pipeline input: False
316+
Accept wildcard characters: False
317+
```
318+
298319
### -Confirm
299320
The Confirm switch does not work with this cmdlet.
300321

teams/teams-ps/teams/New-CsTeamsVoiceApplicationsPolicy.md

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@ Accept wildcard characters: False
183183

184184
### -AllowAutoAttendantTimeZoneChange
185185

186-
_This option is not currently available in Queues app._
186+
_This feature is not currently available to authorized users._
187187

188188
When set to `True`, users affected by the policy will be allowed to change the auto attendant's time zone. When set to `False` (the default value), users affected by the policy won't be allowed to change the auto attendant's time zone.
189189

@@ -201,7 +201,7 @@ Accept wildcard characters: False
201201

202202
### -AllowAutoAttendantLanguageChange
203203

204-
_This option is not currently available in Queues app._
204+
_This feature is not currently available to authorized users._
205205

206206
When set to `True`, users affected by the policy will be allowed to change the auto attendant's language. When set to `False` (the default value), users affected by the policy won't be allowed to change the auto attendant's language.
207207

@@ -349,7 +349,7 @@ Accept wildcard characters: False
349349

350350
### -AllowCallQueueLanguageChange
351351

352-
_This option is not currently available in Queues app._
352+
_This feature is not currently available to authorized users._
353353

354354
When set to `True`, users affected by the policy will be allowed to change the call queue's language. When set to `False` (the default value), users affected by the policy won't be allowed to change the call queue's language.
355355

@@ -511,8 +511,6 @@ Accept wildcard characters: False
511511

512512
### -CallQueueAgentMonitorMode
513513

514-
_This option is not currently available in Queues app._
515-
516514
PARAMVALUE: Disabled | Monitor | Whisper | Barge | Takeover
517515

518516
When set to `Disabled` (the default value), users affected by the policy won't be allowed to monitor call sessions.
@@ -540,8 +538,6 @@ Accept wildcard characters: False
540538

541539
### -CallQueueAgentMonitorNotificationMode
542540

543-
_This option is not currently available in Queues app._
544-
545541
PARAMVALUE: Disabled | Agent
546542

547543
When set to `Disabled` (the default value), users affected by the policy won't be allowed to monitor agents during call sessions.
Lines changed: 82 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,82 @@
1+
---
2+
external help file: Microsoft.Teams.ConfigAPI.Cmdlets-help.xml
3+
Module Name: Microsoft.Teams.ConfigAPI.Cmdlets
4+
online version: https://learn.microsoft.com/powershell/module/teams/remove-csphonenumbertag
5+
applicable: Microsoft Teams
6+
title: Remove-CsPhoneNumberTag
7+
author: pavellatif
8+
ms.author: pavellatif
9+
ms.reviewer: pavellatif
10+
manager: roykuntz
11+
schema: 2.0.0
12+
---
13+
14+
# Remove-CsPhoneNumberTag
15+
16+
## SYNOPSIS
17+
This cmdlet allows admin to remove a tag from phone number.
18+
19+
## SYNTAX
20+
21+
```
22+
Remove-CsPhoneNumberTag -Tag <String> [-PhoneNumber <String>] [<CommonParameters>]
23+
```
24+
25+
## DESCRIPTION
26+
This cmdlet allows telephone number administrators to remove existing tags from any telephone numbers. This method does not delete the tag from the system if the tag is assigned to other telephone numbers.
27+
28+
## EXAMPLES
29+
30+
### Example 1
31+
```powershell
32+
PS C:\> Remove-CsPhoneNumberTag -PhoneNumber +123456789 -Tag "HR"
33+
```
34+
35+
This example shows how to remove the tag "HR" from telephone number +123456789.
36+
37+
## PARAMETERS
38+
39+
### -PhoneNumber
40+
Indicates the phone number for the the tag to be removed from
41+
42+
```yaml
43+
Type: String
44+
Parameter Sets: (All)
45+
Aliases:
46+
47+
Required: False
48+
Position: Named
49+
Default value: None
50+
Accept pipeline input: False
51+
Accept wildcard characters: False
52+
```
53+
54+
### -Tag
55+
Indicates the tag to be removed.
56+
57+
```yaml
58+
Type: String
59+
Parameter Sets: (All)
60+
Aliases:
61+
62+
Required: True
63+
Position: Named
64+
Default value: None
65+
Accept pipeline input: False
66+
Accept wildcard characters: False
67+
```
68+
69+
### CommonParameters
70+
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](http://go.microsoft.com/fwlink/?LinkID=113216).
71+
72+
## INPUTS
73+
74+
### None
75+
76+
## OUTPUTS
77+
78+
### System.Boolean
79+
80+
## NOTES
81+
82+
## RELATED LINKS
Lines changed: 82 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,82 @@
1+
---
2+
external help file: Microsoft.Teams.ConfigAPI.Cmdlets-help.xml
3+
Module Name: Microsoft.Teams.ConfigAPI.Cmdlets
4+
online version: https://learn.microsoft.com/powershell/module/teams/set-csphonenumbertag
5+
applicable: Microsoft Teams
6+
title: Set-CsPhoneNumberTag
7+
author: pavellatif
8+
ms.author: pavellatif
9+
ms.reviewer: pavellatif
10+
manager: roykuntz
11+
schema: 2.0.0
12+
---
13+
14+
# Set-CsPhoneNumberTag
15+
16+
## SYNOPSIS
17+
This cmdlet allows the admin to create and assign a tag to a phone number.
18+
19+
## SYNTAX
20+
21+
```
22+
Set-CsPhoneNumberTag -PhoneNumber <String> -Tag <String> [<CommonParameters>]
23+
```
24+
25+
## DESCRIPTION
26+
This cmdlet allows telephone number administrators to create and assign tags to phone numbers. Tags can be up to 50 characters long, including spaces, and can contain multiple words. They are not case-sensitive. Each phone number can have up to 50 tags assigned. To improve readability, it is recommended to avoid assigning too many tags to a single phone number. If the desired tag already exist, the telephone number will get assigned the existing tag. If the tag is not already available, a new tag will be created. [Get-CsPhoneNumberTag](https://learn.microsoft.com/powershell/module/teams/get-csphonenumbertag) can be used to check a list of already existing tags. The tags can be used as a filter for [Get-CsPhoneNumberAssignment](https://learn.microsoft.com/powershell/module/teams/get-csphonenumberassignment) to filter on certain list.
27+
28+
## EXAMPLES
29+
30+
### Example 1
31+
```powershell
32+
PS C:\> Set-CsPhoneNumberTag -PhoneNumber +123456789 -Tag "HR"
33+
```
34+
Above example shows how to set a "HR" tag to +123456789 number.
35+
36+
## PARAMETERS
37+
38+
### -PhoneNumber
39+
Indicates the phone number for the the tag to be assigned
40+
41+
```yaml
42+
Type: String
43+
Parameter Sets: (All)
44+
Aliases:
45+
46+
Required: True
47+
Position: Named
48+
Default value: None
49+
Accept pipeline input: False
50+
Accept wildcard characters: False
51+
```
52+
53+
### -Tag
54+
Indicates the tag to be assigned or created.
55+
56+
```yaml
57+
Type: String
58+
Parameter Sets: (All)
59+
Aliases:
60+
61+
Required: True
62+
Position: Named
63+
Default value: None
64+
Accept pipeline input: False
65+
Accept wildcard characters: False
66+
```
67+
68+
69+
### CommonParameters
70+
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](http://go.microsoft.com/fwlink/?LinkID=113216).
71+
72+
## INPUTS
73+
74+
### None
75+
76+
## OUTPUTS
77+
78+
### System.Boolean
79+
80+
## NOTES
81+
82+
## RELATED LINKS

teams/teams-ps/teams/Set-CsTeamsEventsPolicy.md

Lines changed: 23 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Module Name: MicrosoftTeams
44
online version: https://learn.microsoft.com/powershell/module/teams/set-csteamseventspolicy
55
title: Set-CsTeamsEventsPolicy
66
schema: 2.0.0
7-
ms.date: 02/26/2025
7+
ms.date: 04/22/2025
88
---
99

1010
# Set-CsTeamsEventsPolicy
@@ -21,7 +21,7 @@ Set-CsTeamsEventsPolicy [-AllowWebinars <String>] [-EventAccessType <String>] [-
2121
[-AllowedTownhallTypesForRecordingPublish <String>] [-TownhallChatExperience <String>] [-Description <String>]
2222
[-RecordingForTownhall <String>] [-RecordingForWebinar <String>]
2323
[-TranscriptionForTownhall <String>] [-TranscriptionForWebinar <String>]
24-
[-UseMicrosoftECDN <Boolean>]
24+
[-UseMicrosoftECDN <Boolean>] [-ParticipantSlideControl <String>]
2525
[-Identity] <String> [-Force] [-WhatIf] [-Confirm] [<CommonParameters>]
2626
```
2727

@@ -388,6 +388,27 @@ Accept pipeline input: False
388388
Accept wildcard characters: False
389389
```
390390
391+
### -ParticipantSlideControl
392+
This setting governs whether participants can give control of presentation slides during meetings scheduled by this user. Set the type of users you want to be able to give control and be given control of presentation slides in meetings. Users excluded from the selected group will be prohibitted from giving control, or being given control, in a meeting.
393+
394+
Possible values are:
395+
- **Everyone**: Anyone with the join link may enter the event.
396+
- **EveryoneInOrganization**: Only internal AAD users and Multi-Tenant Organization (MTO) users can give or take control.
397+
- **EveryoneInOrganizationAndGuests**: Only those who are Guests to the tenant, MTO users, and internal AAD users may enter the event.
398+
- **None**: No one in the meeting can give or take control.
399+
-
400+
```yaml
401+
Type: String
402+
Parameter Sets: (All)
403+
Aliases:
404+
405+
Required: False
406+
Position: Named
407+
Default value: EveryoneInOrganization
408+
Accept pipeline input: False
409+
Accept wildcard characters: False
410+
```
411+
391412
### -Confirm
392413
The Confirm switch does not work with this cmdlet.
393414

0 commit comments

Comments
 (0)