|
Windows Scheduled Tasks inventory
As you may know, there are 2 APIs to manage scheduled tasks in Windows: schtasks (used by normal...
|
05-28-2009
|
1,184
|
10
|
|
Create ZIP archives
Uses an external free ZIP library to create flat and hiearchical ZIP files right from the PowerShell...
|
12-01-2008
|
1,011
|
9
|
|
Query MySql database
get-myservers Script will query a mySQL database for all servers assigned to a specific person,...
|
02-16-2010
|
637
|
6
|
|
Remote uninstall with GUI v2
Easiest way to perform remote installations. That's the version 2. Some bugs fixed. There's...
|
09-21-2010
|
1,178
|
6
|
|
Exporting SMTP Relay IP List
You can use this to create a backup list of IP Addresses from your old 2003 Smtp Relay.
|
06-13-2012
|
176
|
6
|
|
Open DialogBox by using Com Object
This script permits to show you how to open a dialog box by using COM Object : UserAccounts.CommonDialog
|
12-22-2008
|
519
|
6
|
|
Send Mail with Outlook
This script using Outlook for send the eMail.
|
11-17-2008
|
722
|
5
|
|
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
|
998
|
5
|
|
Get service on remote server
This script permits to give you the status , state, and start mode for a set of remote server #...
|
03-24-2009
|
1,087
|
5
|
|
Rename Computer by using WMI
Hello This script shows you how to rename computer by using WMI How to use it : & .\rename-computerName...
|
01-18-2009
|
770
|
4
|
|
Add domain users to an local group on a remote pc
A simple script, but very handy! Any comments or questions are welcome PS. Fill in your own domain...
|
11-01-2012
|
209
|
4
|
|
Move computer to required OU based on computer type
A new version of the script. In this version it is not necessary to have the Quest Active Roles...
|
09-15-2010
|
2,340
|
3
|
|
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
|
436
|
3
|
|
Resolve Hostname
Resolves a host name using .NET and returns all IP-Addresses
|
11-10-2008
|
482
|
3
|
|
Network Tools v2
Now all integrated and with good error handling. Ping Nslookup Get BIOS information Get Services...
|
10-21-2010
|
1,483
|
3
|
|
"I need a VM just like ___" -updated
To help standardize and add efficentcy to our VMware infrastructure, we try to colocate VMs running...
|
12-27-2012
|
66
|
3
|
|
Run-Command
Accepts computer names from pipeline & runs the provided command on the remote machine.
|
11-13-2009
|
567
|
3
|
|
Send emails
Just replace the email setting for your own. You can use the MailMessage class as well. There are...
|
10-11-2010
|
543
|
3
|
|
User account locked out mail notification with HTML report
This script will send you an notification when an user account is locked out. I modified the output...
|
04-16-2013
|
69
|
3
|
|
Basic Resource Monitor
I needed a quick way to check CPU load and memory usage on a few servers. First you will need to...
|
09-10-2011
|
613
|
3
|