|
Using Beep Sound in PowerShell
Hi, This is a just a cool PowerShell technique. If we can use a Beep is our PowerShell Script it...
|
02-23-2012
|
96
|
0
|
|
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
|
457
|
0
|
|
Formatting date and time
Uses .NET's formatting strings to format date/time. This reproduces an MSDN sample originally...
|
12-28-2008
|
605
|
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
|
432
|
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
|
375
|
0
|
|
Sophisticated HTML Report
Use ConvertTo-HTML to create colorful and stylish HTML reports by adding a few HTML styles.
|
11-10-2008
|
730
|
0
|
|
Fun With Functions
This exercise illustrates some simple functions. Notice that when you call functions you don't...
|
09-11-2008
|
566
|
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
|
515
|
1
|