Questions tagged [site-collection]
A site collection is made up of one top-level site and all sites below it.
996 questions
0 votes
0 answers
18 views
Impact of organisation name change on our SharePoint Online site
Our small organisation will soon undergo a rebrand which will involve a totally new name and, as a result, a new website domain etc. We want to know how this impacts our SharePoint Online site? More ...
1 vote
1 answer
164 views
SPO and Site Collection Policies
quick question : Does the site collection feature "Site Collection Policies" still exists in SharePoint Online ? I see "Site Policy", but my client says that it differs, and I am ...
0 votes
1 answer
925 views
How to get the site's html in SharePoint?
I want to use REST API to get the site's HTML in SharePoint. For example: https://demo.sharepoint.com/sites/siteDemo. Can I do it?
1 vote
0 answers
61 views
Site Owners(added explicitly in OOTB SP Owner group) are not able to delete the site
I have a scenario where the user is the owner of the site, granted Full Control permission via default SP Owners group but when the user tries to delete the site, it gives an access denied error. I ...
0 votes
0 answers
163 views
SharePoint CSOM API - Current site is not a tenant administration site
We use this code to iterate tenants site collections: string url = $"https://{initialDomainName}-admin.sharepoint.com"; var context = new ClientContext(url); context.ExecutingWebRequest += (...
1 vote
2 answers
833 views
PNP script to get all subsite in a single site collection, please with MFA for SP online
Found plenty of scripts but they are not with MFA. MFA is a standard now, do not understand why people insist of creating scripts not considering that. Can someone help?
0 votes
2 answers
2k views
Update Propertybag values in sharepoint using REST API
I need to update the Property bag values in sharepoint Using REST API. I am able to get the Values but not able to update. Need help on this.
0 votes
0 answers
100 views
Query range site URL is missing or is invalid
I want de delete a modern sharepoint site. but I get the message: Query range site ULR is missing or is invalid What can I do about this so I can delete the site?