Monitor Sets

Disable Windows Defender

Script stops WinDefend service and sets the startup type to disabled. Script then writes to script log if successful.

Read More

Microsoft EZ Transfer Silent Install

Script determines if x86 or x64 then determines what OS and downloads the appropriate installer. Script then executes installer with the silent argument. Tested on Vista and XP

Read More

Exchange 2007/2010 Mailbox Sizes

Script executes the Get-MailboxStatistics cmdlet and saves output to txt file which is saved as a variable and written to the script log.

Read More

Delete SMTP Log Files

Runs command: FORFILES /p {directory name}/s /m *.* /d -2 /c “CMD /C del /Q @FILE” This clears all files older than 14 days in C:\WINDOWS\System32\LogFiles\SMTPSVC1

Read More

Exchange 2003 Mailbox Sizes

Script downloads vbs file that executes and gets mailbox name, size in kb, total items, and storage group. Saves all to txt files and writes to script log. Able to report by filtering agent procedure logs for $Mailbox$

Read More

Start Primary Exchange Services

Starts Primary Exchange Services

Read More

Disable IE8 Welcome Screen(All Users)

Adds registry DWORD value to disable welcome screen in IE8. Writes to script log if successful.

Read More

Disable InPrivate Browsing(IE 8/9)

Script disables InPrivate browsing for IE 8 & 9 by adding two registry keys. Script then writes to script log if successful.

Read More

Enable The Internet Explorer Icon

Enables the Internet Explorer icon on desktop by adding two registry DWORD values. Writes to script log if successful.

Read More

Hide The Internet Explorer Icon

Removes the Internet Explorer icon from desktop by adding two registry DWORD values. Writes to script log if successful.

Read More