Prof. Powershell


Managing Restore Points with PowerShell

Windows System Restore can be managed through several PowerShell cmdlets. We cover some of them here.

Here, Here (The Here String)

Order in the script -- with the here string.

Default Parameter Values: Better with PS 3

Working with variables will improve with the next version of PowerShell. Take this week's example, $PSDefaultParameterValues, a new automatic variable.

Slice and Dice with Hash Tables in PowerShell

The Group-Object cmdlet can offer up lots of information if you extract that info through hash tables. Here's how.

Process Buried Treaure

PowerShell can dig up information on processes pretty easily. It's all in the FileVersion property.

To DIR, with Love; Or, How PowerShell 3 Will Improve Get-ChildItem

PowerShell 3 makes some much-needed improvements to the Get-ChildItem cmdlet.

Can I Get a Little PowerShell Help?

When looking for cmdlet help, PowerShell 3 goes beyond version 2 with an Update-Help cmdlet.

Enum's the Limit

Let's start off 2012 with a tip I learned just recently: Using the PowerShell $FormatEnumerationLimit variable to customize the number of entries viewable via the Dir command.

PowerShell 2 and 3, Side by Side

Here's something nifty: you don't have uninstall PowerShell 2 to use version 3.

PowerShell 3 Goes With The Flow

PowerShell 3 adds new console redirection operators for streaming pipeline output.

Start-Process Cmdlet: The Best of Both Worlds

Sometimes the standby command-line or resource kit tools work best. Still, there is a way to use information from those tools with further processing in PowerShell and this command helps.

Alternate Alternate Credentials

Go GUI-less and avoid the Get-Credential cmdlet's dialog with this helpful script for supplying alternative credentials.

  • Code Download

    File Type: .x-zip-compressed File Size: 705 Bytes

Constant Companion

There's power in defining constants, even in PowerShell. Check out this week's tip.

One-of-a-Kind PowerShell Cmdlets

PowerShell can help you retrieve collections of objects or services, or just a unique subset of information. Let's look at a few cmdlets that can help you narrow your focus.

Start Me Up: Scripting a Logon with PowerShell

I advise against it. But if you must use a logon script to authenticate, here's how to get it done with PowerShell.

Most   Popular