Chris Chase

Restart Outlook

Script terminates outlook.exe then pauses and restarts outlook. Script then writes to script log.

Read More

Enable PowerShell Scripts

Script executes the Set-ExecutionPolicy Unrestricted cmdlet. Script then writes to script log if successful.

Read More

PowerShell Script Audit

Script executes the Get-ExecutionPolicy cmdlet, script then writes policy to script log.

Read More

Enable Remote Desktop(XP, 2003)

Script downloads vbs file which uses the WMI to enable remote desktop. Any errors are writen to agent procedure log.

Read More

RDP Status Audit

Checks registry if RDP is disabled. Reports RDP status and port number (if applicable) to procedure log. Can report using $rdpstatus$. Can send to custom field by editing and enabling the last line of script.

Read More

Silverlight Silent Install/Update

Script downloads txt files with dl location, current version, install argument & registry key. Script then checks if MS Silverlight is installed, if not it will install, if installed it compares installed version to current version and updates if needed. Writes to script log if successful. Script then deletes installer and all txt files. Able…

Read More

Microsoft SQL Express 2005

Download and install SQL Express

Read More

Monitor SQL Database

Script downloads vbs files which executes which gathers sql database size and log size and write values to script log if successful. Script then deletes all files.

Read More

MS Security Essentials Removal

Script executes uninstaller with the /u /s arguments. Script then writes to script log if successful.

Read More

Security Essentials Silent D/L & Install XP x32

Downloads Microsoft Security Essentials for Windows XP x32 to Agent Temp, then installs with the following arguments /s /runwgacheck /o. Then deletes shortcut from all users desktop and start menu, then deletes install file and then performs a silent update. Then writes to script log

Read More