Monitor Sets
Script stops WinDefend service and sets the startup type to disabled. Script then writes to script log if successful.
Read MoreScript 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 MoreScript executes the Get-MailboxStatistics cmdlet and saves output to txt file which is saved as a variable and written to the script log.
Read MoreRuns 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 MoreScript 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 MoreStarts Primary Exchange Services
Read MoreAdds registry DWORD value to disable welcome screen in IE8. Writes to script log if successful.
Read MoreScript disables InPrivate browsing for IE 8 & 9 by adding two registry keys. Script then writes to script log if successful.
Read MoreEnables the Internet Explorer icon on desktop by adding two registry DWORD values. Writes to script log if successful.
Read MoreRemoves the Internet Explorer icon from desktop by adding two registry DWORD values. Writes to script log if successful.
Read More