Windows General

POODLE script tools

A folder of 4 scripts to help secure against a SSL vulnerability known as POODLE. “POODLE Fix” script simply adds the necessary registry entries to block SSLv3. It will report to the agent procedure log if the entries were added successfully. There are 2 keys, one for Server and one for Client that are added.…

Read More

MS Defrag Audit

Determines system drive then runs defrag with the -a argument. Results are then compared, script writes to script log with results. Able to report by filtering script logs for $Audit$(all audit scripts) $Defrag$(returns all results for defrag audit script) $OOD$(show only machines that need defrag)  

Read More

Wake All Machines

Copy the Remote Wake and VBS program to the C drive. Then Execute the program in the command prompt telling it to use all MAC Address in the Lanwatch list. NOTE: Lanwatch must be scheduled to run this script succesful!

Read More

Check UAC Status

This script determines if UAC is enabled. It then writes results to script log. Able to report by filtering agent procedure logs for keywords $UAC$=all entries. $UACEnabled$=returns all results with UAC enabled. $UACDisabled$=returns all results with UAC disabled. $Audit$= returns all results regarding all audit scripts.

Read More

Disable UAC on Vista

This disables UAC on a Vista PC and runs Reboot – YES script which will ask the user to reboot and reboot after 5 min if they don’t reply.  It also sets Registry entry to stop Security Center from complaining that UAC was turned off.

Read More

Disable UAC Vista/Win7

This script disables UAC on Vista & Windows 7 PCs. It also sets Registry entry to stop Security Center from complaining that UAC is turned off. A reboot is required before settings will take effect.

Read More

Clear Run Command Cache(Current User)

Clears run command cache by deleting registry key.

Read More

Defraggler Silent Uninstall

Script downloads txt files with registry key, & uninstall argument. Script then checks if Defraggler installed, if installed it will uninstall using the uninstall string and argument. Script then writes success or failure to script log. Able to report by filtering Agent Procedure logs for $Defraggler$= All entries regarding Defraggler. $Audit$=All entries regarding audit scripts.

Read More

iAMT Status

Script downloads Intels iAMT scan tool from Intel’s site. If machine is vPro enabled tool will create several registry keys, script will gather status and version if enabled and write values to script log. Able to report by filter script logs for $iAMT$ $Audit$

Read More

Intel vPro Discovery

Script downloads argument, download location, SCSDiscovery.zip & unzip.exe to agent temp directory. Script then extracts files and runs with argument variable. Script will then gather AMT Status, If AMT has been configured, AMTVersion, and AMTFQDN. Script then writes all data to script log and deletes all downloaded files. Able to report by filtering script logs…

Read More