Add to My Yahoo! | Google Reader or Homepage | Add to Windows Live | Add to Windows Live Alerts

Wictor Wilén

Microsoft Certified Master (MCM) - SharePoint 2010 | Microsoft Most Valuable Professional (MVP) - SharePoint Server MVP | Author

Class Links

This page contains links, blogs and white papers that I regurarly show, talk about or recommend during my SharePoint development classes.

General

Development Tools and Extensions

Development tips

Branding and Web Content Management

Visual Studio tips

Configuration/upgrade tips

PowerShell tips and snippets

Script snippet which waits for solution deployment jobs
Write-Host -ForeGroundColor Magenta "Starting and waiting for timer jobs to finish...(take a cup of coffee...)"
WHILE(get-sptimerjob | ?{$_.Name -match "solution-deployment"}) {
    get-sptimerjob | ?{$_.Name -match "solution-deployment"} | start-sptimerjob
    Start-Sleep 2
    Write-Host "." -nonewline -ForeGroundColor Magenta
}
Write-Host "." -ForeGroundColor Magenta
Start all Content Type Hub jobs
Write-Host -ForeGroundColor Green Starting Hub publisher job
get-sptimerjob | ?{$_.Name -match "MetadataHubTimerJob"} | start-sptimerjob

Write-Host -ForeGroundColor Green Starting Hub subscriber jobs
get-sptimerjob | ?{$_.Name -match "MetadataSubscriberTimerJob"} | start-sptimerjob

SharePoint solutions, Web Parts and tools

Books and magazines

Certification information