Microsoft

.NET 4.0 Silent Install/Update

Script downloads txt files with dl location, current version, & install argument. Script then installs or repairs if already installed. Writes to script log if successful. Script then deletes installer and all txt files. Able to report by filtering Agent Procedure logs for $dotNET4$=All entries regarding .NET 4.0, $Audit$=All entries regarding all audit scripts, $Installed$=All…

Read More

Clear & Backup Application Event Log

Script clears the application event log and backs up event entries in the kworking directory as the prompted file name. Script then writes to script log if successful it also writes file name and location of backup.

Read More

Clear & Backup Security Event Log

Script clears the security event log and backs up event entries in the kworking directory as the prompted file name. Script then writes to script log if successful it also writes file name and location of backup.

Read More

Clear & Backup System Event Log

Script clears the system event log and backs up event entries in the kworking directory as the prompted file name. Script then writes to script log if successful it also writes file name and location of backup.

Read More

Remove Windows Search 4

This script removes the Windows Search 4 (KB 940157)  REBOOTS  XP workstation if user NOT logged in.

Read More

Check Windows Firewall Status

Checks Firewall status by running the following command “netsh firewall show state” writes results to txt file which is then wrote to script log and deleted if successful. Able to report by filtering Agent Procedure logs for $Firewall$=All entries regarding Windows Firewall, $Audit$=All entries regarding all audit scripts.

Read More

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