Monitor Sets

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

BgInfo DL Only(x32&x64)

Downloads Background Info zip file from MS web site. Unzips files to Agent Temp than moves files to %SYSTEMROOT%. Script than deletes zip file. Writes to script log is successful. Access from anywhere on system by typing bginfo.exe.

Read More

Deploy Sysinternals AutoRuns

Downloads zip file from MS, then unzips to temp dir. Moves all files to %SYSTEMROOT%. Script than deletes all unneeded files. Writes to script log if successful. Access AutoRuns by typing autoruns.exe from run command or command prompt.

Read More

Process Explorer (x32&x64)

Downloads process explorer zip file from MS web site. Unzips files to Agent Temp than moves files to %SYSTEMROOT%. Script than deletes zip file. Writes to script log is successful. Access from anywhere on system by typing procexp.

Read More