SharePoint WSP right click add solution
For anyone doing SharePoint development I have one of the best tips I would recommend to anyone (a coworker of mine, Bo Cherry, found this tip). You can add a solution with just right clicking on a...
View ArticleEnd user training for SharePoint 2010
If you need to provide end user training for SharePoint 2010 here is a link to some MS videos. http://tinyurl.com/ybd46h6
View ArticleCareer advice
I have learned a few valuable lessons over my career in IT. I’ve had the luck of working with some very experienced and smart people. Here are just a few items I have learned (in no particular order):...
View ArticleHow to deploy a feature through PowerShell
Every time I go to deploy a feature from outside Visual Studio I forget the PowerShell commands. I found the Corey Roth has a great blog entry about it and I end up going there. So I decided to finally...
View ArticleHow to remove a feature with PowerShell
Here are the PowerShell commands to remove a feature. Step 1 Uninstall the feature. Uninstall-SPSolution -identity “<WSP FileName>” (For ex, Uninstall-SPSolution -identity...
View Article