Our Technological approach. As a managed service provider (MSP) - our life blood is built upon a stack of vendors assembled together to provide an end to end solution, covering all aspects from antivirus, to backups, to remote management and
MSP
A collection of 6 posts
NinjaRMM: IP Geolocation
So last year in the thick of Covid - a client requested a quick (and dirty) way to be able to identify endpoints outside of the UK for contractual purposes. Using Powershell and NinjaRMM it's relatively easy to pull this
Vendors and Suppliers: Beyond the sales spiel
As the IT world develops and changes at an ever-expanding pace, it is often hard to qualify and validate systems, and the third parties supplying them. Hoping they are all equal; continuously developing, improving, testing, and securing the systems they
Teamviewer / Splashtop - Chrome URL Handler and trusting the prompt
The following batch script will set the registry keys to trust Splashtop RMM, and Teamviewer URL file handlers. This will allow chrome to open the automatic connections without prompting the user for permission. @Echo Off cd %systemroot%\system32 call :IsAdmin
NinjaRMM - Bitlocker Query Key
The following script will query the bitlocker recovery key for the C drive and return it into the scrolling event feed for NinjaRMM $BLinfo = Get-Bitlockervolume if($blinfo.ProtectionStatus -eq 'On' -and $blinfo.EncryptionPercentage -eq '100') {write-output "'$env:computername -
SyncroMSP: Bitlocker script
The following script works with SyncroMSP to query a client whenever the script
is run, then feed the bitlocker status and recovery key back into the endpoint
page.
#TODO - Make sure you setup a custom field Bitlocker_Key_
Subscribe to TechFoundry
Subscribe today and get access to a private newsletter and new content every week!