Displaying posts categorized under

Administration

SharePoint 2016 compatible version of the SharePoint Solution Installer released

I’ve updated the SharePoint Solution Installer to be compatible with SharePoint 2016. Release can be downloaded here: https://github.com/Visigo/sharepointinstaller/releases/tag/SharePointInstaller-SP2013-V1.5.0

Bulk Delete SharePoint Site Users with PowerShell

Below is a PowerShell script for deleting a filtered list of users from a SharePoint site.  Simply copy the script to a .ps1 file, adjust the $SITEURL to the url of the site and adjust the $USERNAMEFILTER to a lowercase string that is contained in all of the usernames you would like to delete. The […]