|
Convert and Compare CSVs
|
11-23-2010
|
305
|
0
|
|
Send emails
Just replace the email setting for your own. You can use the MailMessage class as well. There are...
|
10-11-2010
|
399
|
3
|
|
Get-DateTime
Recreates an MSDN sample for displaying Date/TIme Format. See links section for pointer to original...
|
07-24-2009
|
359
|
0
|
|
Get-LeapYear
This script creates four date objects and checks to see if the date is a leap year. The last object...
|
07-24-2009
|
228
|
0
|
|
Get-BillTotal
This script takes an amount (as a parameter), calculates the tip, and displays the total. Attributed...
|
07-24-2009
|
255
|
0
|
|
Get-MachineConfig
This script is a re-write of an MSDN sample which fetchs the machine.config Attributed to: Thomas...
|
07-24-2009
|
374
|
0
|
|
Get-Stack
This script creates a stack, pushes three objects onto the stack, then displays the stack. Attributed...
|
07-24-2009
|
245
|
0
|
|
Clear-Stack
This script creates a script and shows the impact of clearing the stack. Attributed to: Thomas Lee...
|
07-24-2009
|
231
|
0
|
|
Use-Queue
This script demonstrates the use of the .NET Queue object. Attributed to: Thomas Lee URL: http:...
|
07-22-2009
|
286
|
0
|
|
Show-QueueProperties
This script creates a queue, adds some items to it, prints out the contents, then syncs it. Attributed...
|
07-22-2009
|
252
|
0
|
|
Show-Queue
This script creates a queue, adds some items to it, and displays the queue. Finally, the clear method...
|
07-22-2009
|
254
|
0
|
|
Clear-Queue
This script creates a queue, adds some items to it, and displays the queue. Finally, the clear method...
|
07-22-2009
|
270
|
0
|
|
Sync-HashTable
This script creates and populates a hash table, then checks on and displays sync status. Attributed...
|
07-22-2009
|
261
|
0
|
|
Show-HashTableValues
This script creates and populates a Hash Table then displays the values, keys, etc. Attributed to...
|
07-21-2009
|
253
|
0
|
|
Show-HashTableProperties
This script creates, populates, then displays a hash table. It then displays table properties, keys...
|
07-21-2009
|
289
|
0
|
|
Get-HashTable2
This script creates and populates a hash table, then operates on the hash table. Attributed to:...
|
07-21-2009
|
292
|
0
|
|
Get-HashTable
This script create, populates and displays a hash table. Attributed to: Thomas Lee URL: http://www...
|
07-21-2009
|
270
|
0
|
|
Contains-HashTable
This script create and populates a hash table then demonstrates use of contains, containskey, and...
|
07-21-2009
|
252
|
0
|
|
Clone-HashTable
This script creates and populates a hash table, then demonstrates the use of the .clone() method...
|
07-21-2009
|
226
|
0
|
|
Clear-HashTable
This script creates and populates a hash table, then demonstrates use of the .clear method. Attributed...
|
07-21-2009
|
232
|
0
|