Skip to content

Commit 6df661c

Browse files
authored
PnP PowerShell July 2020 update
July 2020 doc update
2 parents 371dc6b + 24aada7 commit 6df661c

File tree

432 files changed

+8782
-1163
lines changed

Some content is hidden

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

432 files changed

+8782
-1163
lines changed

sharepoint/docs-conceptual/sharepoint-pnp/sharepoint-pnp-cmdlets.md

Lines changed: 102 additions & 42 deletions
Large diffs are not rendered by default.

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ Add-PnPAlert -List <ListPipeBind>
2323
[-Filter <AlertFilter>]
2424
[-Time <DateTime>]
2525
[-Web <WebPipeBind>]
26-
[-Connection <SPOnlineConnection>]
26+
[-Connection <PnPConnection>]
2727
```
2828

2929
## EXAMPLES
@@ -169,7 +169,7 @@ Optional connection to be used by the cmdlet. Retrieve the value for this parame
169169
Only applicable to: SharePoint Online, SharePoint Server 2019
170170
171171
```yaml
172-
Type: SPOnlineConnection
172+
Type: PnPConnection
173173
Parameter Sets: (All)
174174

175175
Required: False

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Add-PnPApp -Path <String>
1919
[-Scope <AppCatalogScope>]
2020
[-Overwrite [<SwitchParameter>]]
2121
[-Timeout <Int>]
22-
[-Connection <SPOnlineConnection>]
22+
[-Connection <PnPConnection>]
2323
```
2424

2525
### Add and Publish
@@ -30,7 +30,7 @@ Add-PnPApp -Path <String>
3030
[-Scope <AppCatalogScope>]
3131
[-Overwrite [<SwitchParameter>]]
3232
[-Timeout <Int>]
33-
[-Connection <SPOnlineConnection>]
33+
[-Connection <PnPConnection>]
3434
```
3535

3636
## EXAMPLES
@@ -148,7 +148,7 @@ Optional connection to be used by the cmdlet. Retrieve the value for this parame
148148
Only applicable to: SharePoint Online, SharePoint Server 2019
149149
150150
```yaml
151-
Type: SPOnlineConnection
151+
Type: PnPConnection
152152
Parameter Sets: (All)
153153

154154
Required: False

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Add-PnPApplicationCustomizer -ClientSideComponentId <GuidPipeBind>
2222
[-ClientSideComponentProperties <String>]
2323
[-ClientSideHostProperties <String>]
2424
[-Web <WebPipeBind>]
25-
[-Connection <SPOnlineConnection>]
25+
[-Connection <PnPConnection>]
2626
```
2727

2828
## DESCRIPTION
@@ -143,7 +143,7 @@ Optional connection to be used by the cmdlet. Retrieve the value for this parame
143143
Only applicable to: SharePoint Online, SharePoint Server 2019
144144
145145
```yaml
146-
Type: SPOnlineConnection
146+
Type: PnPConnection
147147
Parameter Sets: (All)
148148

149149
Required: False

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Add-PnPClientSidePage -Name <String>
2222
[-Publish [<SwitchParameter>]]
2323
[-HeaderLayoutType <ClientSidePageHeaderLayoutType>]
2424
[-Web <WebPipeBind>]
25-
[-Connection <SPOnlineConnection>]
25+
[-Connection <PnPConnection>]
2626
```
2727

2828
## EXAMPLES
@@ -168,7 +168,7 @@ Optional connection to be used by the cmdlet. Retrieve the value for this parame
168168
Only applicable to: SharePoint Online, SharePoint Server 2019
169169
170170
```yaml
171-
Type: SPOnlineConnection
171+
Type: PnPConnection
172172
Parameter Sets: (All)
173173

174174
Required: False

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Add-PnPClientSidePageSection -Page <ClientSidePagePipeBind>
1919
[-Order <Int>]
2020
[-ZoneEmphasis <Int>]
2121
[-Web <WebPipeBind>]
22-
[-Connection <SPOnlineConnection>]
22+
[-Connection <PnPConnection>]
2323
```
2424

2525
## EXAMPLES
@@ -118,7 +118,7 @@ Optional connection to be used by the cmdlet. Retrieve the value for this parame
118118
Only applicable to: SharePoint Online, SharePoint Server 2019
119119
120120
```yaml
121-
Type: SPOnlineConnection
121+
Type: PnPConnection
122122
Parameter Sets: (All)
123123

124124
Required: False

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Add-PnPClientSideText -Page <ClientSidePagePipeBind>
1919
-Text <String>
2020
[-Order <Int>]
2121
[-Web <WebPipeBind>]
22-
[-Connection <SPOnlineConnection>]
22+
[-Connection <PnPConnection>]
2323
```
2424

2525
### Positioned
@@ -30,7 +30,7 @@ Add-PnPClientSideText -Page <ClientSidePagePipeBind>
3030
-Column <Int>
3131
[-Order <Int>]
3232
[-Web <WebPipeBind>]
33-
[-Connection <SPOnlineConnection>]
33+
[-Connection <PnPConnection>]
3434
```
3535

3636
## DESCRIPTION
@@ -123,7 +123,7 @@ Optional connection to be used by the cmdlet. Retrieve the value for this parame
123123
Only applicable to: SharePoint Online, SharePoint Server 2019
124124
125125
```yaml
126-
Type: SPOnlineConnection
126+
Type: PnPConnection
127127
Parameter Sets: (All)
128128

129129
Required: False

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Add-PnPClientSideWebPart -Page <ClientSidePagePipeBind>
2020
[-WebPartProperties <PropertyBagPipeBind>]
2121
[-Order <Int>]
2222
[-Web <WebPipeBind>]
23-
[-Connection <SPOnlineConnection>]
23+
[-Connection <PnPConnection>]
2424
```
2525

2626
### Default with 3rd party web part
@@ -30,7 +30,7 @@ Add-PnPClientSideWebPart -Page <ClientSidePagePipeBind>
3030
[-WebPartProperties <PropertyBagPipeBind>]
3131
[-Order <Int>]
3232
[-Web <WebPipeBind>]
33-
[-Connection <SPOnlineConnection>]
33+
[-Connection <PnPConnection>]
3434
```
3535

3636
### Positioned with built-in web part
@@ -42,7 +42,7 @@ Add-PnPClientSideWebPart -Page <ClientSidePagePipeBind>
4242
[-WebPartProperties <PropertyBagPipeBind>]
4343
[-Order <Int>]
4444
[-Web <WebPipeBind>]
45-
[-Connection <SPOnlineConnection>]
45+
[-Connection <PnPConnection>]
4646
```
4747

4848
### Positioned with 3rd party web part
@@ -54,7 +54,7 @@ Add-PnPClientSideWebPart -Page <ClientSidePagePipeBind>
5454
[-WebPartProperties <PropertyBagPipeBind>]
5555
[-Order <Int>]
5656
[-Web <WebPipeBind>]
57-
[-Connection <SPOnlineConnection>]
57+
[-Connection <PnPConnection>]
5858
```
5959

6060
## DESCRIPTION
@@ -189,7 +189,7 @@ Optional connection to be used by the cmdlet. Retrieve the value for this parame
189189
Only applicable to: SharePoint Online, SharePoint Server 2019
190190
191191
```yaml
192-
Type: SPOnlineConnection
192+
Type: PnPConnection
193193
Parameter Sets: (All)
194194

195195
Required: False

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Add-PnPContentType -Name <String>
2020
[-Group <String>]
2121
[-ParentContentType <ContentType>]
2222
[-Web <WebPipeBind>]
23-
[-Connection <SPOnlineConnection>]
23+
[-Connection <PnPConnection>]
2424
```
2525

2626
## EXAMPLES
@@ -98,7 +98,7 @@ Accept pipeline input: False
9898
Optional connection to be used by the cmdlet. Retrieve the value for this parameter by either specifying -ReturnConnection on Connect-PnPOnline or by executing Get-PnPConnection.
9999
100100
```yaml
101-
Type: SPOnlineConnection
101+
Type: PnPConnection
102102
Parameter Sets: (All)
103103

104104
Required: False

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Adds a content type to a document set
1717
Add-PnPContentTypeToDocumentSet -ContentType <ContentTypePipeBind[]>
1818
-DocumentSet <DocumentSetPipeBind>
1919
[-Web <WebPipeBind>]
20-
[-Connection <SPOnlineConnection>]
20+
[-Connection <PnPConnection>]
2121
```
2222

2323
## EXAMPLES
@@ -75,7 +75,7 @@ Accept pipeline input: False
7575
Optional connection to be used by the cmdlet. Retrieve the value for this parameter by either specifying -ReturnConnection on Connect-PnPOnline or by executing Get-PnPConnection.
7676
7777
```yaml
78-
Type: SPOnlineConnection
78+
Type: PnPConnection
7979
Parameter Sets: (All)
8080

8181
Required: False

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Add-PnPContentTypeToList -List <ListPipeBind>
1818
-ContentType <ContentTypePipeBind>
1919
[-DefaultContentType [<SwitchParameter>]]
2020
[-Web <WebPipeBind>]
21-
[-Connection <SPOnlineConnection>]
21+
[-Connection <PnPConnection>]
2222
```
2323

2424
## EXAMPLES
@@ -72,7 +72,7 @@ Accept pipeline input: False
7272
Optional connection to be used by the cmdlet. Retrieve the value for this parameter by either specifying -ReturnConnection on Connect-PnPOnline or by executing Get-PnPConnection.
7373
7474
```yaml
75-
Type: SPOnlineConnection
75+
Type: PnPConnection
7676
Parameter Sets: (All)
7777

7878
Required: False

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ Add-PnPCustomAction -Name <String>
2626
[-ClientSideComponentProperties <String>]
2727
[-ClientSideHostProperties <String>]
2828
[-Web <WebPipeBind>]
29-
[-Connection <SPOnlineConnection>]
29+
[-Connection <PnPConnection>]
3030
```
3131

3232
### Default
@@ -45,7 +45,7 @@ Add-PnPCustomAction -Name <String>
4545
[-RegistrationType <UserCustomActionRegistrationType>]
4646
[-Scope <CustomActionScope>]
4747
[-Web <WebPipeBind>]
48-
[-Connection <SPOnlineConnection>]
48+
[-Connection <PnPConnection>]
4949
```
5050

5151
## DESCRIPTION
@@ -273,7 +273,7 @@ Accept pipeline input: False
273273
Optional connection to be used by the cmdlet. Retrieve the value for this parameter by either specifying -ReturnConnection on Connect-PnPOnline or by executing Get-PnPConnection.
274274
275275
```yaml
276-
Type: SPOnlineConnection
276+
Type: PnPConnection
277277
Parameter Sets: (All)
278278

279279
Required: False

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Add-PnPDataRowsToProvisioningTemplate -Path <String>
2222
[-TemplateProviderExtensions <ITemplateProviderExtension[]>]
2323
[-IncludeSecurity [<SwitchParameter>]]
2424
[-Web <WebPipeBind>]
25-
[-Connection <SPOnlineConnection>]
25+
[-Connection <PnPConnection>]
2626
```
2727

2828
## EXAMPLES
@@ -131,7 +131,7 @@ Accept pipeline input: False
131131
Optional connection to be used by the cmdlet. Retrieve the value for this parameter by either specifying -ReturnConnection on Connect-PnPOnline or by executing Get-PnPConnection.
132132
133133
```yaml
134-
Type: SPOnlineConnection
134+
Type: PnPConnection
135135
Parameter Sets: (All)
136136

137137
Required: False

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Add-PnPDocumentSet -List <ListPipeBind>
1818
-Name <String>
1919
-ContentType <ContentTypePipeBind>
2020
[-Web <WebPipeBind>]
21-
[-Connection <SPOnlineConnection>]
21+
[-Connection <PnPConnection>]
2222
```
2323

2424
## EXAMPLES
@@ -72,7 +72,7 @@ Accept pipeline input: False
7272
Optional connection to be used by the cmdlet. Retrieve the value for this parameter by either specifying -ReturnConnection on Connect-PnPOnline or by executing Get-PnPConnection.
7373
7474
```yaml
75-
Type: SPOnlineConnection
75+
Type: PnPConnection
7676
Parameter Sets: (All)
7777

7878
Required: False

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Add-PnPEventReceiver -Name <String>
2222
[-SequenceNumber <Int>]
2323
[-Force [<SwitchParameter>]]
2424
[-Web <WebPipeBind>]
25-
[-Connection <SPOnlineConnection>]
25+
[-Connection <PnPConnection>]
2626
```
2727

2828
## EXAMPLES
@@ -133,7 +133,7 @@ Accept pipeline input: False
133133
Optional connection to be used by the cmdlet. Retrieve the value for this parameter by either specifying -ReturnConnection on Connect-PnPOnline or by executing Get-PnPConnection.
134134
135135
```yaml
136-
Type: SPOnlineConnection
136+
Type: PnPConnection
137137
Parameter Sets: (All)
138138

139139
Required: False

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19,15 +19,15 @@ Add-PnPField [-AddToDefaultView [<SwitchParameter>]]
1919
[-Required [<SwitchParameter>]]
2020
[-Group <String>]
2121
[-Web <WebPipeBind>]
22-
[-Connection <SPOnlineConnection>]
22+
[-Connection <PnPConnection>]
2323
```
2424

2525
### Add field reference to list
2626
```powershell
2727
Add-PnPField -List <ListPipeBind>
2828
-Field <FieldPipeBind>
2929
[-Web <WebPipeBind>]
30-
[-Connection <SPOnlineConnection>]
30+
[-Connection <PnPConnection>]
3131
```
3232

3333
### Add field to list
@@ -45,7 +45,7 @@ Add-PnPField -DisplayName <String>
4545
[-Choices <String[]>]
4646
[-Formula <String>]
4747
[-Web <WebPipeBind>]
48-
[-Connection <SPOnlineConnection>]
48+
[-Connection <PnPConnection>]
4949
```
5050

5151
### Add field to web
@@ -59,7 +59,7 @@ Add-PnPField -DisplayName <String>
5959
[-Choices <String[]>]
6060
[-Formula <String>]
6161
[-Web <WebPipeBind>]
62-
[-Connection <SPOnlineConnection>]
62+
[-Connection <PnPConnection>]
6363
```
6464

6565
## DESCRIPTION
@@ -254,7 +254,7 @@ Accept pipeline input: False
254254
Optional connection to be used by the cmdlet. Retrieve the value for this parameter by either specifying -ReturnConnection on Connect-PnPOnline or by executing Get-PnPConnection.
255255
256256
```yaml
257-
Type: SPOnlineConnection
257+
Type: PnPConnection
258258
Parameter Sets: (All)
259259

260260
Required: False

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Adds a field to a list or as a site column based upon a CAML/XML field definitio
1717
Add-PnPFieldFromXml -FieldXml <String>
1818
[-List <ListPipeBind>]
1919
[-Web <WebPipeBind>]
20-
[-Connection <SPOnlineConnection>]
20+
[-Connection <PnPConnection>]
2121
```
2222

2323
## EXAMPLES
@@ -68,7 +68,7 @@ Accept pipeline input: True
6868
Optional connection to be used by the cmdlet. Retrieve the value for this parameter by either specifying -ReturnConnection on Connect-PnPOnline or by executing Get-PnPConnection.
6969
7070
```yaml
71-
Type: SPOnlineConnection
71+
Type: PnPConnection
7272
Parameter Sets: (All)
7373

7474
Required: False

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Add-PnPFieldToContentType -Field <FieldPipeBind>
1919
[-Required [<SwitchParameter>]]
2020
[-Hidden [<SwitchParameter>]]
2121
[-Web <WebPipeBind>]
22-
[-Connection <SPOnlineConnection>]
22+
[-Connection <PnPConnection>]
2323
```
2424

2525
## EXAMPLES
@@ -85,7 +85,7 @@ Accept pipeline input: False
8585
Optional connection to be used by the cmdlet. Retrieve the value for this parameter by either specifying -ReturnConnection on Connect-PnPOnline or by executing Get-PnPConnection.
8686
8787
```yaml
88-
Type: SPOnlineConnection
88+
Type: PnPConnection
8989
Parameter Sets: (All)
9090

9191
Required: False

0 commit comments

Comments
 (0)