TechNet Gallery - 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.
Sort by: rss
Sravan.kumar
Hi, I wrote a simple powershell script to get CPU Load, Memory utilization and C drive Utilization for a list of servers from a text file. So, this script takes servers from a text file and the result will be displayed in a HTML file and Sends email. 
(8)
Updated 3/25/2014
Released 3/6/2014
2,591 Downloads
RJDeVries
This script reads the security log, then displays a chronological record of local and remote logon and logoff activities, including failed attempts if enabled in Group/Local Policy.  It allows the input of a date range and a remote hostname if desired.
(12)
Updated 5/17/2012
Released 5/6/2012
5,956 Downloads
Sravan.kumar
Powershell script for website availability monitoring/URL Monitoring. This Script will take the list of URLs from a text tile( in this case from D:\URLList.txt)as input, and results output with URL, StatusCode, Description, Response Length and time taken fields in a HTML Report.
(11)
Updated 4/29/2013
Released 4/25/2013
3,679 Downloads
Margriet Bruggeman
The IIS logs are an invaluable way to get to know your web application and your end users once it’s in production. Therefore, having a tool to analyze IIS logs is in invaluable asset in your bag of tricks. Especially if this tool has a certain SharePoint flavor added to it...
(25)
Updated 9/13/2013
Released 2/17/2012
3,846 Downloads
Nag'a'
There are several reasons for monitoring disk space. The most obvious one is to learn on disk space shortage before it will post a problem.
(28)
Updated 10/16/2011
Released 9/8/2009
3,376 Downloads
Raimund Andrée
Version 1.1 (PSLog 1.1.zip) released on March 26, 2013Introduction
There are many script snippets available to send messages to log files. However that required to explicitly call the respective log function. Another downside is that the function writing to the log does not know
(24)
Updated 3/26/2013
Released 8/31/2012
11,385 Downloads
FZB
The following script is intended to split large log files (as an example) into smaller parts so for example notepad on a 32bit server can open them without running out of memory. To archieve the low memory usage, instead of Get-Content the script uses streaming of the logfile.You
(2)
Updated 8/8/2012
Released 1/27/2012
2,115 Downloads
Zachary Loeber
Gather the remote event log information for one or more systems using wmi, alternate credentials, and multiple runspaces. Function supports custom timeout parameters in case of wmi problems and returns Event Log information for the specified number of past hours.
(4)
Updated 10/16/2013
Released 10/16/2013
1,626 Downloads
Lanny Gibson
As a developer, over the years I've worked in a number of languages and have always needed a good logger.  For Powershell I looked around online, however didn't quite find a good one I felt comfortable using.  During my Java days I really liked working with log4j and so spent an
(2)
Updated 8/21/2013
Released 8/21/2013
1,840 Downloads
Jeffrey S. Patton
This function will export the logname that you specify to the folder and filename that you provide. The exported file is in the native format for Event logs.

This function leverages the System.Diagnostics.Eventing.Reader class to export the log of the local or remote computer
(0)
Updated 3/25/2013
Released 4/30/2012
1,904 Downloads
Valy Greavu, MVP
This script is designated to collect free disk space on your logical drives and state of some Windows services using PowerShell cmdlets.Also, this script will use local or remote SMTP Server to send the report via e-mail.You can modify srvArray variable to monitor more services.
(5)
Updated 12/25/2012
Released 12/25/2012
1,668 Downloads
FZB
This is a simple script to check the uptime of the computers defined in a textfile (one per line). Adjust the variable $serverlist to where you have the textfile with the computer names. The variable $reporttextfile defines where the report will be generated. There's an additiona
(2)
Updated 4/26/2012
Released 4/26/2012
1,806 Downloads
Alex Verboon-
 Internet Explorer includes a new security feature, called out-of-date ActiveX control blocking. The Get-ActiveXcontrolLog cmdlet helps you to quickly retrieve the content of the log file.The log file, when logging is enabled is stored in the following location.LOCALAPPDATA%\Micr
(1)
Updated 8/14/2014
Released 8/14/2014
303 Downloads
Mosc
Clearing of all events from all sources in Windows event log.
(5)
Updated 4/5/2013
Released 4/5/2013
1,111 Downloads
Thiyagu14
This is a powershell script, which monitors diskspace on bunch of servers and sends email to administrator, i have tested this in lab, you should also first test this in a lab and then deploy in production.
(15)
Updated 7/9/2010
Released 6/22/2010
1 - 15 of 152 Items