I have installed an interesting application – BlogJet. It’s a Windows client for posting to my blog. I like how it handles attachments. Get your copy here: http://blogjet.com “Computers are incredibly fast, accurate and stupid; humans are incredibly slow, inaccurate and brilliant; together they are powerful beyond imagination.” — Albert Einstein
Author: Alan
I work for you…
You may note that many of my scripts have my email address at Veterans Affairs. Software written by federal employees (with national security exceptions) are public domain. (This does not mean you can put your name on it or sell it.) I get paid with tax dollars — and I share my work with other…
GPO Reporter HTA
This HTA (gporeporter) allows you to export GPO settings into HTML files. This is a good way to document and to search GPO settings. Requires the Group Policy Management Console, you will be prompted to install it if necessary. Note: The GPMC does not work with Windows 7. Update: 6/10/13: I have published a PowerShell…
Schedule Reboot HTA Tool
This HTA (schedulereboot) is a subset of the Remote Windows Update tool. You can use it to schedule the reboot of a remote computer.
Updated posts
I have updated a few posts which had text attachments when I discovered that they were not accessible. I am quite proud of the The Remote Windows Update tool — give it a try.
SLAAB – Security Log Audit and Backup
SLAAB (Pronounced ‘slob’) is an MS Access based program for auditing and backing up event logs. Click here for download: SLAAB
Open Outlook Contact Address in Google Maps
‘Alan dot Kaplan at VA dot Gov 3/12/2009 ‘This script opens address of current Outlook contact in Google Maps. Dim objOutlook, objInspector Dim objExplorer, objNameSpace, objItem Dim oIE Dim strAddress, strURL ‘Set reference to Outlook item Set objOutlook = CreateObject(“Outlook.Application”) Set objNameSpace = objOutlook.GetNamespace(“MAPI”) Set objInspector = objOutlook.ActiveInspector Set objExplorer = objOutlook.ActiveExplorer If instr(objExplorer.CurrentFolder,”Contacts”) =…
Never do business with closeoutgenius.com
Avoid doing company with this business.
WSUS Client Repair HTA v 2.0
WSUS Client Repair (wusclientrepair) is an HTA file which lets you fix Windows Update service issues on remote computers. Rename from .txt to .HTA.
RDP History
RDPHistory.vbs creates a text file with a list of systems you ever connected to using RDP. Rename from .txt to .vbs