|
Test Range of IPs and resolve DNS Name
|
07-13-2010
|
58
|
0
|
|
Test-Connection to Multiple Hosts
Test-Connection to many hosts.
|
06-27-2010
|
60
|
0
|
|
Retreive Network Adapter Settings
This script will retreive network adapter settings for windows host machines and create an Excel...
|
03-10-2010
|
262
|
0
|
|
Test connection and resolve IP address
These two one-liners will check the range of IP addresses and output the host name of online machines...
|
12-31-2009
|
243
|
0
|
|
Get-Workgroup & Join-Workgroup
This script defines cmdlets that can be used to get the name of the Windows Workgroup that a computer...
|
11-25-2009
|
100
|
3
|
|
GET DHCP Scope informations - VERSION1
This script permits to get informations (or export) DHCP Scope informations from remote DHCP server...
|
03-06-2009
|
458
|
0
|
|
|
Get-ComputersOnline.ps1
This Script Pings through a List of Computers and returns IP, ComputerName and Status to a HashTable...
|
02-27-2009
|
318
|
0
|
|
Send SMTP Mail Message with BCC
This script creates an SMTP Mail message, with To;, From: and BCC:, then sends it using a local...
|
01-18-2009
|
317
|
0
|
|
GET Ftp File function
This script show you how to Get File from a FTP Server. This script was a modification from a script...
|
01-06-2009
|
500
|
0
|
|
Validate IP Address string (alternative)
This script demonstrates an alternative way to validate an string as being an IP address using ...
|
11-29-2008
|
244
|
1
|
|
Validate IP address string
This script creates an array of three strings representing potential IP address strings then validates...
|
11-29-2008
|
224
|
0
|
|
Analyze URL
Sometimes, you may want to disassemble a URL and retrieve specific information, for example the...
|
11-27-2008
|
198
|
0
|
|
Identify Host Name Type
The Function Check-Hostname provides a simple wrapper around the CheckHostName() static method found...
|
11-27-2008
|
179
|
0
|
|
Validate input as URL
illustrates how to use the System.URI type to ensure a string really is a URL/URI. The function...
|
11-27-2008
|
175
|
1
|
|
validate Email address
uses the System.Net.Mail.MailAddress type to check whether a given string is a valid email address...
|
11-26-2008
|
165
|
0
|
|
validates IP address
function isIPAddress returns $true for valid IP addresses, otherwise $false. It validates IP addresses...
|
11-26-2008
|
179
|
0
|
|
Send SMTP Mail Message Using PowerShell and .NET
This script uses the .NET Classes System.Net.Mail.Mailmessage, System.Net.Mail.MailAddress and System...
|
11-24-2008
|
425
|
5
|
|
Send Mail with Outlook
This script using Outlook for send the eMail.
|
11-17-2008
|
284
|
5
|
|
Send SMTP mail
script illustrates how you can send SMTP mails with just a couple of lines of code. Example uses...
|
11-15-2008
|
356
|
0
|
|
Pipeline filter to check online status
Defines a filter called "check-online" which can be used in a pipeline to filter out all...
|
11-15-2008
|
186
|
0
|