Delete users from User Information List
Delete Users from User information List. Get the user details from previous script matching the criteria and use excel to import from text and get the CSV #This script will…
Delete Users from User information List. Get the user details from previous script matching the criteria and use excel to import from text and get the CSV #This script will…
Get Users matching a Domain in User Information List. # Run with SharePoint 2010 Management Shell $webUrl = "http://SharePoint" $web = Get-SPWeb $webUrl #$list = $web.Lists $user = Get-SPUser -web…
So the situation is we cannot find the solution files which was deployed long ago and the best, quick and easy way to get all WSP files from SharePoint is…
By default organization browser web part is working on my site only and if you add the web part in any other page in different web application then will not…
No need to use Jquery and no more revert to template warnings !!!
Blobcache.txt # from http://blogs.technet.com/b/heyscriptingguy/archive/2010/09/14/use-powershell-to-script-changes-to-the-sharepoint-web-config-file.aspxfunction Enable-SPBlobCache {param( $WebApplication) process { $WebApp = $WebApplication.Read() # SPWebConfigModification to enable BlobCache $configMod1 = New-Object Microsoft.SharePoint.Administration.SPWebConfigModification $configMod1.Path = "configuration/SharePoint/BlobCache" $configMod1.Name = "enabled" $configMod1.Sequence = 0…
Very nice blog on scripts. Script Center