Powershell

Bing start Menu Search (disable, Win10)

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 More

System Restore Scripts

A folder of scripts that will enable and disable system restore. As well as a script to create a restore point.

Read More

Gateway Port Scan Report

Downloads 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 More

Zoom Install/Update

Downloads latest version information. Installs or updates Zoom as needed. Skips update if a meeting is running. Can report using $Zoom$ and $OOD$.

Read More

Does file exist

Uses 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 More

List All Windows Updates as CSV(WSUS)

Sometimes 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 More

Get connected NICs and speed

Makes a powershell call to get connected NICs and their connection speed. Can report using $NICs$

Read More

SMBv1 Enable (Win 8.1 and 10)

Script makes a powershell query to enable SMBv1.

Read More

SMBv1 Disable (Win 8.1 and 10)

Script makes a powershell query to disable SMBv1.

Read More

SMBv1 Status (Win 8.1 and 10)

Script makes a powershell query to get SMBv1 status. Writes result to procedure log. Can report using $smbv1$

Read More