1 min to read
Site Collection Administration Tool
This solution will allow site collection administrators to collect various information from one or more site collections. The solution is available for SharePoint 2013/Online and Teams.
Original Developers Dade Register & Gunjan Datta
Solution Code
The solution is designed to be used as is or further customized. Click here to access the code repository. To create your own the instance of the solution, follow the steps below.
- Fork the solution and clone it to your machine
- Install the libraries:
npm i
- Link TypeScript:
npm link typescript
- Build the Solution:
npm run all
Installation and Deployment
Upload Package
- Go to app catalog
- Click the upload button
- Upload the package file
- Select the
Make this solution available...
checkbox if you want to deploy the solution to teams - Click the deploy button
Optional
- Select the file
- Click on
Sync to Teams
to make the solution available in Teams
Create a Page
- Navigate to the target site
- Click on the
Pages
orSite Pages
library - Create a site page
- Name the page
- Add the webpart
- Publish the page
Comments