script
4 TopicsScript from 2 csv - URL list and Folder list
Hello there! I have 2 csv files. one has 82 rows with unique site address. like below the other has 1314ish folder names with path. like below Previously, I used to create 1000s of folder per site per script and now I have to create the same set of folders on 82 sites. so was trying to improvise the script by importing a csv and added 'for each'. the script works but skips all sites and goes to the last site in the list and creates the 1314 folders with correct permission. below is what I added to the script trying to trigger the loop. Please help! Would you need the full script? let me know, its 107 lines though. 🙂 $csvs= Import-CSV $csvfilepathsite foreach ($row in $csvs) { $url = $row.siteurl $GroupNames=$row.GroupNames985Views0likes1CommentReport on number of files in SharePoint Document Libraries
Hi We have Office365 / SharePoint Online and have about 50 sites created (mainly due to Teams) and we want to be able to find out how many files are stored in the document libraries of each site Anyonw know of a way to do this? Thanks1.1KViews0likes1CommentSite themes via Rest.
I tried following at https://docs.microsoft.com/en-us/sharepoint/dev/declarative-customization/site-theming/sharepoint-site-theming-rest-api I keep getting the following response: <!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <title>Error</title> </head> <body> <pre>Cannot POST /_api/thememanager/AddTenantTheme</pre> </body> </html>1.9KViews0likes3Comments