Sharepoint

The NEW Sharepoint Admin Center

https://admin.microsoft.com/sharepoint?page=home&modern=true

Create new Permission Levels

  1. Open Sharepoint.
  2. Open your site.
  3. At the top right click settings, it is the gear
  4. Click “Site Permissions”
  5. Click “Advanced Permissions Settings”
  6. Click “Permission Levels”
  7. Click “Add a Permission Level”
  8. Give the permission a name, description and select the permissions you want
  9. click Create

Create a Custom Group

  1. Open Sharepoint.
  2. Open your site.
  3. At the top right click settings, it is the gear
  4. Click “Site Permissions”
  5. Click “Advanced Permissions Settings”
  6. Click “Create Group”
  7. Give the Group a name, description and select the permissions you want
  8. Click Create

How to delete a Sharepoint Site

https://support.office.com/en-us/article/delete-a-sharepoint-site-or-subsite-bc37b743-0cef-475e-9a8c-8fc4d40179fb

 

more on permissions

https://docs.microsoft.com/en-us/sharepoint/understanding-permission-levels?redirectSourcePath=%252fen-us%252farticle%252fUnderstanding-permission-levels-in-SharePoint-87ecbb0e-6550-491a-8826-c075e4859848

Give unique permissions to a list(directory), library, or survey

https://support.office.com/en-us/article/customize-permissions-for-a-sharepoint-list-or-library-02d770f3-59eb-4910-a608-5f84cc297782

 

Give permissions to folders

The following site says to set separate permissions for Library and separate permissions for folders in the Library. The steps they give are not the same for office 365. https://support.office.com/en-us/article/change-the-permissions-on-a-subfolder-5427bd7c-f20a-4f75-8cf2-5359dd45a1a6

Use these steps instead.

  1. Navigate to the site and library
  2. create a folder
  3. click the ellipsis next to the folder name
  4. click Manage Access
  5. click Advanced
  6. click Stop Inheriting Permissions at the top
  7. For existing users, edit the permissions of those in the current list by selecting the check boxes and clicking either Edit User Permissions or Remove User Permissions.
  8. For new users, click Grant Permissions and fill out the dialog box. Make sure you click Show options and select the appropriate permission level.

 

 

Sharepoint VBA

https://stackoverflow.com/questions/12217680/open-sharepoint-excel-files-with-vba

 

vba check if folder exist

https://bettersolutions.com/vba/functions/dir-function.htm

vba Make folder

https://bettersolutions.com/vba/functions/mkdir-statement.htm

 

OneDrive Sync

https://docs.microsoft.com/en-us/sharepoint/let-users-use-new-onedrive-sync-client

 

Silently Configure OneDrive

https://docs.microsoft.com/en-us/onedrive/use-silent-account-configuration

 

The Ultimate Guide to Microsoft Teams Permissions

Creating a Sharepoint Page vs a sub-site

https://technologyblog.rsmus.com/it-infrastructure/sharepoint-create-page-vs-sub-site/

 

Sharepoint Security

https://www.varonis.com/blog/sharepoint-security/

 

Access People and Groups

  1. go to your site and click Settings
  2. Site Permissions
  3. Advanced Permissions Settings
  4. Create Group
  5. at top click “People and Groups”
  6. at left, at top of tree, click Groups

How-tos for SharePoint Development

https://docs.microsoft.com/en-us/sharepoint/dev/general-development/how-tos-for-sharepoint

Leave a comment