SharePoint Use Cases

Posts Tagged ‘powershell

Last year I wrote a PowerShell chapter for SharePoint 2010 Unleashed. One of the scripts that is available in the book allows you to easily backup SharePoint 2010 site collections. The Backup-SPSite cmdlet is available in SharePoint 2010 OOTB, but we wanted to show our readers you can do more with PowerShell. Therefore this script allows you to: [...]

Last weekend I presented at SharePoint Saturday Copenhagen 2011. Event was a great success and it was my pleasure to speak there for the second time. Copenhagen is such an amazing city! I have delivered two sessions on on InfoPath and one on SharePoint, here are the PowerShell slides: Automating SharePoint 2010 administration tasks with [...]

Configuring PDF related stuff for SharePoint 2010 (and 2007) is very simple, yet annoying and often forgotten SharePoint configuration step. There are nice articles (link, link) to help you configure it but when you do it manually chances are you will misconfigure something. I wrote a simple PowerShell script to automate this, and it will do everything for you [...]

Last year my friend Michael Noel asked me to contribute a chapter for his SharePoint 2010 Unleashed book, and I wrote a chapter on SharePoint 2010 PowerShell automation. As part of that book project we wrote a number of SharePoint PowerShell scripts with two scripts configuring SharePoint 2010 farm and most of the service apps without [...]

In case you have an existing site collection and want to enable language settings (multilingual SharePoint 2010 UI) for all the sites in that site collection, here is a simple PowerShell script to automate that task. It’s going to enable/disable multilingual UI and add a desired language/culture along with it. [System.Reflection.Assembly]::LoadWithPartialName("Microsoft.SharePoint") cls if((Get-PSSnapin | Where [...]

18 Oct, 2010

Run all SharePoint 2010 health rules now!

Posted by: Toni Frankola In: SharePoint|SharePoint 2010

Joel recently posted: Warning to SharePoint Administrators: Don’t Ignore the Red Health Bar and you should follow his advice and maintain your farm. While preparing a roll-out for a client I created yet another SharePoint 2010 lab/test farm. Once finished I wanted to check if everything is okey with the farm, but could not wait for hour/day/week [...]

In case you have been playing with SharePoint 2010 IW Demo VM you might bumped into this error: The query could not complete because the following items are not in a PerformancePoint trusted location… The solution for this problem is simple, you just need to add all PerformancePoint locations to the trusted list in PerformancePoint [...]

I deployed a custom made solution to the SharePoint 2010 Central Administration application. However when I tried to remove the solution and failed from both PowerShell and GUI. The solution remained in the Deployed state. After examining the log files I figured out that SharePoint timer iterates all the web applications except central admin. Here [...]

Well, sometimes things do not go as planned and you need to undo some things you did in SharePoint testing environment or for a client. As I am currently working on a script to install Service Applications I had a need to remove 10-20 service application from my testing farm automatically. Here is the script [...]



About

Real-life use case and opinions about collaboration, CRM and web technologies and stuff by Toni Frankola. More...

Toni Frankola - SharePoint MVP Profile

All postings on this blog are provided "AS IS" with no warranties, and confer no rights. All entries in this blog are my opinion and don't necessarily reflect the opinion of my employer.

Page optimized by WP Minify WordPress Plugin