Skip to content

Commit 4f173aa

Browse files
authored
Merge branch 'master' into patch-1
2 parents 7bf7852 + 8fa9dbf commit 4f173aa

File tree

9 files changed

+36
-45
lines changed

9 files changed

+36
-45
lines changed

sharepoint/sharepoint-ps/sharepoint-online/Add-SPOOrgAssetsLibrary.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,14 +77,14 @@ Accept wildcard characters: False
7777
7878
### -OrgAssetType
7979
80-
Indicates the type of content in this library. Currently supported value is ImageDocumentLibrary, which is set by default.
80+
Indicates the type of content in this library. Currently supported values are ImageDocumentLibrary, which is set by default, and OfficeTemplateLibrary.
8181
8282
```yaml
8383
Type: OrgAssetType
8484
Parameter Sets: (All)
8585
Aliases:
8686
Applicable: SharePoint Online
87-
Accepted values: ImageDocumentLibrary
87+
Accepted values: ImageDocumentLibrary, OfficeTemplateLibrary
8888

8989
Required: False
9090
Position: Named

sharepoint/sharepoint-ps/sharepoint-online/Get-SPOSite.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,6 @@ Additional site collections are now displayed. For example, all group and video
4949

5050
The Detailed parameter has been deprecated. It will continue to work with earlier versions
5151

52-
Currently, Filter parameter is not functional.
53-
5452
> [!NOTE]
5553
> Site collections in the Recycle Bin will not be retrieved by using the `Get-SPOSite` cmdlet.
5654
@@ -164,7 +162,8 @@ Accept wildcard characters: False
164162
165163
### -Filter
166164
167-
Specifies the script block of the server-side filter to apply. The type must be a valid filter name and value must be in the form {$_PropertyName <operator> "filterValue"}. Valid operators are as follows: eq, ne, like, notlike.
165+
Specifies the script block of the server-side filter to apply. The type must be a valid filter name and value must be in the form `{$_PropertyName <operator> "filterValue"}`. Valid operators are as follows: eq, ne, like, notlike.
166+
Currently, you can filter by these properties: Owner, Template, LockState, Url.
168167

169168
> [!NOTE]
170169
> The operator values are case-sensitive.

skype/skype-ps/skype/Get-CsOnlinePstnUsage.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
external help file: Microsoft.Rtc.Management.Hosted.dll-help.xml
33
online version: https://docs.microsoft.com/powershell/module/skype/get-csonlinepstnusage
44
applicable: Skype for Business Online
5-
title: Get-CsOnlineUser
5+
title: Get-CsOnlinePstnUsage
66
schema: 2.0.0
77
manager: bulenteg
88
author: tomkau

skype/skype-ps/skype/Get-CsOnlineVoiceRoute.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
external help file: Microsoft.Rtc.Management.Hosted.dll-help.xml
33
online version: https://docs.microsoft.com/powershell/module/skype/get-csonlinevoiceroute
44
applicable: Skype for Business Online
5-
title: Get-CsOnlineUser
5+
title: Get-CsOnlineVoiceRoute
66
schema: 2.0.0
77
manager: bulenteg
88
author: tomkau

skype/skype-ps/skype/Get-CsOnlineVoiceRoutingPolicy.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
external help file: Microsoft.Rtc.Management.Hosted.dll-help.xml
33
online version: https://docs.microsoft.com/powershell/module/skype/get-csonlinevoiceroutingpolicy
44
applicable: Skype for Business Online
5-
title: Get-CsOnlineUser
5+
title: Get-CsOnlineVoiceRoutingPolicy
66
schema: 2.0.0
77
manager: bulenteg
88
author: tomkau

skype/skype-ps/skype/Set-CsOnlineDialInConferencingUserDefaultNumber.md

Lines changed: 25 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ ms.reviewer:
1313
# Set-CsOnlineDialInConferencingUserDefaultNumber
1414

1515
## SYNOPSIS
16-
Provide the topic introduction here.
16+
Replace the default toll or toll-free number for all users.
1717

1818
## SYNTAX
1919

@@ -47,16 +47,17 @@ Provide the detailed description here.
4747

4848
### -------------------------- Example 1 --------------------------
4949
```
50-
Insert example commands for example 1.
50+
Set-CsOnlineDialInConferencingUserDefaultNumber -FromNumber 14255550100 -ToNumber 14255550101 -NumberType Toll -RescheduleMeetings -BridgeId 9884626f-dcfb-49f4-8025-912f5bc68fdc
5151
```
5252

53-
Insert descriptive text for example 1.
53+
This example replaces the default toll or toll-free number for all users who have the number 14255550100 as a default number to the number 14255550101 and starts the process of rescheduling their meetings.
5454

5555

5656
## PARAMETERS
5757

5858
### -BridgeId
59-
PARAMVALUE: Guid
59+
The Bridge Id results from running [Get-CsOnlineDialInConferencingBridge](https://docs.microsoft.com/powershell/module/skype/get-csonlinedialinconferencingbridge)
60+
For example "9884626f-dcfb-49f4-8025-912f5bc68fdc". You can either specify BridgeName or BridgeId.
6061

6162
```yaml
6263
Type: Guid
@@ -72,7 +73,8 @@ Accept wildcard characters: False
7273
```
7374
7475
### -BridgeName
75-
PARAMVALUE: String
76+
The Bridge Name results from running [Get-CsOnlineDialInConferencingBridge](https://docs.microsoft.com/powershell/module/skype/get-csonlinedialinconferencingbridge)
77+
For example "Conference Bridge". You can either specify BridgeName or BridgeId.
7678
7779
```yaml
7880
Type: String
@@ -88,7 +90,7 @@ Accept wildcard characters: False
8890
```
8991
9092
### -CountryOrRegion
91-
PARAMVALUE: String
93+
A String representing the Country or Region this Dial In Conferencing Default number belongs to.
9294
9395
```yaml
9496
Type: String
@@ -104,7 +106,8 @@ Accept wildcard characters: False
104106
```
105107
106108
### -FromNumber
107-
PARAMVALUE: String
109+
The current default number defined.
110+
$null if no number defined.
108111
109112
```yaml
110113
Type: String
@@ -120,7 +123,11 @@ Accept wildcard characters: False
120123
```
121124
122125
### -NumberType
123-
PARAMVALUE: String
126+
The type of number this Dial In Conferencing Default number has.
127+
Valid values are
128+
129+
- Toll
130+
- TollFree
124131
125132
```yaml
126133
Type: String
@@ -136,7 +143,7 @@ Accept wildcard characters: False
136143
```
137144
138145
### -ToNumber
139-
PARAMVALUE: String
146+
The new number to assign, without the + sign, for example 14255550101.
140147
141148
```yaml
142149
Type: String
@@ -152,7 +159,7 @@ Accept wildcard characters: False
152159
```
153160
154161
### -AreaOrState
155-
PARAMVALUE: String
162+
A String representing the Area or State this Dial In Conferencing Default number belongs to.
156163
157164
```yaml
158165
Type: String
@@ -168,7 +175,7 @@ Accept wildcard characters: False
168175
```
169176
170177
### -CapitalOrMajorCity
171-
PARAMVALUE: String
178+
A String representing the Capital or Major City this Dial In Conferencing Default number belongs to.
172179
173180
```yaml
174181
Type: String
@@ -184,7 +191,7 @@ Accept wildcard characters: False
184191
```
185192
186193
### -Confirm
187-
PARAMVALUE: SwitchParameter
194+
Prompts you for confirmation before executing the command.
188195
189196
```yaml
190197
Type: SwitchParameter
@@ -200,7 +207,7 @@ Accept wildcard characters: False
200207
```
201208
202209
### -DomainController
203-
PARAMVALUE: Fqdn
210+
This parameter is reserved for internal Microsoft use.
204211
205212
```yaml
206213
Type: Fqdn
@@ -216,7 +223,7 @@ Accept wildcard characters: False
216223
```
217224
218225
### -Force
219-
PARAMVALUE: SwitchParameter
226+
The Force switch specifies whether to suppress warning and confirmation messages. It can be useful in scripting to suppress interactive prompts. If the Force switch isn't provided in the command, you're prompted for administrative input if required.
220227
221228
```yaml
222229
Type: SwitchParameter
@@ -232,7 +239,7 @@ Accept wildcard characters: False
232239
```
233240
234241
### -RescheduleMeetings
235-
PARAMVALUE: SwitchParameter
242+
Sends e-mail notifications to Meeting attendes with the updated settings.
236243
237244
```yaml
238245
Type: SwitchParameter
@@ -248,7 +255,7 @@ Accept wildcard characters: False
248255
```
249256
250257
### -Tenant
251-
PARAMVALUE: Guid
258+
This parameter is reserved for internal Microsoft use.
252259
253260
```yaml
254261
Type: Guid
@@ -264,7 +271,7 @@ Accept wildcard characters: False
264271
```
265272
266273
### -TenantDomain
267-
PARAMVALUE: String
274+
This parameter is reserved for internal Microsoft use.
268275
269276
```yaml
270277
Type: String
@@ -280,7 +287,7 @@ Accept wildcard characters: False
280287
```
281288
282289
### -WhatIf
283-
PARAMVALUE: SwitchParameter
290+
Describes what would happen if you executed the command without actually executing the command.
284291
285292
```yaml
286293
Type: SwitchParameter

skype/skype-ps/skype/Set-CsOnlinePSTNGateway.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -275,7 +275,7 @@ Accept wildcard characters: False
275275
```
276276
277277
### -SipSignalingPort
278-
Listening port used for communicating with Direct Routing services by using the Transport Layer Security (TLS) protocol. The value must be between 1 and 65535. Please note: Spelling of this parameter changed recently from SipSignallingPort to SipSignalingPort.
278+
Listening port used for communicating with Direct Routing services by using the Transport Layer Security (TLS) protocol. The value must be between 1 and 65535.
279279
280280
```yaml
281281
Type: Int32

skype/skype-ps/skype/Set-CsTeamsMeetingPolicy.md

Lines changed: 2 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ Set-CsTeamsMeetingPolicy [-Tenant <Guid>] [-Description <String>]
2828
[-AllowParticipantGiveRequestControl <Boolean>] [-AllowExternalParticipantGiveRequestControl <Boolean>]
2929
[-AllowSharedNotes <Boolean>] [-AllowWhiteboard <Boolean>] [-AllowTranscription <Boolean>]
3030
[-MediaBitRateKb <UInt32>] [-ScreenSharingMode <String>] [-AllowPSTNUsersToBypassLobby <Boolean>]
31-
[-AllowOrganizersToOverrideLobbySettings <Boolean>] [[-Identity] <XdsIdentity>] [-Force] [-WhatIf] [-Confirm]
31+
[[-Identity] <XdsIdentity>] [-Force] [-WhatIf] [-Confirm]
3232
[<CommonParameters>]
3333
```
3434

@@ -43,7 +43,7 @@ Set-CsTeamsMeetingPolicy [-Tenant <Guid>] [-Description <String>]
4343
[-AllowParticipantGiveRequestControl <Boolean>] [-AllowExternalParticipantGiveRequestControl <Boolean>]
4444
[-AllowSharedNotes <Boolean>] [-AllowWhiteboard <Boolean>] [-AllowTranscription <Boolean>]
4545
[-MediaBitRateKb <UInt32>] [-ScreenSharingMode <String>] [-AllowPSTNUsersToBypassLobby <Boolean>]
46-
[-AllowOrganizersToOverrideLobbySettings <Boolean>] [-Instance <PSObject>] [-Force] [-WhatIf] [-Confirm]
46+
[-Instance <PSObject>] [-Force] [-WhatIf] [-Confirm]
4747
[<CommonParameters>]
4848
```
4949

@@ -505,21 +505,6 @@ Accept pipeline input: False
505505
Accept wildcard characters: False
506506
```
507507
508-
### -AllowOrganizersToOverrideLobbySettings
509-
This parameter is reserved for internal Microsoft use.
510-
511-
```yaml
512-
Type: Boolean
513-
Parameter Sets: (All)
514-
Aliases:
515-
516-
Required: False
517-
Position: Named
518-
Default value: None
519-
Accept pipeline input: False
520-
Accept wildcard characters: False
521-
```
522-
523508
## INPUTS
524509
525510
### System.Management.Automation.PSObject

teams/teams-ps/teams/Get-Team.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ ms.reviewer:
1212

1313
## SYNOPSIS
1414

15-
This cmdlet supports retrieving teams with particular properties/information, inclding all teams that a specific user belongs to, all teams that have been archived, all teams with a specific display name, or all teams in the organization.
15+
This cmdlet supports retrieving teams with particular properties/information, including all teams that a specific user belongs to, all teams that have been archived, all teams with a specific display name, or all teams in the organization.
1616

1717
## SYNTAX
1818

0 commit comments

Comments
 (0)