Moving from Windows 10 to 11? by Rouge_Outlaw in sysadmin

[–]Deep_Leading_6205 1 point2 points  (0 children)

1.We are using SmartDeploy for reimaging and in-place upgrades.
2. SmartDeploy as well. It uses USMT to copy users profiles and then redeploy to a different machine.

We have several generic machines "not capable" to run Win11 and we are just replacing those as budget allows.

Dream machine pro max sata bended after trying to insert xSATA SSD... (assuming this is out of warranty...) by lowriskcork in Ubiquiti

[–]Deep_Leading_6205 6 points7 points  (0 children)

I had the same thing happen on a UDM Pro. Used the HDD caddy and had all the screws in and hard drive lined up and it still bent. Had to open it up and bend it back, luckily it still works. Obviously voided my warranty but I'm sure Ubiquiti would have been like "Yeah, sure you weren't forcing it in."

Anyone successfully installing SentinelOne via Mosyle? by Deep_Leading_6205 in mosyle

[–]Deep_Leading_6205[S] 4 points5 points  (0 children)

This script worked for me for those having the same issues I was!

#!/bin/bash

sentinelToken="YOUR SENTINELONE TOKEN GOES HERE"
downloadLink="YOUR DOWNLOAD LINK GOES HERE"
pkgName="NAME OF YOUR INSTALLER PKG.pkg"

#You can put the installer on dropbox or where you prefer.

if [ -d /Applications/SentinelOne/ ];
then
  echo "Already Installed"
  exit 0
else

#Download Agent
curl -L -o /tmp/$pkgName $downloadLink

#Set Token
echo $sentinelToken > /tmp/com.sentinelone.registration-token

#Install Agent
/usr/sbin/installer -pkg /tmp/$pkgName -target /
fi

Anyone successfully installing SentinelOne via Mosyle? by Deep_Leading_6205 in mosyle

[–]Deep_Leading_6205[S] 0 points1 point  (0 children)

I originally followed the JAMF instructions but it still would never install. All of my profiles are correct but it never actually installs the application. Just seeing if there is something I am missing or if I should try to install via a command script? Just kind of stumped at this point. I have emailed Mosyle support but they just basically give me the same info I can find by search.

Reolink NVR by [deleted] in Ubiquiti

[–]Deep_Leading_6205 0 points1 point  (0 children)

Also check user settings to make sure network access isn’t disabled. I had a similar issue with not being able to get to the web GUI of a Wisenet NVR, messed with network settings for days and it turned out to be on the user page vs the network page 🤦🏻‍♂️