Select Page

Most Recent Scripts:

Custom Restart

Required Files: None   #---------------------------------------------- #region Import Assemblies #---------------------------------------------- [void][Reflection.Assembly]::Load('System.Windows.Forms, Version=2.0.0.0, Culture=neutral,...

ABC-Update Audit

Required Files: None ABC-Update is an easy to use tool that sets you in control of MS Update operations. With ABC-Update you get the updates exactly when you want them, and can also define max reboots, use filtering options to select updates based on patch dates, KB...

Get Installed Antivirus Information

Required Files: None Gathers the name, location, update status, real time protection status, and product state of any installed Antivirus.   function Get-LHSAntiVirusProduct { [CmdletBinding()] param ( [parameter(ValueFromPipeline=$true,...

Install Available Windows Updates

Required Files: None Installs all available Windows Updates   Function Get-WUInstall { Get-WUInstall -NotCategory "Language packs" -ListOnly X Status KB Size Title - ------ -- ---- ----- 1 ------ KB2640148 8 MB Aktualizacja systemu Windows 7 dla komputerów z...

Bleachbit-clean-basics

Required Files: SharedScriptRequiredFile 5 Bleachbit is a super popular technician tool that can do a variety of cleanup tasks. Here you can see an example that does some basic cleanup.   Import-Module $env:SyncroModule #this places it in C:\temp\Bleachbit-Portable...

Monitor-EventLog Copy

Required Files: None This handy script can monitor for keywords or eventids in a specified time period. Easily run this daily to catch windows events you want to be alerted for.   Import-Module $env:SyncroModule # put in queries like "query1","query2" to search the...

Get Syncro Log Files – Powershell 2.0

Required Files: None This script copies the syncro logs, then zips them up using methods available in Powershell 2.0.   #Import Syncro Function so we can upload the syncro log files Import-Module $env:SyncroModule ## Created by SoHo Integration, LLC ## This script...

MSP-Scripts is a free resource from SyncroMSP