Monthly Archives: September 2012

Join a Community of Technology Professionals

Microsoft myTechEd is a social networking and technical education resource developed for the technology professionals that attend TechEd North America, both in-person or virtually online. Year-round access to like-minded professionals provides myTechEd members with opportunities to LEARN and help advance … Continue reading

Posted in Uncategorized | 2 Comments

Google Webmaster

Everyone wants their own website to get a higher Google rank, but its far more complicated than it sounds — terms like site indexing, ranking and search engine optimisation are often bandied about. Google has a free service called ‘Webmasters’ … Continue reading

Posted in Uncategorized | 1 Comment

How to Uninstall the WSP solution using the Powershell?

  Start-SPAssignment -Global write-host “Deleting Solution………….” $solution = Get-SPSolution | where-object {$_.Name -eq $WSPName} # check to see if solution package has been installed if ($solution -ne $null) { # check to see if solution package is currently deployed if($solution.Deployed … Continue reading

Posted in Powershell | Tagged , | 1 Comment