Skip to content

Commit 2898757

Browse files
committed
Merge branch 'main' into QP-chrisda
2 parents c82db31 + 15c048c commit 2898757

8 files changed

+354
-8
lines changed
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-CsTeamsCallingPolicy.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -397,8 +397,8 @@ Accept wildcard characters: False
397397
Setting this parameter lets you control how Copilot is used during calls and if transcription is needed to be turned on and saved after the call.
398398
399399
Valid options are:
400-
- Enabled: Copilot can work with or without transcription during calls.
401-
- EnabledWithTranscript: Copilot will only work when transcription is enabled during calls. This is the default value.
400+
- Enabled: Copilot can work with or without transcription during calls. This is the default value.
401+
- EnabledWithTranscript: Copilot will only work when transcription is enabled during calls.
402402
- Disabled: Copilot is disabled for calls.
403403
404404
```yaml

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
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-CsTeamsCallingPolicy.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -401,8 +401,8 @@ Accept wildcard characters: False
401401
Setting this parameter lets you control how Copilot is used during calls and if transcription is needed to be turned on and saved after the call.
402402
403403
Valid options are:
404-
- Enabled: Copilot can work with or without transcription during calls.
405-
- EnabledWithTranscript: Copilot will only work when transcription is enabled during calls. This is the default value.
404+
- Enabled: Copilot can work with or without transcription during calls. This is the default value.
405+
- EnabledWithTranscript: Copilot will only work when transcription is enabled during calls.
406406
- Disabled: Copilot is disabled for calls.
407407
408408
```yaml

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)