Skip to content

Commit ce27f73

Browse files
authored
Merge pull request MicrosoftDocs#8295 from alexdale0/GrantCmdletsBatch1
Batch 1 of Grant Cmdlets Updates
2 parents b80669d + 0a0f6d0 commit ce27f73

8 files changed

+67
-67
lines changed

skype/skype-ps/skype/Grant-CsApplicationAccessPolicy.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
external help file: Microsoft.Rtc.Management.dll-help.xml
33
online version: https://docs.microsoft.com/powershell/module/skype/grant-csapplicationaccesspolicy
4-
applicable: Skype for Business Online
4+
applicable: Microsoft Teams, Skype for Business Online
55
title: Grant-CsApplicationAccessPolicy
66
schema: 2.0.0
77
manager: zhengni
@@ -52,7 +52,7 @@ In the command shown above, any per-user application access policy previously as
5252
PS C:\> Get-CsOnlineUser | Grant-CsApplicationAccessPolicy -PolicyName "ASimplePolicy"
5353
```
5454

55-
The command shown above assigns the per-user application access policy ASimplePolicy to all the users in the tenant. To do this, the command first calls the `Get-CsOnlineUser` cmdlet to get all user accounts enabled for Skype for Business Online. Those user accounts are then piped to the `Grant-CsApplicationAccessPolicy` cmdlet, which assigns each user the application access policy "ASimplePolicy".
55+
The command shown above assigns the per-user application access policy ASimplePolicy to all the users in the tenant. To do this, the command first calls the `Get-CsOnlineUser` cmdlet to get all user accounts enabled for Microsoft Teams or Skype for Business Online. Those user accounts are then piped to the `Grant-CsApplicationAccessPolicy` cmdlet, which assigns each user the application access policy "ASimplePolicy".
5656

5757
### Assign an application access policy to users who have not been assigned one
5858

skype/skype-ps/skype/Grant-CsBroadcastMeetingPolicy.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
external help file: Microsoft.Rtc.Management.Hosted.dll-help.xml
33
online version: https://docs.microsoft.com/powershell/module/skype/grant-csbroadcastmeetingpolicy
4-
applicable: Skype for Business Online
4+
applicable: Microsoft Teams, Skype for Business Online
55
title: Grant-CsBroadcastMeetingPolicy
66
schema: 2.0.0
77
manager: bulenteg
@@ -22,7 +22,7 @@ Grant-CsBroadcastMeetingPolicy [-PolicyName] <String> [-Tenant <Guid>] [-DomainC
2222
```
2323

2424
## DESCRIPTION
25-
Administrators can manage Broadcast meeting functionality in Skype for Business Online using the following:
25+
Administrators can manage Broadcast meeting functionality in Microsoft Teams or Skype for Business Online using the following:
2626
- Broadcast meeting configuration at the tenant level
2727
- Broadcast meeting policy at the user level
2828
- Conferencing policy at the user level.
@@ -32,7 +32,7 @@ Broadcast meeting configuration and broadcast meeting policy govern broadcast-sp
3232
This document describes how to specify which broadcast meeting policy is assigned to a user. Be sure to also review the following docs to manage conferencing policy:[Grant-CsConferencingPolicy](Grant-CsConferencingPolicy.md), [New-CsConferencingPolicy](New-CsConferencingPolicy.md), and [Set-CsConferencingPolicy](Set-CsConferencingPolicy.md).
3333

3434
**NOTES**
35-
- Broadcast meeting policies are predefined in Skype for Business. The defined settings for each policy can be displayed by using the Get-CsBroadcastMeetingPolicy cmdlet with no parameters.
35+
- Broadcast meeting policies are predefined in Microsoft Teams or Skype for Business. The defined settings for each policy can be displayed by using the Get-CsBroadcastMeetingPolicy cmdlet with no parameters.
3636
- New broadcast meeting policy instance can't be created, and existing policies can't be modified. They can only be granted, or assigned to users.
3737

3838
## EXAMPLES
@@ -70,7 +70,7 @@ Example: 98403f08-577c-46dd-851a-f0460a13b03d
7070
Type: UserIdParameter
7171
Parameter Sets: (All)
7272
Aliases:
73-
Applicable: Skype for Business Online
73+
Applicable: Microsoft Teams, Skype for Business Online
7474

7575
Required: False
7676
Position: 1
@@ -90,7 +90,7 @@ To unassign a previously assigned policy, set PolicyName to $Null.
9090
Type: String
9191
Parameter Sets: (All)
9292
Aliases:
93-
Applicable: Skype for Business Online
93+
Applicable: Microsoft Teams, Skype for Business Online
9494

9595
Required: False
9696
Position: 2
@@ -106,7 +106,7 @@ The Confirm switch causes the command to pause processing, and requires confirma
106106
Type: SwitchParameter
107107
Parameter Sets: (All)
108108
Aliases: cf
109-
Applicable: Skype for Business Online
109+
Applicable: Microsoft Teams, Skype for Business Online
110110

111111
Required: False
112112
Position: Named
@@ -122,7 +122,7 @@ This parameter is reserved for internal Microsoft use.
122122
Type: Fqdn
123123
Parameter Sets: (All)
124124
Aliases:
125-
Applicable: Skype for Business Online
125+
Applicable: Microsoft Teams, Skype for Business Online
126126

127127
Required: False
128128
Position: Named
@@ -138,7 +138,7 @@ Enables you to pass a user object through the pipeline that represents the user
138138
Type: SwitchParameter
139139
Parameter Sets: (All)
140140
Aliases:
141-
Applicable: Skype for Business Online
141+
Applicable: Microsoft Teams, Skype for Business Online
142142

143143
Required: False
144144
Position: Named
@@ -154,7 +154,7 @@ PARAMVALUE: Guid
154154
Type: Guid
155155
Parameter Sets: (All)
156156
Aliases:
157-
Applicable: Skype for Business Online
157+
Applicable: Microsoft Teams, Skype for Business Online
158158

159159
Required: False
160160
Position: Named
@@ -171,7 +171,7 @@ By using this switch, you can view what changes would occur without having to co
171171
Type: SwitchParameter
172172
Parameter Sets: (All)
173173
Aliases: wi
174-
Applicable: Skype for Business Online
174+
Applicable: Microsoft Teams, Skype for Business Online
175175

176176
Required: False
177177
Position: Named

skype/skype-ps/skype/Grant-CsCallingLineIdentity.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
external help file: Microsoft.Rtc.Management.Hosted.dll-help.xml
33
online version: https://docs.microsoft.com/powershell/module/skype/grant-cscallinglineidentity
4-
applicable: Skype for Business Online
4+
applicable: Microsoft Teams, Skype for Business Online
55
title: Grant-CsCallingLineIdentity
66
schema: 2.0.0
77
manager: bulenteg
@@ -22,7 +22,7 @@ Grant-CsCallingLineIdentity [[-Identity] <UserIdParameter>] [[-PolicyName] <Stri
2222
```
2323

2424
## DESCRIPTION
25-
You can either change or block the Caller ID (also called a Calling Line ID) for a user. By default, the Skype for Business Online user's phone number can be seen when that user makes a call to a PSTN phone, or when a call comes in. You can create a Caller ID policy to provide an alternate displayed number, or to block any number from being displayed; you can then apply the Caller ID policy to a specific user.
25+
You can either change or block the Caller ID (also called a Calling Line ID) for a user. By default, the user's phone number can be seen when that user makes a call to a PSTN phone, or when a call comes in. You can create a Caller ID policy to provide an alternate displayed number, or to block any number from being displayed; you can then apply the Caller ID policy to a specific user.
2626

2727
## EXAMPLES
2828

@@ -52,7 +52,7 @@ You can use the asterisk (\*) wildcard character when using the Display Name as
5252
Type: UserIdParameter
5353
Parameter Sets: (All)
5454
Aliases:
55-
Applicable: Skype for Business Online
55+
Applicable: Microsoft Teams, Skype for Business Online
5656

5757
Required: False
5858
Position: 1
@@ -68,7 +68,7 @@ The name (Identity) of the Caller ID policy to be assigned to the user. (Note th
6868
Type: String
6969
Parameter Sets: (All)
7070
Aliases:
71-
Applicable: Skype for Business Online
71+
Applicable: Microsoft Teams, Skype for Business Online
7272

7373
Required: False
7474
Position: 2
@@ -84,7 +84,7 @@ The Confirm switch causes the command to pause processing, and requires confirma
8484
Type: SwitchParameter
8585
Parameter Sets: (All)
8686
Aliases: cf
87-
Applicable: Skype for Business Online
87+
Applicable: Microsoft Teams, Skype for Business Online
8888

8989
Required: False
9090
Position: Named
@@ -100,7 +100,7 @@ This parameter is reserved for internal Microsoft use.
100100
Type: Fqdn
101101
Parameter Sets: (All)
102102
Aliases:
103-
Applicable: Skype for Business Online
103+
Applicable: Microsoft Teams, Skype for Business Online
104104

105105
Required: False
106106
Position: Named
@@ -116,7 +116,7 @@ Returns the results of the command. By default, this cmdlet does not generate an
116116
Type: SwitchParameter
117117
Parameter Sets: (All)
118118
Aliases:
119-
Applicable: Skype for Business Online
119+
Applicable: Microsoft Teams, Skype for Business Online
120120

121121
Required: False
122122
Position: Named
@@ -140,7 +140,7 @@ If you are using a remote session of Windows PowerShell and are connected only t
140140
Type: Guid
141141
Parameter Sets: (All)
142142
Aliases:
143-
Applicable: Skype for Business Online
143+
Applicable: Microsoft Teams, Skype for Business Online
144144

145145
Required: False
146146
Position: Named
@@ -156,7 +156,7 @@ The WhatIf switch causes the command to simulate its results. By using this swit
156156
Type: SwitchParameter
157157
Parameter Sets: (All)
158158
Aliases: wi
159-
Applicable: Skype for Business Online
159+
Applicable: Microsoft Teams, Skype for Business Online
160160

161161
Required: False
162162
Position: Named

skype/skype-ps/skype/Grant-CsClientPolicy.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
external help file: Microsoft.Rtc.Management.dll-help.xml
33
online version: https://docs.microsoft.com/powershell/module/skype/grant-csclientpolicy
4-
applicable: Lync Server 2010, Lync Server 2013, Skype for Business Online, Skype for Business Server 2015, Skype for Business Server 2019
4+
applicable: Microsoft Teams, Lync Server 2010, Lync Server 2013, Skype for Business Online, Skype for Business Server 2015, Skype for Business Server 2019
55
title: Grant-CsClientPolicy
66
schema: 2.0.0
77
manager: bulenteg
@@ -106,7 +106,7 @@ For example, the Identity "* Smith" returns all the users who have a display nam
106106
Type: UserIdParameter
107107
Parameter Sets: (All)
108108
Aliases:
109-
Applicable: Lync Server 2010, Lync Server 2013, Skype for Business Online, Skype for Business Server 2015, Skype for Business Server 2019
109+
Applicable: Microsoft Teams, Lync Server 2010, Lync Server 2013, Skype for Business Online, Skype for Business Server 2015, Skype for Business Server 2019
110110

111111
Required: True
112112
Position: 1
@@ -129,7 +129,7 @@ For example:
129129
Type: String
130130
Parameter Sets: (All)
131131
Aliases:
132-
Applicable: Lync Server 2010, Lync Server 2013, Skype for Business Online, Skype for Business Server 2015, Skype for Business Server 2019
132+
Applicable: Microsoft Teams, Lync Server 2010, Lync Server 2013, Skype for Business Online, Skype for Business Server 2015, Skype for Business Server 2019
133133
134134
Required: False
135135
Position: 2
@@ -146,7 +146,7 @@ If this parameter is not included then the cmdlet will use the first available d
146146
Type: Fqdn
147147
Parameter Sets: (All)
148148
Aliases:
149-
Applicable: Lync Server 2010, Lync Server 2013, Skype for Business Online, Skype for Business Server 2015, Skype for Business Server 2019
149+
Applicable: Microsoft Teams, Lync Server 2010, Lync Server 2013, Skype for Business Online, Skype for Business Server 2015, Skype for Business Server 2019
150150
151151
Required: False
152152
Position: Named
@@ -163,7 +163,7 @@ By default, the Grant-CsClientPolicy cmdlet does not pass objects through the pi
163163
Type: SwitchParameter
164164
Parameter Sets: (All)
165165
Aliases:
166-
Applicable: Lync Server 2010, Lync Server 2013, Skype for Business Online, Skype for Business Server 2015, Skype for Business Server 2019
166+
Applicable: Microsoft Teams, Lync Server 2010, Lync Server 2013, Skype for Business Online, Skype for Business Server 2015, Skype for Business Server 2019
167167
168168
Required: False
169169
Position: Named
@@ -179,7 +179,7 @@ Describes what would happen if you executed the command without actually executi
179179
Type: SwitchParameter
180180
Parameter Sets: (All)
181181
Aliases: wi
182-
Applicable: Lync Server 2010, Lync Server 2013, Skype for Business Online, Skype for Business Server 2015, Skype for Business Server 2019
182+
Applicable: Microsoft Teams, Lync Server 2010, Lync Server 2013, Skype for Business Online, Skype for Business Server 2015, Skype for Business Server 2019
183183
184184
Required: False
185185
Position: Named
@@ -195,7 +195,7 @@ Prompts you for confirmation before executing the command.
195195
Type: SwitchParameter
196196
Parameter Sets: (All)
197197
Aliases: cf
198-
Applicable: Lync Server 2010, Lync Server 2013, Skype for Business Online, Skype for Business Server 2015, Skype for Business Server 2019
198+
Applicable: Microsoft Teams, Lync Server 2010, Lync Server 2013, Skype for Business Online, Skype for Business Server 2015, Skype for Business Server 2019
199199
200200
Required: False
201201
Position: Named
@@ -222,7 +222,7 @@ The Tenant parameter is primarily for use in a hybrid deployment.
222222
Type: Guid
223223
Parameter Sets: (All)
224224
Aliases:
225-
Applicable: Skype for Business Online
225+
Applicable: Microsoft Teams, Skype for Business Online
226226
227227
Required: False
228228
Position: Named

skype/skype-ps/skype/Grant-CsCloudMeetingPolicy.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
external help file: Microsoft.Rtc.Management.Hosted.dll-help.xml
33
online version: https://docs.microsoft.com/powershell/module/skype/grant-cscloudmeetingpolicy
4-
applicable: Skype for Business Online
4+
applicable: Microsoft Teams, Skype for Business Online
55
title: Grant-CsCloudMeetingPolicy
66
schema: 2.0.0
77
manager: bulenteg
@@ -32,7 +32,7 @@ Note that the policies to use this cmdlet are not available unless the Set-CsClo
3232

3333
## EXAMPLES
3434

35-
### -------------------------- Example 1 -------------------------- (Skype for Business Online)
35+
### -------------------------- Example 1 --------------------------
3636
```
3737
3838
Grant-CsCloudMeetingPolicy -PolicyName AutoScheduleEnabled -Identity "JaneC"
@@ -51,7 +51,7 @@ For example: `-Identity "SeattlePSTN".`
5151
Type: UserIdParameter
5252
Parameter Sets: (All)
5353
Aliases:
54-
Applicable: Skype for Business Online
54+
Applicable: Microsoft Teams, Skype for Business Online
5555

5656
Required: False
5757
Position: 1
@@ -68,7 +68,7 @@ Can be either AutoScheduleEnabled or AutoScheduleDisabled.
6868
Type: String
6969
Parameter Sets: (All)
7070
Aliases:
71-
Applicable: Skype for Business Online
71+
Applicable: Microsoft Teams, Skype for Business Online
7272

7373
Required: False
7474
Position: 2
@@ -84,7 +84,7 @@ The Confirm switch causes the command to pause processing, and requires confirma
8484
Type: SwitchParameter
8585
Parameter Sets: (All)
8686
Aliases: cf
87-
Applicable: Skype for Business Online
87+
Applicable: Microsoft Teams, Skype for Business Online
8888

8989
Required: False
9090
Position: Named
@@ -101,7 +101,7 @@ Valid inputs for this parameter are either the fully qualified domain name (FQDN
101101
Type: Fqdn
102102
Parameter Sets: (All)
103103
Aliases:
104-
Applicable: Skype for Business Online
104+
Applicable: Microsoft Teams, Skype for Business Online
105105

106106
Required: False
107107
Position: Named
@@ -117,7 +117,7 @@ Accept wildcard characters: False
117117
Type: SwitchParameter
118118
Parameter Sets: (All)
119119
Aliases:
120-
Applicable: Skype for Business Online
120+
Applicable: Microsoft Teams, Skype for Business Online
121121

122122
Required: False
123123
Position: Named
@@ -139,7 +139,7 @@ The Tenant parameter is primarily for use in a hybrid deployment.
139139
Type: Guid
140140
Parameter Sets: (All)
141141
Aliases:
142-
Applicable: Skype for Business Online
142+
Applicable: Microsoft Teams, Skype for Business Online
143143
144144
Required: False
145145
Position: Named
@@ -156,7 +156,7 @@ By using this switch, you can view what changes would occur without having to co
156156
Type: SwitchParameter
157157
Parameter Sets: (All)
158158
Aliases: wi
159-
Applicable: Skype for Business Online
159+
Applicable: Microsoft Teams, Skype for Business Online
160160
161161
Required: False
162162
Position: Named

0 commit comments

Comments
 (0)