All About SharePoint is a blog about SharePoint, InfoPath and related technologies. It was started in 2005 and has good readership in many countries. It covers SharePoint 2003, 2007, 2010, 2013, 2016 and Office 365. You can read articles, tips, tutorials and news. It has code samples and complete applications as well.
Wednesday, May 3, 2017
Upgrade from SharePoint 2010 to SharePoint 2016
Wednesday, October 15, 2014
How to Upload Files to SharePoint 2013 with PowerShell
Read more>>
Tuesday, September 20, 2011
PowerShell Tool to Enumerate the Content Type Usage in SharePoint 2010 (Via Ingo Karstein)
Extracted from the original post
“A customer of mine has the problem that he wants to remove a Web Content Type but SharePoint says the content type is still in use.
Therefore I created a tool for enumerating all web and list content types of all sites.
The following script scans the SharePoint farm and creates a Windows form with a Tree view like this:”
For complete post, visit Ingo’s Blog here.
Thursday, August 4, 2011
SharePoint PowerShell Timer Jobs: Run PowerShell scripts in SharePoint Timer Service context.(Via ikarstein)
Extract from the original post “I’ve created a new project that combines my two primary technical passions: SharePoint 2010 and PowerShell. ![]()
The project “SharePoint PowerShell Timer Jobs” lets you create, modify and delete SharePoint timer jobs that run PowerShell scripts in the context of the SharePoint Timer Service!
It’s on Codeplex – including source code:
- http://sppowershelltimerjob.codeplex.com.
- It’s "BETA" at the moment – version 0.1.0.0.
I hope you will love it! (If so please let me know!) – Please feel free to extend the project. If you do so please share your extensions with the community!!!
PowerShell Timer Jobs could be very useful. I’ll use it for “SharePoint Warmup”. Therefore I create a PowerShell script some months ago. This I will port to a PowerShell Timer Job and post it on my blog…”
Visit Ikarstein’s blog for more details.
Wednesday, April 27, 2011
Setting the Portal Site Connection with PowerShell in SharePoint 2010 (Via Todd O. Klindt )
“When I do SharePoint admin talks I also preach the value of scaling by site collections instead of webs. This provides numerous benefits like permissions boundaries, scalability, and quotas. One of the first pushbacks I get on this is navigation. Navigation is also bounded at the site collection level, so each site collection has different navigation, which makes it difficult for end users to get out of the site collection to other SharePoint content. Discoverability is an issue.”
For complete article please visit Todd’s blog here.
