Virus Cleanup

Ran into a virus that changed all the windows attributes on all the files/folders at the root of a network share. Every file and folder had the Read Only, System, and Hidden attribute set. I tried using “attrib -r -h -s /s /d” but for some reason it...

Server Archived Log Files

We have a policy to retain our security log files for 90 days. Our domain policy is setup to auto archive the logs instead of overwriting them. The problem is that the 90 day rule doesn’t stick since there aren’t any entries in the current log file for...

pfSense – Captive Portal

To have reusable vouchers: Edit /etc/inc/captiveportal.inc and modify: /* This user was already logged in so we disconnect the old one */ captiveportal_disconnect($cpentry,$radiusservers,13);...

Disable IPv6 from CLI

This must be run from a Administrator Command Prompt. REG.EXE ADD HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services \Tcpip6\Parameters /v “DisabledComponents” /t REG_DWORD /d 0xffffffff