Select Page

Most Recent Scripts:

TeamViewer – Install and Assign

Required Files: None This is for the silent rollout of TeamViewer and will run the assignment tool for you. This only works on the Corporate edition with the MSI. There is a TeamViewer integration that basically does the same thing, go to the App Center to see it -...

Audit-Disk-Usage

Required Files: SharedScriptRequiredFile 15,SharedScriptRequiredFile 16 This uses Swiss File Knife to discover large files on the disk that could help in troubleshooting low disk space. This is setup to run on the whole system.   Import-Module $env:SyncroModule...

Sample – Notify-Installing AV

Required Files: None Tell the user not to worry if they see Antivirus Popups (Emsisoft)   Import-Module $env:SyncroModule Display-Alert -Message "Notice from IT: Your computer is about to get an Antivirus software upgrade - do not be alarmed if you see notices about...

Date-HostName-Cpu-Memory-CDriveFree

Required Files: None Script to give you Date/Time, Host Name, % Load on a processor, % Memory Free, % C Drive Free   ###################################################################### # # Modified Nick Lenius script to export to a csv # # For the Path you will...

TeamViewer – get id

Required Files: None This just looks for the TeamViewer ID from your registry and puts it on a custom field.   Import-Module $env:SyncroModule #ok, now lets get the teamviewer ID into a variable $prop = Get-ItemProperty -path HKLM:\SOFTWARE\WOW6432Node\TeamViewer...

Set’s Network Type to Private (Windows 10)

Required Files: None This Powershell Script will automatically set the user's machine Network type from Public to Private.   $env:SyncroModule $net = get-netconnectionprofile;Set-NetConnectionProfile -Name $net.Name -NetworkCategory...

Sample – Ticket Control

Required Files: None This is a sample script that can open a ticket, add some time, and close the ticket. Edit lines, 2, 3, 4 (Number of minutes to add to the ticket), 7 (Subject), 12 (Notes)   Import-Module $env:SyncroModule $subdomain = "SUBDOMAIN" $email =...

MSP-Scripts is a free resource from SyncroMSP