Automation/Scripting


Eureka Moments in PowerShell

Spending time to play around with PowerShell can lead to some of the best hidden secrets.

A 'Tail' of Two Files

PowerShell has finally simplified the "tail" command line tool. Here's a look at how.

PowerShell 3 Web of Wow, Part 3

In the final part of this PowerShell 3 series, we spotlight the New-WebServiceProxy cmdlet.

PowerShell 3 Web of Wow, Part 2

In part 2 of this series, we take a look at cmdlet RestMethod.

PowerShell 3 Web of Wow, Part 1

PowerShell has cmdlets for working with Web resources, including those up in the cloud. Let's take a look in this first of a three-part series.

PowerShell 3's PSDrive Persistence

New to PowerShell 3: PSDrives that no longer disappear when you end a session. Now, this week's nifty trick.

Fun with PowerShell's Out-GridView

PowerShell 3 stretches out the features of older cmdlets. Out-Gridview is one example, which I show off in this week's tip.

Is Exchange, Small Business Server Acting Strange? It Might Be WMF 3.0

Some versions of Exchange and Windows Small Business Server may fail to install or run, and Microsoft is warning that it might be the newest version of Windows Management Framework 3.0 released back in September.

Get Your PowerShell Object Properties In Order

PowerShell 3 deploys a new type adapter that will have you seeing hash table output in the order you want them to appear.

A Better View of PowerShell Help

Once you try the ShowWindow parameter in PowerShell 3's Get-Eventlog cmdlet, you'll turn less and less to Get-Help for that quick assist.

HTML Bits and Pieces, Part 3

Now that you're able to create HTML reports, how about doing something with it? Here's how to send it as an e-mail with the Send-MailMessage cmdlet.

HTML Bits and Pieces, Part 2

Let's customize those reports.

HTML Bits and Pieces, Part 1

Create a nice, formatted report via the ConvertTo-HTML cmdlet and a bit of formatting trickery to make the report easier on the eyes.

Pushing the ENV:

The Environment PSProvider gives you access to system environmental variables and creates the ENV PSDrive that can be viewed like any other drive.

Organize Your Scripts with PowerShell ISE 3

New to the ISE are collapsible regions, so that you don't have to scroll through dozens of lines of scripts.

Most   Popular