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------------------

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

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

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

1419
## SYNTAX
@@ -27,10 +32,6 @@ Add-PnPTeamsTab -TeamsAppId <String>
2732
[-ByPassPermissionCheck [<SwitchParameter>]]
2833
```
2934

30-
## REQUIRED PERMISSIONS
31-
32-
* Microsoft Graph API: Group.ReadWrite.All
33-
3435
## EXAMPLES
3536

3637
### ------------------EXAMPLE 1------------------

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

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,11 @@ title: Add-PnPTeamsUser
99
# Add-PnPTeamsUser
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
@@ -20,10 +25,6 @@ Add-PnPTeamsUser -Team <TeamsTeamPipeBind>
2025
[-ByPassPermissionCheck [<SwitchParameter>]]
2126
```
2227

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

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

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

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

1111
## SYNOPSIS
12+
13+
**Required Permissions**
14+
15+
* SharePoint: Access to the SharePoint Tenant Administration site
16+
1217
Adds a new origin to the public or private content delivery network (CDN).
1318

1419
## SYNTAX
@@ -19,10 +24,6 @@ Add-PnPTenantCdnOrigin -OriginUrl <String>
1924
[-Connection <PnPConnection>]
2025
```
2126

22-
## REQUIRED PERMISSIONS
23-
24-
* SharePoint: Access to the SharePoint Tenant Administration site
25-
2627
## DESCRIPTION
2728
Add a new origin to the public or private CDN, on either Tenant level or on a single Site level. Effectively, a tenant admin points out to a document library, or a folder in the document library and requests that content in that library should be retrievable by using a CDN.
2829

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

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

1111
## SYNOPSIS
12+
13+
**Required Permissions**
14+
15+
* SharePoint: Access to the SharePoint Tenant Administration site
16+
1217
Adds or updates a theme to the tenant.
1318

1419
## SYNTAX
@@ -20,10 +25,6 @@ Add-PnPTenantTheme -Identity <ThemePipeBind>
2025
[-Connection <PnPConnection>]
2126
```
2227

23-
## REQUIRED PERMISSIONS
24-
25-
* SharePoint: Access to the SharePoint Tenant Administration site
26-
2728
## DESCRIPTION
2829
Adds or updates a theme to the tenant.
2930

sharepoint/sharepoint-ps/sharepoint-pnp/Apply-PnPTenantTemplate.md

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

1111
## SYNOPSIS
12+
13+
**Required Permissions**
14+
15+
* SharePoint: Access to the SharePoint Tenant Administration site
16+
1217
Applies a tenant template to the current tenant. You must have the Office 365 Global Admin role to run this cmdlet successfully.
1318

1419
## SYNTAX
@@ -51,10 +56,6 @@ Apply-PnPTenantTemplate -Template <ProvisioningHierarchy>
5156
[-Connection <PnPConnection>]
5257
```
5358

54-
## REQUIRED PERMISSIONS
55-
56-
* SharePoint: Access to the SharePoint Tenant Administration site
57-
5859
## EXAMPLES
5960

6061
### ------------------EXAMPLE 1------------------

sharepoint/sharepoint-ps/sharepoint-pnp/Approve-PnPTenantServicePrincipalPermissionRequest.md

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

1111
## SYNOPSIS
12+
13+
**Required Permissions**
14+
15+
* SharePoint: Access to the SharePoint Tenant Administration site
16+
1217
Approves a permission request for the current tenant's "SharePoint Online Client" service principal
1318

1419
## SYNTAX
@@ -19,10 +24,6 @@ Approve-PnPTenantServicePrincipalPermissionRequest -RequestId <GuidPipeBind>
1924
[-Connection <PnPConnection>]
2025
```
2126

22-
## REQUIRED PERMISSIONS
23-
24-
* SharePoint: Access to the SharePoint Tenant Administration site
25-
2627
## DESCRIPTION
2728
Approves a permission request for the current tenant's "SharePoint Online Client" service principal
2829

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

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

1111
## SYNOPSIS
12+
13+
**Required Permissions**
14+
15+
* Microsoft Graph API : One of Directory.ReadWrite.All, Group.ReadWrite.All, GroupMember.ReadWrite.All
16+
1217
Removes all current members from a particular Microsoft 365 Group
1318

1419
## SYNTAX
@@ -18,10 +23,6 @@ Clear-PnPMicrosoft365GroupMember -Identity <Microsoft365GroupPipeBind>
1823
[-ByPassPermissionCheck [<SwitchParameter>]]
1924
```
2025

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

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

0 commit comments

Comments
 (0)