Select Page

Most Recent Scripts:

Jumpcloud Installation

Required Files: None Install Jumpcloud Agent. Note: Insert Connect Key for Company under Line 20   # # Update with your own JumpCloud connect key # $CONNECT_KEY="YOUR_KEY_HERE" $AGENT_PATH="${env:ProgramFiles(x86)}\JumpCloud"...

Get Dell Warranty

Required Files: None This script will pull Dell warranty info from the Dell API. You do need a Dell API Key to get this working.   #script credit to https://github.com/connochio #Couple things that need improvement #Probably need to put a random time function to...

Dell Support Assist – Install

Required Files: None Install Dell SupportAssist if not already installed.   Import-Module $env:SyncroModule # Silent Install Dell Support Assist # https://downloads.dell.com/serviceability/catalog/SupportAssistInstaller.exe # Path for the workdir $workdir = "c:\temp\"...

Webroot Antivirus Software Removal (Shared)

Required Files: None Clean uninstall AV prior to installing Bitdefender. WARNING - Deletes control panel entry for many AV software but does not actually uninstall them!!   $email = "EMAIL" $duration = 15 $startAt = (Get-Date).AddMinutes(-30).toString("o") $Username =...

Check Battery Health

Required Files: SharedScriptRequiredFile 41 (For Laptops and mobile devices.) Attaches "Battery.csv" to your asset page.   Import-Module $env:SyncroModule $path = "c:\temp\" If(!(test-path $path)) { New-Item -ItemType Directory -Force -Path $path } Start-Process...

Windows Update – Reset

Required Files: None Resetting Windows Update using this option will clear the view update history details list (cache). This will not actually uninstall any of your currently installed Windows Update. They will just not be listed anymore. Any new Windows Update...

Brand Computer

Required Files: None This modifies the system information to reflect your company information   $logo = "logo.bmp" $scriptroot = "c:\windows\temp" $CoName = "Your Biz" $CoPhone = "(206) 555-1212" $CoHours = "8:00am to 5:00pm" $CoUrl = "https://yoursite.com" If...

MSP-Scripts is a free resource from SyncroMSP