Skip to content

Commit 5a220bb

Browse files
authored
Merge pull request #12387 from MicrosoftDocs/Teams-chrisda
Adding missing sections
2 parents 2cf796c + 2920f6d commit 5a220bb

21 files changed

+223
-128
lines changed

teams/teams-ps/teams/Get-CsTeamsMessagingPolicy.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
external help file: Microsoft.Rtc.Management.Hosted.dll-help.xml
2+
external help file: Microsoft.Rtc.Management.Hosted.dll-help.xml
33
online version: https://learn.microsoft.com/powershell/module/teams/get-csteamsmessagingpolicy
44
applicable: Microsoft Teams
55
title: Get-CsTeamsMessagingPolicy
@@ -105,11 +105,13 @@ Accept pipeline input: False
105105
Accept wildcard characters: False
106106
```
107107
108+
### CommonParameters
109+
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](https://go.microsoft.com/fwlink/?LinkID=113216).
110+
108111
## INPUTS
109112
110113
### None
111114
112-
113115
## OUTPUTS
114116
115117
### System.Object

teams/teams-ps/teams/Get-CsTeamsNetworkRoamingPolicy.md

Lines changed: 18 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ applicable: Microsoft Teams
66
title: Get-CsTeamsNetworkRoamingPolicy
77
author: TristanChen-msft
88
ms.author: jiaych
9-
ms.reviewer:
9+
ms.reviewer:
1010
manager: mreddy
1111
schema: 2.0.0
1212
---
@@ -19,13 +19,18 @@ Get-CsTeamsNetworkRoamingPolicy allows IT Admins to view policies for the Networ
1919

2020
## SYNTAX
2121

22+
### Identity (Default)
2223
```
23-
Get-CsTeamsNetworkRoamingPolicy [-Tenant <System.Guid>] [[-Identity] <XdsIdentity>]
24+
Get-CsTeamsNetworkRoamingPolicy [-Identity <String>]
25+
[-MsftInternalProcessingMode <String>]
26+
[<CommonParameters>]
2427
```
2528

2629
### Filter
2730
```
28-
Get-CsTeamsNetworkRoamingPolicy [-Tenant <Guid>] [-Filter <String>]
31+
Get-CsTeamsNetworkRoamingPolicy [-Filter <String>]
32+
[-MsftInternalProcessingMode <String>]
33+
[<CommonParameters>]
2934
```
3035

3136
## DESCRIPTION
@@ -35,7 +40,7 @@ The TeamsNetworkRoamingPolicy cmdlets enable administrators to provide specific
3540

3641
More on the impact of bit rate setting on bandwidth can be found [here](https://learn.microsoft.com/microsoftteams/prepare-network).
3742

38-
To enable the network roaming policy for users who are not Enterprise Voice enabled, you must also enable the AllowNetworkConfigurationSettingsLookup setting in TeamsMeetingPolicy. This setting is off by default. See Set-TeamsMeetingPolicy for more information on how to enable AllowNetworkConfigurationSettingsLookup for users who are not Enterprise Voice enabled.
43+
To enable the network roaming policy for users who are not Enterprise Voice enabled, you must also enable the AllowNetworkConfigurationSettingsLookup setting in TeamsMeetingPolicy. This setting is off by default. See Set-TeamsMeetingPolicy for more information on how to enable AllowNetworkConfigurationSettingsLookup for users who are not Enterprise Voice enabled.
3944

4045
## EXAMPLES
4146

@@ -61,22 +66,8 @@ Unique identifier of the policy to be returned.
6166
If this parameter is omitted, then all the Teams Network Roaming Policies configured for use in your organization will be returned.
6267

6368
```yaml
64-
Type: XdsIdentity
65-
Parameter Sets: (All)
66-
Aliases:
67-
68-
Required: False
69-
Position: Named
70-
Default value: None
71-
Accept pipeline input: False
72-
Accept wildcard characters: False
73-
```
74-
75-
### -Tenant
76-
77-
```yaml
78-
Type: Guid
79-
Parameter Sets: (All)
69+
Type: String
70+
Parameter Sets: Identity
8071
Aliases:
8172

8273
Required: False
@@ -91,7 +82,7 @@ Enables you to use wildcard characters when indicating the policy (or policies)
9182
9283
```yaml
9384
Type: String
94-
Parameter Sets: (All)
85+
Parameter Sets: Filter
9586
Aliases:
9687

9788
Required: False
@@ -101,10 +92,11 @@ Accept pipeline input: False
10192
Accept wildcard characters: False
10293
```
10394
104-
### -LocalStore
95+
### -MsftInternalProcessingMode
96+
Internal Microsoft use only.
10597
10698
```yaml
107-
Type: SwitchParameter
99+
Type: String
108100
Parameter Sets: (All)
109101
Aliases:
110102

@@ -115,6 +107,9 @@ Accept pipeline input: False
115107
Accept wildcard characters: False
116108
```
117109
110+
### CommonParameters
111+
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](https://go.microsoft.com/fwlink/?LinkID=113216).
112+
118113
## INPUTS
119114
120115
### None

teams/teams-ps/teams/Get-M365UnifiedTenantSettings.md

Lines changed: 11 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -82,19 +82,23 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable
8282
8383
### System.Object
8484
85-
**SettingName**
85+
**SettingName**
8686
Setting Name returned.
8787
88-
**SettingValue**
89-
The status of this setting in the tenant.
88+
**SettingValue**
89+
The status of this setting in the tenant.
9090
Values:
9191
9292
- All
9393
- None
9494
- Some (only applicable for EnableCopilotExtensibility)
9595
96-
**Users**
97-
The list of users this setting is applicable to (only applicable for EnableCopilotExtensibility).
96+
**Users**
97+
The list of users this setting is applicable to (only applicable for EnableCopilotExtensibility).
9898
99-
**Groups**
100-
The list of groups this setting is applicable to (only applicable for EnableCopilotExtensibility).
99+
**Groups**
100+
The list of groups this setting is applicable to (only applicable for EnableCopilotExtensibility).
101+
102+
## NOTES
103+
104+
## RELATED LINKS

teams/teams-ps/teams/Grant-CsTeamsFeedbackPolicy.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ Accept wildcard characters: False
9696
```
9797
9898
### -Identity
99-
Indicates the identity of the user account the policy should be assigned to.
99+
Indicates the identity of the user account the policy should be assigned to.
100100
101101
```yaml
102102
Type: Object
@@ -201,13 +201,17 @@ Accept pipeline input: False
201201
Accept wildcard characters: False
202202
```
203203
204+
### CommonParameters
205+
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](https://go.microsoft.com/fwlink/?LinkID=113216).
206+
204207
## INPUTS
205208
206209
### Microsoft.Rtc.Management.AD.UserIdParameter
207210
208211
## OUTPUTS
209212
210213
### System.Object
214+
211215
## NOTES
212216
213217
## RELATED LINKS

teams/teams-ps/teams/Grant-CsTeamsIPPhonePolicy.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ schema: 2.0.0
1717

1818
Use the Grant-CsTeamsIPPhonePolicy cmdlet to assign a set of Teams phone policies to a user account or group of user accounts. Teams phone policies determine the features that are available to users of Teams phones. For example, you might enable the hot desking feature for some users while disabling it for others.
1919

20-
2120
## SYNTAX
2221

2322
### Identity (Default)
@@ -39,9 +38,9 @@ Grant-CsTeamsIPPhonePolicy [-PassThru] [[-PolicyName] <String>]
3938
```
4039

4140
## DESCRIPTION
42-
Use the Grant-CsTeamsIPPhonePolicy cmdlet to assign a set of Teams phone policies to a phone signed in with an account that may be used by end users, common area phones, or meeting room accounts.
41+
Use the Grant-CsTeamsIPPhonePolicy cmdlet to assign a set of Teams phone policies to a phone signed in with an account that may be used by end users, common area phones, or meeting room accounts.
4342

44-
Note: Assigning a per user policy will override any global policy taking effect against the respective user account.
43+
Note: Assigning a per user policy will override any global policy taking effect against the respective user account.
4544

4645
## EXAMPLES
4746

@@ -52,7 +51,6 @@ PS C:\> Grant-CsTeamsIPPhonePolicy -Identity Foyer1@contoso.com -PolicyName Comm
5251

5352
This example shows assignment of the CommonAreaPhone policy to user account Foyer1@contoso.com.
5453

55-
5654
## PARAMETERS
5755

5856
### -Confirm
@@ -101,7 +99,7 @@ Accept wildcard characters: False
10199
```
102100
103101
### -Identity
104-
Indicates the identity of the user account the policy should be assigned to.
102+
Indicates the identity of the user account the policy should be assigned to.
105103
106104
```yaml
107105
Type: Object
@@ -206,6 +204,9 @@ Accept pipeline input: False
206204
Accept wildcard characters: False
207205
```
208206
207+
### CommonParameters
208+
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](https://go.microsoft.com/fwlink/?LinkID=113216).
209+
209210
## INPUTS
210211
211212
### Microsoft.Rtc.Management.AD.UserIdParameter

teams/teams-ps/teams/Grant-CsTeamsMessagingPolicy.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
external help file: Microsoft.Rtc.Management.Hosted.dll-help.xml
2+
external help file: Microsoft.Rtc.Management.Hosted.dll-help.xml
33
online version: https://learn.microsoft.com/powershell/module/teams/grant-csteamsmessagingpolicy
44
applicable: Microsoft Teams
55
title: Grant-CsTeamsMessagingPolicy
@@ -13,8 +13,7 @@ ms.reviewer: williamlooney
1313
# Grant-CsTeamsMessagingPolicy
1414

1515
## SYNOPSIS
16-
Assigns a teams messaging policy at the per-user scope. Teams messaging policies determine the features and capabilities that can be used in messaging within the teams client.
17-
16+
Assigns a teams messaging policy at the per-user scope. Teams messaging policies determine the features and capabilities that can be used in messaging within the teams client.
1817

1918
## SYNTAX
2019

@@ -205,11 +204,13 @@ Accept pipeline input: False
205204
Accept wildcard characters: False
206205
```
207206
207+
### CommonParameters
208+
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](https://go.microsoft.com/fwlink/?LinkID=113216).
209+
208210
## INPUTS
209211
210212
### Microsoft.Rtc.Management.AD.UserIdParameter
211213
212-
213214
## OUTPUTS
214215
215216
### System.Object

teams/teams-ps/teams/New-CsTeamsFeedbackPolicy.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Use this cmdlet to control whether users in your organization can send feedback
2020
```
2121
New-CsTeamsFeedbackPolicy [-WhatIf] [-Confirm] [[-Identity] <Object>] [-Tenant <Object>] [-InMemory]
2222
[-AllowEmailCollection <Boolean>] [-AllowLogCollection <Boolean>] [-AllowScreenshotCollection <Boolean>]
23-
[-UserInitiatedMode <String>] [-ReceiveSurveysMode <String>] [-Force]
23+
[-UserInitiatedMode <String>] [-ReceiveSurveysMode <String>] [-Force] [<CommonParameters>]
2424
```
2525

2626
## DESCRIPTION
@@ -210,13 +210,17 @@ Accept pipeline input: False
210210
Accept wildcard characters: False
211211
```
212212
213+
### CommonParameters
214+
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](https://go.microsoft.com/fwlink/?LinkID=113216).
215+
213216
## INPUTS
214217
215218
### None
216219
217220
## OUTPUTS
218221
219222
### System.Object
223+
220224
## NOTES
221225
222226
## RELATED LINKS

teams/teams-ps/teams/New-CsTeamsIPPhonePolicy.md

Lines changed: 36 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -20,16 +20,25 @@ New-CsTeamsIPPhonePolicy allows you to create a policy to manage features relate
2020
## SYNTAX
2121

2222
```
23-
New-CsTeamsIPPhonePolicy [-AllowHomeScreen <String>] [-AllowBetterTogether <String>] [-Description <String>] [-HotDeskingIdleTimeoutInMinutes <Int>]
24-
25-
[-AllowHotDesking <Boolean>] [[-Identity] <XdsIdentity>] [-Tenant <Guid>] [-InMemory] [-SignInMode <String>]
26-
27-
[-WhatIf] [-Confirm] [-Force] [-SearchOnCommonAreaPhoneMode <Object>]
23+
New-CsTeamsIPPhonePolicy [[-Identity] <XdsIdentity>]
24+
[-AllowBetterTogether <String>]
25+
[-AllowHomeScreen <String>]
26+
[-AllowHotDesking <Boolean>]
27+
[-Confirm]
28+
[-Description <String>]
29+
[-Force]
30+
[-HotDeskingIdleTimeoutInMinutes <Int>]
31+
[-InMemory]
32+
[-SearchOnCommonAreaPhoneMode <Object>]
33+
[-SignInMode <String>]
34+
[-Tenant <Guid>]
35+
[-WhatIf]
36+
[<CommonParameters>]
2837
```
2938

3039
## DESCRIPTION
3140

32-
The New-CsTeamsIPPhonePolicy cmdlet allows you to create a policy to manage features related to Teams phone experiences assigned to a user account used to sign into a Teams phone.
41+
The New-CsTeamsIPPhonePolicy cmdlet allows you to create a policy to manage features related to Teams phone experiences assigned to a user account used to sign into a Teams phone.
3342

3443
## EXAMPLES
3544

@@ -41,6 +50,21 @@ This example shows a new policy being created called "CommonAreaPhone" setting t
4150

4251
## PARAMETERS
4352

53+
### -Identity
54+
The identity of the policy that you want to create.
55+
56+
```yaml
57+
Type: XdsIdentity
58+
Parameter Sets: (All)
59+
Aliases:
60+
61+
Required: True
62+
Position: 1
63+
Default value: None
64+
Accept pipeline input: False
65+
Accept wildcard characters: False
66+
```
67+
4468
### -AllowBetterTogether
4569
Determines whether Better Together mode is enabled, phones can lock and unlock in an integrated fashion when connected to their Windows PC running a 64-bit Teams desktop client.
4670
Possible values this parameter can take:
@@ -81,7 +105,7 @@ Accept wildcard characters: False
81105
```
82106
83107
### -AllowHotDesking
84-
Determines whether hot desking mode is enabled. Set this to TRUE to enable. Set this to FALSE to disable hot desking mode.
108+
Determines whether hot desking mode is enabled. Set this to TRUE to enable. Set this to FALSE to disable hot desking mode.
85109
86110
```yaml
87111
Type: Boolean
@@ -111,7 +135,7 @@ Accept wildcard characters: False
111135
```
112136
113137
### -Description
114-
Free form text that can be used by administrators as desired.
138+
Free form text that can be used by administrators as desired.
115139
116140
```yaml
117141
Type: String
@@ -141,7 +165,7 @@ Accept wildcard characters: False
141165
```
142166
143167
### -HotDeskingIdleTimeoutInMinutes
144-
Determines the idle timeout value in minutes for the signed in user account. When the timeout is reached, the account is logged out.
168+
Determines the idle timeout value in minutes for the signed in user account. When the timeout is reached, the account is logged out.
145169
146170
```yaml
147171
Type: String
@@ -155,21 +179,6 @@ Accept pipeline input: False
155179
Accept wildcard characters: False
156180
```
157181
158-
### -Identity
159-
The identity of the policy that you want to create.
160-
161-
```yaml
162-
Type: XdsIdentity
163-
Parameter Sets: (All)
164-
Aliases:
165-
166-
Required: True
167-
Position: 1
168-
Default value: None
169-
Accept pipeline input: False
170-
Accept wildcard characters: False
171-
```
172-
173182
### -SearchOnCommonAreaPhoneMode
174183
Determines whether a user can search the Global Address List in Common Area Phone Mode. Set this to ENABLED to enable the feature. Set this to DISABLED to disable the feature.
175184
@@ -236,6 +245,9 @@ Accept pipeline input: False
236245
Accept wildcard characters: False
237246
```
238247
248+
### CommonParameters
249+
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](https://go.microsoft.com/fwlink/?LinkID=113216).
250+
239251
## INPUTS
240252
241253
### None

0 commit comments

Comments
 (0)