[PowerShell] Write a Custom PowerShell Cmdlet in C#
Particularly with SharePoint 2010, I have become a huge fan of Microsoft PowerShell. In addition to writing complex PowerShell scripts (.ps1 files), I have found it very useful to write my own C#-based...
View Article[PowerShell] Using Common Verbs for Custom PowerShell Cmdlets in C#
In my previous post, [PowerShell] Write a Custom PowerShell Cmdlet in C#, I mentioned that the commond verbs built-in to PowerShell should be used whenever possible. using System; using...
View Article[PowerShell] How To Debug a Custom C# PowerShell Cmdlet
In my previous couple of posts I have been discussing how to write a custom PowerShell Cmdlet in C# ([PowerShell] Write a Custom PowerShell Cmdlet in C# and [PowerShell] Using Common Verbs for Custom...
View Article[SharePoint 2013] Using PowerShell to Set the Theme Color Palette of a...
SharePoint 2013 includes a pretty useful theming engine that is light years ahead of previous versions of SharePoint. There is one caveat that is a bit annoying: you cannot apply the themes to certain...
View Article[SharePoint 2010] Fixing the web part on the blog site home page
After removing the blog posts web part on the home page of a SharePoint 2010 blog site, you may have noticed that there isn’t a simple way to get it back. There isn’t a web part in the Web Part Gallery...
View ArticlePS Reference App – PowerShell Cmdlet and About Topic reference app for iOS
My first iOS app is now available in the App Store: PS Reference Pro The PS Reference Pro app is quick reference for PowerShell Cmdlets and About Topics for iPhone and iPad devices. The app includes...
View ArticleNew Book: Automating Microsoft Azure with PowerShell
My second book, Automating Microsoft Azure with PowerShell, has been published. It can be purchased from Amazon here: http://tinyurl.com/n9k9hy7. What You Will Learn From This Book Connect to...
View Article