Kaseya

MS Office License info

Searches MS Office directories for ospp.vbs and runs it, which prints license and prints some of it to the procedure log. If you want a complete copy of the info, edit the script and add your email on line 2. Can report using $MSOL$.

Read More

LockWorstation (PS)

Downloads and runs a powershell script to add registry keys to set the system to lock (for each user).

Read More

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

Uninstall Dropbox

Runs command to silently uninstall dropbox. All files will be left on the system.

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

Reboot to Normal Mode

Reboots Windows workstation, and removes any safemode boot options. Only works on Windows Vista/7/8/10.

Read More

Reboot to Safe Mode with Networking

Reboots Windows workstation, and adds safemode with networking boot option. Only works on Windows Vista/7/8/10. To reboot back to normal mode, use this script.

Read More

Enable Windows 10 Auto Upgrade

Script deploys 2 registry keys that enable Windows 10 Auto Upgrade. Also enables upgrade notifications using the registry keys provided by Microsoft in this article: https://support.microsoft.com/en-us/help/3080351/how-to-manage-windows-10-notification-and-upgrade-options.

Read More

Disable Windows 10 Auto Upgrade

Script deploys 2 registry keys that disable Windows 10 Auto Upgrade. Also blocks upgrade notifications using the registry keys provided by Microsoft in this article: https://support.microsoft.com/en-us/help/3080351/how-to-manage-windows-10-notification-and-upgrade-options.

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