Powershell

Uninstall Dropbox and delete files

Downloads and runs powershell script to locate Dropbox directories. Then, Silently uninstalls Dropbox. The powershell script is then run again to delete the Dropbox folders.

Read More

Temp folder cleanup

Deletes all files and folder in the following directories: C:\Windows\Temp C:\Windows\Prefetch C:\Documents and Settings\*\Local Settings\Temp C:\Users\*\Appdata\Local\Temp. Logs the free space before and after the cleanup. Can report using $tempcleanup$.

Read More

Get Display Settings

Writes display setting to procedure log in the format: <diaplyname>(<width>x<height>x<bitsperpixel>). Can report using $DisplaySettings$.   Use the following video to create a report using the $DisplaySettings$ tag.

Read More

Meltdown/Spectre – Vulnerability Check (w/ Tags)

Imports PS module and runs powershell command Get-SpeculationControlSettings. Outputs the results to a file and reports to the procedure log. Procedure log will indicate if patching may be required. Should work on Powershell 3.0 or later. Can run report using tags: $Meltdown$, $MetldownPatch$, $NoMeltdownPatch$, $MeltdownLog$. $Meltdown$ is the same as $MeltdownPatch$ but works across multiple…

Read More