powershell
876 TopicsSharePoint page to display Computer Information
Is it possible to have a sharepoint page display computer information on the page from the users device (Machine name, ip, logged in user, OS Version etc)? I have a powershell script that can get this information however I've not found a way i can run this on the page when it opens. Any help would be apricated. thanks66Views1like3CommentsHow to add social bar(Like,share,view) in SharePoint modern pages
Hi, hope all are doing well. My requirements is to 1. Add the social bar(like,share,view) under each section in SharePoint modern pages. In SharePoint we have the social bar under each pages but my need is to view it under each section of SharePoint pages. Please help me. Thanks in advance 🙂4.9KViews0likes4CommentsPreventing creation of sub-folders
I have been creating some new group connected SPO sites. I have been asked to restrict users from creating sub-folders for some of the base folders. Structure is as follows: Shared Documents General Folder 1 Folder 2 Folder 3 I want to allow users to create folders in Folder 1 and 2, but for Folder 3, not be able to create sub-folders, BUT they must still be able to create and modify files. Is this even possible, ideally looking for a PowerShell solution, anyone have any pointers?51Views0likes1CommentSharePoint Guest Expiry
We have recently enabled the SharePoint guest expiry setting on our tenant and set this at 30 days. However, we have noticed that this hasn't filtered down to all existing sites which have a custom guest expiration set (e.g. they are still set to expire after 60 days rather than the org level setting of 30 days). I know that we can change this manually on the sites that we are aware of, but we have thousands of sites. Therefore, is there a way of: Getting an export of all SharePoint sites that do not match the org level setting of 30 days guest expiry AND Ensuring that all SharePoint sites are set to match the org level setting of 30 days for the sites that we have external sharing switched on for64Views0likes1Commentcan PnpOnline script move files to a different library and retain same created and modified dates?
Hi there, Is it possible to move Sharepoint files to a different library and retain the created & modified dates using a PowerShell script? I've only been able to do it with a PowerAutomate flow which is tedious to set up. The method I'm trying with the PowerShell script downloads the file temporarily and then uploads it but treats it as a new file - which it is - and even with steps to match the metadata - which works for all other custom columns doesn't seem to work for modified and created date fiels. I've also gone down the path of TEST API call - doesn't error but doesn't achieve end goal of moving over the created and modified dates from original file. Any pointers would be greatfully appreciated. Am I wasting my time and should I give up and use PowerAutomate?Solved127Views0likes4CommentsFind all columns internal names in SharePoint list
Hello! Is there a way I can find all internal names of columns in a SharePoint site? Rather than having to go into each column individually and check the URL? I have 20+ fields and I would like to hope there's a way to run a report of some kind to tell me what all the field names are in one list! TIA!Solved157Views0likes3Comments