Select Page

Most Recent Scripts:

Get Bitlocker Keys (Shared)

Required Files: None Get Bitlocker Recovery Key(s) and store them in a custom field called "Bitlocker_Keys"   #TODO - MAKE SURE YOU SETUP YOUR ASSET CUSTOM FIELD CALLED "Bitlocker_Key_" for each drive as a "Text Field" on your # Syncro Device asset type. Assets ->...

Average CPU, HDD, RAM Usage

Required Files: None Polls and creates a CSV Log on C:\   # script created to pull Average CPU, RAM and HDD usage # the details are for the comptuer that run this script on (For single computer) $AVGProc = Get-WmiObject win32_processor | Measure-Object -property...

Print Test Page

Required Files: None Print a test page to the default printer.   #Printer Test page script for Nick # Get Printer Objects for this computer from WMI $printers = Get-WmiObject -Query " SELECT * FROM Win32_Printer WHERE Default=$true" # Display printers "{0} Printers...

CrystalDiskInfo Portable MASTER TEMPLATE

Required Files: None Download CrystalDiskInfo Portable, extract and run the file. Generate a DiskInfo text file. Upload the text file to Syncro Asset. Generate RMM Alert and Ticket, add 15 minutes to ticket and close ticket and alert. This script requires...

Delete Temp Folders

Required Files: None Delete Temp Folders   # Deleting Temp Folders ## Variables #### $objShell = New-Object -ComObject Shell.Application $objFolder = $objShell.Namespace(0xA) $temp = get-ChildItem "env:\TEMP" $temp2 = $temp.Value $WinTemp = "c:\Windows\Temp\*" #...

Unhide User Account

Required Files: None Unhide Previously Hidden User Account in Windows.   #unhide admin accounts from the logon screen $Username = "TYPEHERE" $path = 'HKLM:\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon\SpecialAccounts\UserList' New-Item $path -Force |...

Services Monitor – Standard Server

Required Files: None Monitor multiple important services from a single script on a standard server. Notify if any of them are stopped.   Import-Module $env:SyncroModule $alertCategory = "services" $notify = $true $services = "epag", "DcomLaunch", "MSDTC", "gpsvc",...

Delete a Folder

Required Files: None Delete a folder.   # Script Created to delete a Folder # Recurse will not prompt if there any child items and force will delete if there are any hidden or read only files Remove-Item –path "C:\IT Dept" –recurse...

On-Boarding

Required Files: None Run once to on-board a new workstation for managed services. - Create MSP Admin - Set Power Settings - Create Tech Folder - Create Restore Point - Audit Workstation   #Create System Restore Point named On-Boarding #Create Local Admin account...

MSP-Scripts is a free resource from SyncroMSP