Skip to content

Commit 24aada7

Browse files
committed
Updated generated MD
1 parent 5acfab5 commit 24aada7

File tree

135 files changed

+675
-540
lines changed

Some content is hidden

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

135 files changed

+675
-540
lines changed

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

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,11 @@ title: Add-PnPHubSiteAssociation
99
# Add-PnPHubSiteAssociation
1010

1111
## SYNOPSIS
12+
13+
**Required Permissions**
14+
15+
* SharePoint: Access to the SharePoint Tenant Administration site
16+
1217
Connects a site to a hubsite.
1318

1419
## SYNTAX
@@ -19,10 +24,6 @@ Add-PnPHubSiteAssociation -Site <SitePipeBind>
1924
[-Connection <PnPConnection>]
2025
```
2126

22-
## REQUIRED PERMISSIONS
23-
24-
* SharePoint: Access to the SharePoint Tenant Administration site
25-
2627
## DESCRIPTION
2728
Connects an existing site to a hubsite
2829

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

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,11 @@ title: Add-PnPMicrosoft365GroupMember
99
# Add-PnPMicrosoft365GroupMember
1010

1111
## SYNOPSIS
12+
13+
**Required Permissions**
14+
15+
* Microsoft Graph API: All of Group.ReadWrite.All, User.ReadWrite.All
16+
1217
Adds members to a particular Microsoft 365 Group
1318

1419
## SYNTAX
@@ -20,10 +25,6 @@ Add-PnPMicrosoft365GroupMember -Identity <Microsoft365GroupPipeBind>
2025
[-ByPassPermissionCheck [<SwitchParameter>]]
2126
```
2227

23-
## REQUIRED PERMISSIONS
24-
25-
* Microsoft Graph API: All of Group.ReadWrite.All, User.ReadWrite.All
26-
2728
## EXAMPLES
2829

2930
### ------------------EXAMPLE 1------------------

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

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,11 @@ title: Add-PnPMicrosoft365GroupToSite
99
# Add-PnPMicrosoft365GroupToSite
1010

1111
## SYNOPSIS
12+
13+
**Required Permissions**
14+
15+
* SharePoint: Access to the SharePoint Tenant Administration site
16+
1217
Groupifies a classic team site by creating a Microsoft 365 group for it and connecting the site with the newly created group
1318

1419
## SYNTAX
@@ -26,10 +31,6 @@ Add-PnPMicrosoft365GroupToSite -Url <String>
2631
[-Connection <PnPConnection>]
2732
```
2833

29-
## REQUIRED PERMISSIONS
30-
31-
* SharePoint: Access to the SharePoint Tenant Administration site
32-
3334
## DESCRIPTION
3435
This command allows you to add a Microsoft 365 Unified group to an existing classic site collection, also known as groupifying.
3536

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

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,11 @@ title: Add-PnPOrgAssetsLibrary
99
# Add-PnPOrgAssetsLibrary
1010

1111
## SYNOPSIS
12+
13+
**Required Permissions**
14+
15+
* SharePoint: Access to the SharePoint Tenant Administration site
16+
1217
Adds a given document library as a organizational asset source
1318

1419
## SYNTAX
@@ -20,10 +25,6 @@ Add-PnPOrgAssetsLibrary -LibraryUrl <String>
2025
[-Connection <PnPConnection>]
2126
```
2227

23-
## REQUIRED PERMISSIONS
24-
25-
* SharePoint: Access to the SharePoint Tenant Administration site
26-
2728
## DESCRIPTION
2829
Adds a given document library as an organizational asset source in your Sharepoint Online Tenant. All organizational asset sources you add must reside in the same site collection. Document libraries specified as organizational asset must be enabled as an Office 365 CDN source, either as private or public. It may take some time before this change will be reflected in the webinterface.
2930

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

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,11 @@ title: Add-PnPOrgNewsSite
99
# Add-PnPOrgNewsSite
1010

1111
## SYNOPSIS
12+
13+
**Required Permissions**
14+
15+
* SharePoint: Access to the SharePoint Tenant Administration site
16+
1217
Adds the site as an organization news source in your tenant
1318

1419
## SYNTAX
@@ -18,10 +23,6 @@ Add-PnPOrgNewsSite -OrgNewsSiteUrl <SitePipeBind>
1823
[-Connection <PnPConnection>]
1924
```
2025

21-
## REQUIRED PERMISSIONS
22-
23-
* SharePoint: Access to the SharePoint Tenant Administration site
24-
2526
## EXAMPLES
2627

2728
### ------------------EXAMPLE 1------------------

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

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,11 @@ title: Add-PnPSiteClassification
99
# Add-PnPSiteClassification
1010

1111
## SYNOPSIS
12+
13+
**Required Permissions**
14+
15+
* Microsoft Graph API: Directory.ReadWrite.All
16+
1217
Adds one ore more site classification values to the list of possible values
1318

1419
## SYNTAX
@@ -18,10 +23,6 @@ Add-PnPSiteClassification -Classifications <String>
1823
[-ByPassPermissionCheck [<SwitchParameter>]]
1924
```
2025

21-
## REQUIRED PERMISSIONS
22-
23-
* Microsoft Graph API: Directory.ReadWrite.All
24-
2526
## EXAMPLES
2627

2728
### ------------------EXAMPLE 1------------------

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

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,11 @@ title: Add-PnPSiteCollectionAppCatalog
99
# Add-PnPSiteCollectionAppCatalog
1010

1111
## SYNOPSIS
12+
13+
**Required Permissions**
14+
15+
* SharePoint: Access to the SharePoint Tenant Administration site
16+
1217
Adds a Site Collection scoped App Catalog to a site
1318

1419
## SYNTAX
@@ -18,10 +23,6 @@ Add-PnPSiteCollectionAppCatalog -Site <SitePipeBind>
1823
[-Connection <PnPConnection>]
1924
```
2025

21-
## REQUIRED PERMISSIONS
22-
23-
* SharePoint: Access to the SharePoint Tenant Administration site
24-
2526
## EXAMPLES
2627

2728
### ------------------EXAMPLE 1------------------

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

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,11 @@ title: Add-PnPSiteDesign
99
# Add-PnPSiteDesign
1010

1111
## SYNOPSIS
12+
13+
**Required Permissions**
14+
15+
* SharePoint: Access to the SharePoint Tenant Administration site
16+
1217
Creates a new Site Design on the current tenant.
1318

1419
## SYNTAX
@@ -24,10 +29,6 @@ Add-PnPSiteDesign -Title <String>
2429
[-Connection <PnPConnection>]
2530
```
2631

27-
## REQUIRED PERMISSIONS
28-
29-
* SharePoint: Access to the SharePoint Tenant Administration site
30-
3132
## EXAMPLES
3233

3334
### ------------------EXAMPLE 1------------------

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

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,11 @@ title: Add-PnPSiteScript
99
# Add-PnPSiteScript
1010

1111
## SYNOPSIS
12+
13+
**Required Permissions**
14+
15+
* SharePoint: Access to the SharePoint Tenant Administration site
16+
1217
Creates a new Site Script on the current tenant.
1318

1419
## SYNTAX
@@ -20,10 +25,6 @@ Add-PnPSiteScript -Title <String>
2025
[-Connection <PnPConnection>]
2126
```
2227

23-
## REQUIRED PERMISSIONS
24-
25-
* SharePoint: Access to the SharePoint Tenant Administration site
26-
2728
## EXAMPLES
2829

2930
### ------------------EXAMPLE 1------------------

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

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,11 @@ title: Add-PnPTeamsChannel
99
# Add-PnPTeamsChannel
1010

1111
## SYNOPSIS
12+
13+
**Required Permissions**
14+
15+
* Microsoft Graph API: Group.ReadWrite.All
16+
1217
Adds a channel to an existing Microsoft Teams instance.
1318

1419
## SYNTAX
@@ -21,10 +26,6 @@ Add-PnPTeamsChannel -Team <TeamsTeamPipeBind>
2126
[-ByPassPermissionCheck [<SwitchParameter>]]
2227
```
2328

24-
## REQUIRED PERMISSIONS
25-
26-
* Microsoft Graph API: Group.ReadWrite.All
27-
2829
## EXAMPLES
2930

3031
### ------------------EXAMPLE 1------------------

0 commit comments

Comments
 (0)