PowerShell Team

Automating the world one-liner at a time…

Latest posts

PowerShell Team
PowerShell Team
Sep 8, 2006

All crosshairs on the same prairie dog

When I lived in Colorado, I picked up the great concept/phrase, "All crosshairs on the same prairie dog".   Damon Cortesi recent blog ...

0
0
PowerShell Team
PowerShell Team
Sep 6, 2006

DateTime Utility Functions

I often want to find things that happened Today.  For instance, which files got changed today.  Windows PowerShell makes this easy to do but it can be...

0
0
PowerShell Team
PowerShell Team
Sep 2, 2006

BizTalk Server Applications: Get/Start/Stop

Tomas Restrepo has a nice script for getting/starting/stoping BizTalk Server Applications at: http://www.winterdom.com/weblog/2006/09/02/BTSResetWithPowerShell....

0
0
PowerShell Team
PowerShell Team
Aug 31, 2006

Tip of the Day

Exchange 2007 has implemented a Get-Tip cmdlet which emits a tip of the day.  Flaphead has written a small script which gets them all and has published ...

0
0
PowerShell Team
PowerShell Team
Aug 31, 2006

Writing and Reading info from Serial Ports

PSMDTAG:FAQ: How do I read/write data from a Serial Port? Writing to a Serial Port PS> [System.IO.Ports.SerialPort]::getportnames()COM3PS> $port= new-...

0
0
PowerShell Team
PowerShell Team
Aug 30, 2006

Background "jobs" and PowerShell

A lot of people have asked whegther Windows PowerShell can do UNIX job handling.  The paraphrase an old management salesperson joke, "YES - ...

0
0
PowerShell Team
PowerShell Team
Aug 30, 2006

Automating Dell Battery Replacement Discovery

MOW has done it again.  Checkout his blog entry which shows how to leverage Windows PowerShell to automate determining which of the Dell laptops in ...

0
0
PowerShell Team
PowerShell Team
Aug 30, 2006

PowerShell Namespsaces

A summary of the Namespaces PowerShell defines and uses.   System.Management.Automation System.Management.Automation serves as the root namespace for ...

0
0
PowerShell Team
PowerShell Team
Aug 28, 2006

Exchange 2007 Windows PowerShell Script Contest

Josh Maher has an exchange oriented blog at http://joshmaher.wordpress.com/ .  He is running a contest to for the best Exchange 2007 script ( http://...

0
0