Script resources for IT professionals
Download resources and applications for Windows 7, Windows Server 2008 R2, Windows Server 2008, SharePoint, System Center, Office, and other products. Find resources written in VB Script, PowerShell, SQL, JavaScript, or other script languages. New resources are added frequently so check often and see what's new.
Each contribution is licensed to you under a License Agreement by its owner, not Microsoft. Microsoft does not guarantee the contribution or purport to grant rights to it.
|
This is a simple port scanner that you can run against one or more hosts and check one or more ports to see if they are open.
|
(26)
Updated 10/22/2011
Released 9/11/2010
6,599
Downloads
|
|
|
Scripts allow to scan specific range of IP addresses. It receive a list of machines with each address and some information about it like machine name from DNS, system and service pack info.
|
(34)
Updated 9/10/2012
Released 9/17/2011
9,747
Downloads
|
|
|
This code borrows from Shay Levy's Get-NetworkStat
This function runs netstat -ano on a local or remote system and filters the results by process name, address, port, protocol or state if specified. Process names are pulled for each PID using get-process. |
(3)
Updated 10/14/2013
Released 10/16/2012
1,497
Downloads
|
|
|
This is a very simple script to enable or disable wirless connection depending on the LAN connection status. I use the enable and disable verbs of "Network connection" object. Actually I want to use enable and disable methods of WMI Class Win32_NetworkAd |
(16)
Updated 1/26/2012
Released 9/19/2011
4,533
Downloads
|
|
|
Got sick of using PSExec and dealing with issues in compatability, hung processes, etc. This script invokes a netstat command on a remote computer, has the computer dump the return into a local text file, and then reads the content back. Use it all the time
when we start gettin |
(10)
Updated 12/6/2013
Released 7/2/2012
1,818
Downloads
|
|
|
This powershell module contains a single function called Send-WakeOnLan which is able to send a Wake-on-Lan packet to a computer in the network. After when you need wake the machine remotely can use this script. Note: the broadcast only
works from a also on the same network int |
(1)
Updated 4/28/2013
Released 4/28/2013
506
Downloads
|
|
|
This Windows PowerShell script will modify DNS Server configuration for batch of computers. And generate the report of DNS Server configuration.
|
(1)
Updated 7/29/2013
Released 11/21/2012
366
Downloads
|
|
|
Purpose: Potentially, to be run at login for every user/computer, obtain MAC address
and write Computer Name, MAC address, IP Address(es) & Date to a text file (APPEND mode) Output file will be in the format: c:\scripts\maci where "computername" |
(0)
Updated 12/5/2013
Released 12/4/2013
65
Downloads
|
|
|
An advanced function for gathering detailed information about network adapters on a local or remote host. This function works with powershell version 2 and greater. It relies heavily on PSRemoting and WSMAN and avoids RPC and DCOM.
|
(1)
Updated 12/12/2013
Released 12/12/2013
39
Downloads
|
|
|
Hyper-V Network Virtualization in Windows Server 2012 provides a scalable, multi-tenant cloud solution by virtualizing the IP addresses used by Virtual Machines (VMs). Multiple customer networks can run on top of the same physical network. To learn more read the
Hyper-V Networ |
(9)
Updated 7/4/2012
Released 4/12/2012
3,245
Downloads
|
|
|
This script allows you to retrieve or set DNS Server search order for multiple computers that belongs to one organizational unit. It will only modify the DNS Server search order for the network adaptors with static DNS server search order.
|
(2)
Updated 7/29/2013
Released 11/16/2012
355
Downloads
|
|
|
This script was built to be able to create and update DNS records in a Microsoft DNS environment. Because there is no native PowerShell CmdLet for updating DNS records I make use of the DNSCMD command line tool and use PowerShell to parse my input file and pass the parameters to
|
(7)
Updated 5/16/2012
Released 5/16/2012
1,442
Downloads
|
|
|
Hi,Did you ever want to ping multiple servers at once. rather then ping every server independitally? If yes then this script is for you. Just add you server in $serverName variable. I hope that you will like this script.More Info: http://newdelhi
|
(8)
Updated 1/24/2012
Released 1/24/2012
2,395
Downloads
|
|
|
Hyper-V Network Virtualization provides “virtual networks” to virtual machines similar to how server virtualization (hypervisor) provides “virtual machines” to the operating system. Network virtualization decouples virtual networks
from the physical network infrastructure. |
(8)
Updated 7/4/2012
Released 5/30/2012
2,689
Downloads
|
|
|
Description: Return the IP address from a Hostname.
Use the ipv6 or ipv4 only switches to return either. Beware using localhost will only return loopback addresses. Having to write 200 characters for the minimum description length for these is simply a waste of my time.. |
(7)
Updated 5/9/2013
Released 3/1/2011
2,269
Downloads
|
|
Download Windows Server 2012