Just as a warning before using this script, it is not the quickest script to run, and I would suggest only running the script once per week on a schedule. This requires a custom field with a text type, read
NinjaOne
A collection of 3 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
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 -
Subscribe to TechFoundry
Subscribe today and get access to a private newsletter and new content every week!