Skip to content

Commit 2627ca7

Browse files
authored
Merge branch 'master' into patch-3
2 parents 30a78b8 + cf214d7 commit 2627ca7

File tree

58 files changed

+419
-430
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

58 files changed

+419
-430
lines changed

sharepoint/sharepoint-ps/sharepoint-pnp/Add-PnPFieldFromXml.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ schema: 2.0.0
88
## SYNOPSIS
99
Adds a field to a list or as a site column based upon a CAML/XML field definition
1010

11-
## SYNTAX
11+
## SYNTAX
1212

1313
```powershell
1414
Add-PnPFieldFromXml -FieldXml <String>
@@ -91,4 +91,4 @@ Accept pipeline input: False
9191
9292
## RELATED LINKS
9393
94-
[SharePoint Developer Patterns and Practices](https://aka.ms/sppnp)[Field CAML](http://msdn.microsoft.com/en-us/library/office/ms437580(v=office.15).aspx)
94+
[SharePoint Developer Patterns and Practices](https://aka.ms/sppnp)[Field CAML](https://msdn.microsoft.com/en-us/library/office/ms437580(v=office.15).aspx)

sharepoint/sharepoint-ps/sharepoint-pnp/Get-PnPWebTemplates.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ schema: 2.0.0
88
## SYNOPSIS
99
Returns the available web templates.
1010

11-
## SYNTAX
11+
## SYNTAX
1212

1313
```powershell
1414
Get-PnPWebTemplates [-Lcid <UInt32>]
@@ -86,4 +86,4 @@ Accept pipeline input: False
8686
8787
## RELATED LINKS
8888
89-
[SharePoint Developer Patterns and Practices](https://aka.ms/sppnp)[Locale IDs](http://go.microsoft.com/fwlink/p/?LinkId=242911Id=242911)
89+
[SharePoint Developer Patterns and Practices](https://aka.ms/sppnp)[Locale IDs](https://go.microsoft.com/fwlink/p/?LinkId=242911Id=242911)

sharepoint/sharepoint-ps/sharepoint-pnp/New-PnPTenantSite.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ schema: 2.0.0
88
## SYNOPSIS
99
Creates a new site collection for the current tenant
1010

11-
## SYNTAX
11+
## SYNTAX
1212

1313
```powershell
1414
New-PnPTenantSite -Title <String>
@@ -29,7 +29,7 @@ New-PnPTenantSite -Title <String>
2929

3030
## DESCRIPTION
3131
The New-PnPTenantSite cmdlet creates a new site collection for the current company. However, creating a new SharePoint
32-
Online site collection fails if a deleted site with the same URL exists in the Recycle Bin. If you want to use this command for an on-premises farm, please refer to http://blogs.msdn.com/b/vesku/archive/2014/06/09/provisioning-site-collections-using-sp-app-model-in-on-premises-with-just-csom.aspx
32+
Online site collection fails if a deleted site with the same URL exists in the Recycle Bin. If you want to use this command for an on-premises farm, please refer to http://blogs.msdn.com/b/vesku/archive/2014/06/09/provisioning-site-collections-using-sp-app-model-in-on-premises-with-just-csom.aspx
3333

3434
## EXAMPLES
3535

@@ -62,7 +62,7 @@ Accept pipeline input: False
6262
```
6363
6464
### -Lcid
65-
Specifies the language of this site collection. For more information, see Locale IDs Assigned by Microsoft: https://msdn.microsoft.com/en-us/library/microsoft.sharepoint.splanguage.lcid.aspx. To get the list of supported languages use: (Get-PnPWeb -Includes RegionalSettings.InstalledLanguages).RegionalSettings.InstalledLanguages
65+
Specifies the language of this site collection. For more information, see Locale IDs Assigned by Microsoft: https://msdn.microsoft.com/en-us/library/microsoft.sharepoint.splanguage.lcid.aspx. To get the list of supported languages use: (Get-PnPWeb -Includes RegionalSettings.InstalledLanguages).RegionalSettings.InstalledLanguages
6666
6767
```yaml
6868
Type: UInt32
@@ -221,4 +221,4 @@ Accept pipeline input: False
221221
222222
## RELATED LINKS
223223
224-
[SharePoint Developer Patterns and Practices](https://aka.ms/sppnp)[Locale IDs](http://go.microsoft.com/fwlink/p/?LinkId=242911Id=242911)[Resource Usage Limits on Sandboxed Solutions in SharePoint 2010](http://msdn.microsoft.com/en-us/library/gg615462.aspx.)[Creating on-premises site collections using CSOM](http://blogs.msdn.com/b/vesku/archive/2014/06/09/provisioning-site-collections-using-sp-app-model-in-on-premises-with-just-csom.aspx)
224+
[SharePoint Developer Patterns and Practices](https://aka.ms/sppnp)[Locale IDs](https://go.microsoft.com/fwlink/p/?LinkId=242911Id=242911)[Resource Usage Limits on Sandboxed Solutions in SharePoint 2010](https://msdn.microsoft.com/en-us/library/gg615462.aspx.)[Creating on-premises site collections using CSOM](https://blogs.msdn.com/b/vesku/archive/2014/06/09/provisioning-site-collections-using-sp-app-model-in-on-premises-with-just-csom.aspx)

sharepoint/sharepoint-ps/sharepoint-pnp/Set-PnPTenant.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ schema: 2.0.0
88
## SYNOPSIS
99
Sets organization-level site collection properties
1010

11-
## SYNTAX
11+
## SYNTAX
1212

1313
```powershell
1414
Set-PnPTenant [-MinCompatibilityLevel <Int>]
@@ -793,7 +793,7 @@ The valid values are:
793793
ExternalUserAndGuestSharing (default) - External user sharing (share by email) and guest link sharing are both enabled. Disabled - External user sharing (share by email) and guest link sharing are both disabled.
794794
ExternalUserSharingOnly - External user sharing (share by email) is enabled, but guest link sharing is disabled.
795795
796-
For more information about sharing, see Manage external sharing for your SharePoint online environment (http://office.microsoft.com/en-us/office365-sharepoint-online-enterprise-help/manage-external-sharing-for-your-sharepoint-online-environment-HA102849864.aspx).
796+
For more information about sharing, see Manage external sharing for your SharePoint online environment (https://office.microsoft.com/en-us/office365-sharepoint-online-enterprise-help/manage-external-sharing-for-your-sharepoint-online-environment-HA102849864.aspx).
797797
798798
```yaml
799799
Type: SharingCapabilities

sharepoint/sharepoint-ps/sharepoint-server/Update-SPProfileSync.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ Accept wildcard characters: False
169169

170170
### CommonParameters
171171
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable.
172-
For more information, see about_CommonParameters (http://go.microsoft.com/fwlink/?LinkID=113216).
172+
For more information, see about_CommonParameters (https://go.microsoft.com/fwlink/?LinkID=113216).
173173

174174
## INPUTS
175175

skype/skype-ps/skype/Get-CsOnlineLisCivicAddress.md

Lines changed: 15 additions & 15 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
applicable: Skype for Business Online
44
title: Get-CsOnlineLisCivicAddress
55
schema: 2.0.0
@@ -55,7 +55,7 @@ Valid inputs are "Assigned", or "Unassigned".
5555
```yaml
5656
Type: String
5757
Parameter Sets: (All)
58-
Aliases:
58+
Aliases:
5959
Applicable: Skype for Business Online
6060

6161
Required: False
@@ -71,7 +71,7 @@ Specifies the city of the target civic address.
7171
```yaml
7272
Type: String
7373
Parameter Sets: (All)
74-
Aliases:
74+
Aliases:
7575
Applicable: Skype for Business Online
7676

7777
Required: False
@@ -87,7 +87,7 @@ Specifies the identification number of the civic address to return.
8787
```yaml
8888
Type: Guid
8989
Parameter Sets: (All)
90-
Aliases:
90+
Aliases:
9191
Applicable: Skype for Business Online
9292

9393
Required: False
@@ -103,7 +103,7 @@ Specifies the country or region of the target civic address.
103103
```yaml
104104
Type: String
105105
Parameter Sets: (All)
106-
Aliases:
106+
Aliases:
107107
Applicable: Skype for Business Online
108108

109109
Required: False
@@ -119,7 +119,7 @@ Specifies the administrator defined description of the target civic address.
119119
```yaml
120120
Type: String
121121
Parameter Sets: (All)
122-
Aliases:
122+
Aliases:
123123
Applicable: Skype for Business Online
124124

125125
Required: False
@@ -152,7 +152,7 @@ If the Force switch isn't provided in the command, you're prompted for administr
152152
```yaml
153153
Type: SwitchParameter
154154
Parameter Sets: (All)
155-
Aliases:
155+
Aliases:
156156
Applicable: Skype for Business Online
157157

158158
Required: False
@@ -168,7 +168,7 @@ This parameter is reserved for internal Microsoft use.
168168
```yaml
169169
Type: Guid
170170
Parameter Sets: (All)
171-
Aliases:
171+
Aliases:
172172
Applicable: Skype for Business Online
173173

174174
Required: False
@@ -189,7 +189,7 @@ For example the command below will return civic addresses 26-50 for Seattle.
189189
```yaml
190190
Type: Int32
191191
Parameter Sets: (All)
192-
Aliases:
192+
Aliases:
193193
Applicable: Skype for Business Online
194194

195195
Required: False
@@ -205,7 +205,7 @@ If present, the PopulateNumberOfVoiceUsers switch causes the cmdlet to provide t
205205
```yaml
206206
Type: SwitchParameter
207207
Parameter Sets: (All)
208-
Aliases:
208+
Aliases:
209209
Applicable: Skype for Business Online
210210

211211
Required: False
@@ -221,7 +221,7 @@ Specifies the maximum number of results to return.
221221
```yaml
222222
Type: Int32
223223
Parameter Sets: (All)
224-
Aliases:
224+
Aliases:
225225
Applicable: Skype for Business Online
226226

227227
Required: False
@@ -237,7 +237,7 @@ This parameter is reserved for internal Microsoft use.
237237
```yaml
238238
Type: Guid
239239
Parameter Sets: (All)
240-
Aliases:
240+
Aliases:
241241
Applicable: Skype for Business Online
242242

243243
Required: False
@@ -254,7 +254,7 @@ Valid inputs are: Valid, Invalid, and Notvalidated.
254254
```yaml
255255
Type: String
256256
Parameter Sets: (All)
257-
Aliases:
257+
Aliases:
258258
Applicable: Skype for Business Online
259259

260260
Required: False
@@ -270,7 +270,7 @@ Accept wildcard characters: False
270270
```yaml
271271
Type: SwitchParameter
272272
Parameter Sets: (All)
273-
Aliases:
273+
Aliases:
274274
Applicable: Skype for Business Online
275275

276276
Required: False
@@ -281,7 +281,7 @@ Accept wildcard characters: False
281281
```
282282
283283
### CommonParameters
284-
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).
284+
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).
285285
286286
## INPUTS
287287

skype/skype-ps/skype/Get-CsOnlineLisLocation.md

Lines changed: 16 additions & 16 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
applicable: Skype for Business Online
44
title: Get-CsOnlineLisLocation
55
schema: 2.0.0
@@ -89,7 +89,7 @@ Specifies the identification number of the civic address that is associated with
8989
```yaml
9090
Type: Guid
9191
Parameter Sets: UseCivicAddressId
92-
Aliases:
92+
Aliases:
9393
Applicable: Skype for Business Online
9494

9595
Required: True
@@ -106,7 +106,7 @@ For example, "2nd Floor Cafe", "Main Lobby", or "Office 250".
106106
```yaml
107107
Type: String
108108
Parameter Sets: UseLocation
109-
Aliases:
109+
Aliases:
110110
Applicable: Skype for Business Online
111111

112112
Required: True
@@ -123,7 +123,7 @@ Valid inputs are "Assigned", or "Unassigned".
123123
```yaml
124124
Type: String
125125
Parameter Sets: (All)
126-
Aliases:
126+
Aliases:
127127
Applicable: Skype for Business Online
128128

129129
Required: False
@@ -139,7 +139,7 @@ Specifies the city of the target location.
139139
```yaml
140140
Type: String
141141
Parameter Sets: (All)
142-
Aliases:
142+
Aliases:
143143
Applicable: Skype for Business Online
144144

145145
Required: False
@@ -155,7 +155,7 @@ Specifies the country or region of the target location.
155155
```yaml
156156
Type: String
157157
Parameter Sets: (All)
158-
Aliases:
158+
Aliases:
159159
Applicable: Skype for Business Online
160160

161161
Required: False
@@ -171,7 +171,7 @@ Specifies the administrator defined description of the civic address that is ass
171171
```yaml
172172
Type: String
173173
Parameter Sets: (All)
174-
Aliases:
174+
Aliases:
175175
Applicable: Skype for Business Online
176176

177177
Required: False
@@ -204,7 +204,7 @@ If the Force switch isn't provided in the command, you're prompted for administr
204204
```yaml
205205
Type: SwitchParameter
206206
Parameter Sets: (All)
207-
Aliases:
207+
Aliases:
208208
Applicable: Skype for Business Online
209209

210210
Required: False
@@ -220,7 +220,7 @@ Specifies the unique identifier of the target location.
220220
```yaml
221221
Type: Guid
222222
Parameter Sets: UseLocationId
223-
Aliases:
223+
Aliases:
224224
Applicable: Skype for Business Online
225225

226226
Required: False
@@ -241,7 +241,7 @@ For example the command below will return locations 26-50 for Seattle.
241241
```yaml
242242
Type: Int32
243243
Parameter Sets: (All)
244-
Aliases:
244+
Aliases:
245245
Applicable: Skype for Business Online
246246

247247
Required: False
@@ -257,7 +257,7 @@ If present, the PopulateNumberOfVoiceUsers switch causes the cmdlet to provide t
257257
```yaml
258258
Type: SwitchParameter
259259
Parameter Sets: (All)
260-
Aliases:
260+
Aliases:
261261
Applicable: Skype for Business Online
262262

263263
Required: False
@@ -273,7 +273,7 @@ Specifies the maximum number of results to return.
273273
```yaml
274274
Type: Int32
275275
Parameter Sets: (All)
276-
Aliases:
276+
Aliases:
277277
Applicable: Skype for Business Online
278278

279279
Required: False
@@ -289,7 +289,7 @@ This parameter is reserved for internal Microsoft use.
289289
```yaml
290290
Type: Guid
291291
Parameter Sets: (All)
292-
Aliases:
292+
Aliases:
293293
Applicable: Skype for Business Online
294294

295295
Required: False
@@ -306,7 +306,7 @@ Valid inputs are: Valid, Invalid, and Notvalidated.
306306
```yaml
307307
Type: String
308308
Parameter Sets: (All)
309-
Aliases:
309+
Aliases:
310310
Applicable: Skype for Business Online
311311

312312
Required: False
@@ -322,7 +322,7 @@ Accept wildcard characters: False
322322
```yaml
323323
Type: SwitchParameter
324324
Parameter Sets: (All)
325-
Aliases:
325+
Aliases:
326326
Applicable: Skype for Business Online
327327

328328
Required: False
@@ -333,7 +333,7 @@ Accept wildcard characters: False
333333
```
334334
335335
### CommonParameters
336-
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).
336+
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).
337337
338338
## INPUTS
339339

0 commit comments

Comments
 (0)