Microsoft

Hafnium Test

Script will download the latest Powershell from Microsoft’s GitHub and then execute it. Output files will be uploaded to GetFiles. THESE FILES NEED TO BE REVIEWED as the script doesn’t have any ability to do that. Email will be sent to executing Admin with the results.

Read More

Windows Activation Status

Runs Powershell script to determine if installed Windows is activated. Will email you with any result that is not a "1" (activated). You can report on tags $WinActive$ and $OOD$ (for fails)

Read More

Import Certificate (Cisco Umbrella)

Downloads and installs Cisco Umbrella Root Cert on local machine. See: https://docs.umbrella.com/deployment-msp/docs/install-the-cisco-umbrella-root-certificate

Read More

Procedure Start service if stopped (by service name)

This procedure will execute a start service command on a named service. With the addition of wildcards you can make sure this script will continue to function properly even when the service in question changes between version numbers or small name updates. This can be really useful for software that is occasionally renaming services across…

Read More
Disable Extensions in Internet Explorer

Internet Explorer – disable extensions and addons

Internet Explorer has advanced support for many extensions and addons that have been generated throughout the years. However, unfortunately, this support has mostly been used in corporate environments or for malicious purposes. There doesn’t seem to be a strong middle ground. While Internet Explorer as a whole is going by the wayside in favor of…

Read More

Internet SpeedTest to custom fields

Uses portable SpeedTest utility to check for d/l, u/l, latency and ISP. Custom fields must be set up prior to import or script will need to be edited. Custom field names are: ST-ISP, ST-Latency, ST-DownloadSpeed, ST-UploadSpeed. Results are also reported to the procedure log. If you do not wish to use custom fields disable lines…

Read More

O365 July2020 fix

Version rollback to fix issue for July 2020 patch.

Read More

Desktop Screenshot 4.0

Uses Nirsoft utility ‘nircmd’ to capture screenshot of default monitor and stores it in Documents\Screenshots directory by date and time. User must be logged in, or it reschedules in 15 min. Check Line 28 to make sure the reschedule link is there.

Read More

Windows Update Popup (enable)

Undo the Disabling of "Updates are available" Windows 10 messages using the bat script found here: https://superuser.com/questions/972038/how-to-get-rid-of-updates-are-available-message-in-windows-10

Read More

Windows Update Popup (disable)

Disable "Updates are available" Windows 10 messages using the bat script found here: https://superuser.com/questions/972038/how-to-get-rid-of-updates-are-available-message-in-windows-10

Read More