LEARN with scripting TRAINING CREATE with SCRIPTING TOOLS SHARE in a COMMUNITY BUY Scripting Products

SAPIEN Solutions

SAPIEN homepage
PrimalScript script editor+ide
PrimalScope script debugger
Free Tools script utilities
SAPIEN Press tech books
ScriptingAnswers.com learn+share
ScriptingOutpost.com online store
Blog.Sapien.com official blog
Contact Us

 

Posts Tagged ‘cmdlet’

Managing Active Directory with Windows PowerShell - IN PRINT!

Monday, September 22nd, 2008 by Jeffery Hicks
Yes, its finally true. You can finally get your hands on Managing Active Directory with Windows PowerShell: TFM. The book is being printed so you can get your copy today. You can order it today at ScriptingOutpost.com in both print and ebook format. Or if you prefer the best of both worlds get both as a bundle.   More »

More Fun with History

Thursday, July 24th, 2008 by Jeffery Hicks
I blogged a few days ago about taking advantage of PowerShell's history. As I was looking at the history object I noticed the ExecutionStatus property. Most of the time it should be "completed". But what about commands that failed? Why not search my history buffer?   More »

Fun with History

Tuesday, July 22nd, 2008 by Jeffery Hicks
In the Pixar film Cars, Mater demonstrates to Lightning McQueen how to drive backwards. Lightning is astounded. Mater explains, "Don't need to know where I'm going as long as I know where I've been." Probably not the exact quote but the point is if you know what you've done or where you've been it makes it very easy to know where you're going or what to do next. In PowerShell you can take advantage of the shell's history objects to speed up what you want to do next.   More »

List PowerShell verbs

Monday, June 30th, 2008 by Jeffery Hicks
As you may be aware, PowerShell cmdlets are supposed to be named with a standard verb. I usually suggest that scripters name scripts and functions also using a standard verb, although it is not required and I certainly bend the rules from time to time. Hopefully by now you're saying to yourself, "Show me the verbs!"   More »

Quest AD Cmdlets 1.1 Beta Now Open to the Public

Thursday, May 1st, 2008 by Jeffery Hicks
Quest Software and the PowerGUI team have been quietly working on a private beta of the new version of their popular and effective cmdlets for managing Active Directory. That process has completed and the beta is now open to the public   More »

Scriptblocks as Cmdlet Parameter Values

Tuesday, April 22nd, 2008 by Don Jones
 Jeffrey Snover explains how scriptblocks can become the value for ANY cmdlet parameter. http://blogs.msdn.com/powershell/archive/2008/04/21/mindwarpingpower-cmdlets-scriptblock-parameters.aspx#comments…   More »


Entries (RSS) and Comments (RSS).