Misc

Event Log archive (Security Log)

Set the local gpo policy for event log limits. This script will set the Security Log to always archive before it overwrites. We have scripts for the System and Application Logs as well.

Read More

Event Log archive (System Log)

Set the local gpo policy for event log limits. This script will set the System Log to always archive before it overwrites. We have scripts for the Application and Security Logs as well.

Read More

Idle Logoff Uninstall

Removes the startup link and the idlelogoff.exe from the system. If idlelogoff.exe is running, the process is terminated.   Install scrip is located here.

Read More

Idle Logoff

Downloads the idlelogoff.exe utility by http://www.intelliadmin.com. Procedure prompts for time limit and action for the utility. Then downloads a vbs that creates a startup link for the utility with the supplied arguments. The utility is then run if a user is logged in.   The program is used as described in this article. Uninstall script…

Read More

SNMP Printer Page Count

Prompts for IP address of a network printer and Email address of recipient. Sends smnp query to get printer name and printed pagecount. Logs this information to a file and reports changes in # of printed and average pages since last time the script was run.   Results are emailed to recipient.

Read More

Powershell 4 installer

Silently installs PowerShell 4.0   Note: installed by default with windows 8.1 and 10.

Read More

Disable windows service

Stops a windows service and sets the startup mode to “disabled”. Script will prompt for the service name when run.

Read More

Mem Usage Top 10

Requires at least windows Vista or Server 2003. Not supported in Windows XP or 2000. Script will list up to 10 processes using the most memory (RAM). Can be used with alerts to help with performance troubleshooting. Able to report by filtering Agent Procedure Logs by keyword: $MemUsage$. Also stores the results to Kaseya that can be…

Read More

CPU Usage Top 10

Requires at least windows Vista or Server 2003. Not supported in Windows XP or 2000. Script will list up to 10 processes using the most CPU. Can be used with alerts to help with performance troubleshooting. Able to report by filtering Agent Procedure Logs by keyword: $CpuUsage$. Also stores the results to Kaseya that can be downloaded…

Read More