Powershell
Turns off bing serches when typing into the search bar of the start menu. This is done using by modifying 2 registry values in ‘\SOFTWARE\Microsoft\Windows\CurrentVersion\Search’
Read MoreA folder of scripts that will enable and disable system restore. As well as a script to create a restore point.
Read MoreDownloads NMAP and has it scan External Gateway for commonly exploited open ports. Requires Visual C++ Redistributable 2013 (x86) to be installed. Reports to the procedure log and uses the tag: $openports$ Thanks to NMAP.ORG for their port scan tool.
Read MoreDownloads latest version information. Installs or updates Zoom as needed. Skips update if a meeting is running. Can report using $Zoom$ and $OOD$.
Read MoreUses a powershell command to search the C drive for a specific file or extension. Use *. where needed. Program will write to the Agent Procedure log using the tag $searchstring$, so you can report by filtering for that string
Read MoreSometimes you want to assess new machines to make sure they have all the patches they should have installed. This script will ping WSUS and export a CSV file (which can be opened in excel) of all the installed Windows updates on the machine. This script is fairly accurate, however, it cannot report on windows…
Read MoreMakes a powershell call to get connected NICs and their connection speed. Can report using $NICs$
Read MoreScript makes a powershell query to enable SMBv1.
Read MoreScript makes a powershell query to disable SMBv1.
Read MoreScript makes a powershell query to get SMBv1 status. Writes result to procedure log. Can report using $smbv1$
Read More