Archive for category Uncategorized
Quick modification of the Compare-Command.ps1 script
Posted by Karl Mitschke in Uncategorized, V2, V3 on August 8, 2012
I found a few issues with my Compare-Command script, and have resolved them. If you have already downloaded it from TechNet, thanks, and you can just modify the following two lines: Line 72 becomes:$V3Detailed |select -ExpandProperty Parameters |ForEach-Object -Process {$V3Paramaters += (“$($_.Name)=$($_.ParameterType.name)=$($V3ModuleName[0])“)} Line 82, likewise, becomes:$V2Detailed |select -ExpandProperty Parameters |ForEach-Object -Process {$V2Paramaters += (“$($_.Name)=$($_.ParameterType.Split(“.”)[-1])=$($V2ModuleName[0]))”)} While […]
Share-Story | Win-Prize
Posted by Karl Mitschke in Uncategorized on December 19, 2011
PowerShell Magazine is currently soliciting articles for a series called “How I Learned to Stop Worrying and Love Windows PowerShell”. Anyone can submit an article and potentially win a TrainSignal PowerShell course. Check it out at PowerShell Magazine, and help new users!
Updated CopyAsColorizedHTML module–Supports PowerGUI, PowerShell ISE, PowerShell Console
Posted by Karl Mitschke in Uncategorized on September 28, 2011
In a previous post (https://unlockpowershell.wordpress.com/2010/10/30/copytocolorizedhtmlscript-editor-add-on-for-powergui/), I discussed the add-on that I created for PowerGUI, which I use to copy scripts into colorized HTML. I am now using PowerShell V3, and though you can “break” PowerGUI to work with PowerShell V3 (http://csharpening.net/?p=588), I need my add-ons! I couldn’t really abandon PowerShell V3, but I can temporarily […]
One year on WordPress
Posted by Karl Mitschke in Uncategorized on November 20, 2010
Wow, what a year it’s been since I posted “Script remote DCOM / WMI access for a non admin” 29 posts and 21,698 views later, and here I am writing seven chapters in a book Who’d a thought THAT would happen! Thanks to Marco Shaw for getting me started on all this. And, a special […]