-
Recent Posts
Recent Comments
Archives
- May 2013
- April 2013
- January 2013
- September 2012
- July 2012
- April 2012
- March 2012
- January 2012
- December 2011
- October 2011
- September 2011
- March 2011
- September 2010
- July 2010
- May 2010
- January 2010
- December 2009
- October 2009
- September 2009
- August 2009
- July 2009
- May 2009
- April 2009
- March 2009
- February 2009
- January 2009
- December 2008
- November 2008
- October 2008
- September 2008
- August 2008
- June 2008
- May 2008
- April 2008
- March 2008
- February 2008
- January 2008
- December 2007
- November 2007
- October 2007
- September 2007
- June 2007
- May 2007
- March 2007
- January 2007
- December 2006
- November 2006
- October 2006
- September 2006
- August 2006
- July 2006
- June 2006
- May 2006
- April 2006
- March 2006
- February 2006
- January 2006
- December 2005
- November 2005
- September 2005
- August 2005
- June 2005
- March 2005
- January 2005
- December 2004
Categories
Meta
Monthly Archives: May 2006
Front Range Code Camp Presentation on PowerShell
I presented this past Saturday (May 20th) at the Front Range Code Camp in Denver on Windows PowerShell. That was the first time I’ve been involved with a code camp. It was fun. Unfortunately my session was during the last time … Continue reading
Posted in PowerShell
Leave a comment
SelectHistory.ps1 – Extracting Commands from History
I wanted a way to be able to pick both individual lines from my history as well as ranges. This is handy if you have been playing around at the prompt and want to copy a number of individual commands … Continue reading
Posted in PowerShell
2 Comments
SU.PS1 Script
The following script allows you to run another PowerShell as a different user. I use this sort of functionality when I’m testing software on another account (typically a standard user account). I know, bad dev, I should be running as standard user instead … Continue reading
Posted in PowerShell
2 Comments
PowerShell RC1 Refreshed
Microsoft just posted a "refreshed" RC1 of PowerShell at: http://www.microsoft.com/downloads/details.aspx?familyid=2B0BBFCD-0797-4083-A817-5E6A054A85C9&displaylang=en One issue had to do with not recognizing digital signatures on VBS and MSI files. The other was that RC1 wouldn’t install on 64bit Vista.
Posted in PowerShell
2 Comments
Using PoSH to Analyze LUA Predictor Log Files
I’ve been testing some of our applications for Vista User Account Control compatibility on Windows XP using Application Verifier with the LUA Privilege Predictor. This tools spits out some massive XML log files. So big that Internet Explorer balloned up … Continue reading
Posted in PowerShell
Leave a comment