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
8 results in FZB [Clear]
FZB
The following script generates a HTML Report for Exchange 2010 reporting the mailbox size and the amount of objects and space the single users consume. It also indicates on what storageLimitStatus the mailbox is. The report is mailed to you.To configure the targeted mail server a
(14)
Updated 8/6/2012
Released 8/6/2012
4,721 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
(1)
Updated 8/8/2012
Released 1/27/2012
846 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
823 Downloads
FZB
The following script lists the activation status of all computer objects found in the active directory running Windows 7 / Windows 2008 R2. If you have insufficient rights to query or the computer is offline / RPC server is not available, you will get a corresponding error messag
(2)
Updated 1/26/2012
Released 1/26/2012
451 Downloads
FZB
The following script is intended for adjusting domain computers DNS entries after for example swapping out a Domain Controller. It filters for a IP Net Address so for example servers that have a normal net for data and for example a storage net only have
the relevant interface
(2)
Updated 2/2/2012
Released 2/2/2012
307 Downloads
FZB
When creating a replication with the GUI, there is no way to chose to have for example Indexes replicated with the chosen articles (schema_option). The following script generates for all articles in the replication sp_changearticle statements to
include indexes. What is replica
(1)
Updated 8/8/2012
Released 1/31/2012
144 Downloads
SQL
FZB
The following script generates a HTML Report for Exchange 2010 reporting the mail addresses of the mailboxes. It also indicates the primary address as well as the address type. The report is then mailed to you.To configure the used mailserver as well as sender and recipient addre
(0)
Updated 1/21/2013
Released 1/21/2013
159 Downloads
FZB
The following script is intended to deactivate the Nagle Algorithm on iSCSI interfaces. You define via the IP filter in the variable $strTargetNICAddress on top of the script which of your interfaces are iSCSI interfaces. The script checks all interfaces
and adds/updates the co
(1)
Updated 8/7/2012
Released 2/17/2012
203 Downloads