PowerShell: The Ultimate Ginsu Knife

You don’t have to stay up until the wee hours of the morning looking for an amazing tool that slices and dices like the famed Ginsu Knife. Are you looking for a way to speed up your work? Are you tired of the same old routine? Would you be surprised that your answer is already at your fingertips? Windows PowerShell is the amazing tool that can slice, dice, mince, sort, group and more all of your data. But wait…there’s more. Continue reading

Post to Twitter Post to Delicious Post to Facebook Post to StumbleUpon

Posted in Active Directory, PowerShell, Quest Software, Scripting | Tagged , , | 1 Comment

Get Some Style

Windows PowerShell has many ways to present and store information. You can display it to the screen, write it to a file, send it to a printer, create an CSV or XML file or even a pretty HTML report. The ConvertTo-HTML cmdlet underwent a significant facelift for v2.0 and is a popular cmdlet. But I don’t think admins know how to fully take advantage of the cmdlet or have the right tools. Continue reading

Post to Twitter Post to Delicious Post to Facebook Post to StumbleUpon

Posted in PowerShell, Scripting | Tagged , | 4 Comments

New-PSDriveHere

I spend a lot of time, as you might expect, at a PowerShell prompt. Especially when training, presenting or doing demonstrations. Very often I’m in a folder with a long path like PS C:\users\jeff\Documents\Enterprise Mgmt Webinar. That takes up a lot of screen real estate and can be distracting. What I often will do is create a PSDrive for this folder. But that takes time. What I really need is a shortcut like a function with an alias. Here’s what I came up with. Continue reading

Post to Twitter Post to Delicious Post to Facebook Post to StumbleUpon

Posted in PowerShell, Scripting | Tagged , , , | 2 Comments