
Have you written a script that accomplishes some administrative task? Please share it! Just navigate to the appropriate category and click the "Contribute to this category" link!
You are here: Top > Misc PowerShell
Contribute to this category
Sub-Categories
(no categories are available)
Scripts
Finding all the MDB files Contributed by Michael Felkins
Here are some one line scripts that find mdb files in a specific direectory, A whole drive or from a list of filesmove a sms2003 script Contributed by mike mccafferty
this script will move a sms 2003 collection from one parent to another. user supplies collectionIDs and server info in the codePowershell ping sweep script Contributed by Greg Guntz
This collection of scripts performs a ping sweep and outputs responding ips to a text file. There are 3 scripts. One script for /8, /16, and /24 net blocks. Readme included for details and execution assistance.Sample of Forms using FLowLayoutPanel Contributed by Jim Vierra
Demonstrates how to build a Form with the FlowLayoutPanel control. Also good for learning how to use controls and Forms in PowerShell. This is a very basic demo. It uses a very linear and direct coding style for clarity so it should be a good starting point for anyone wishing to learn how forms can be used in PowerShell.Send SMTP mail from PowerShell Contributed by Jim Vierra
USe NetMail 2.0 classes to send SMTP mail. Authenticates on public servers. Code uses full MailMessage class. This is a code template or demo to get you started. message can be modified to send HTML mail and add attachments.