|
Demonstrates Parameter attribute usage in PowerShell V2...
This script is decorated with Paramater Attributes and the Example block show sample usage.This...
|
12-29-2008
|
244
|
0
|
|
Formatting date and time
Uses .NET's formatting strings to format date/time. This reproduces an MSDN sample originally...
|
12-28-2008
|
396
|
0
|
|
Validates an email address
Uses a web service at http://webservicex.net to validate an email address. This script shows off...
|
12-28-2008
|
250
|
1
|
|
Parses strings into Integers using Intxx.Parse method
This script parses a few strings into integers. The first string is a hex string that is parsed...
|
12-22-2008
|
210
|
0
|
|
Sophisticated HTML Report
Use ConvertTo-HTML to create colorful and stylish HTML reports by adding a few HTML styles.
|
11-10-2008
|
399
|
0
|
|
Fun With Functions
This exercise illustrates some simple functions. Notice that when you call functions you don't...
|
09-11-2008
|
294
|
0
|
|
Launch IE to PowerShell.com
Something fun to do with three little lines. $ie is a variable that holds a reference to the newly...
|
09-11-2008
|
272
|
1
|