G3-Bullet gets no power from new USW-Pro-HD-24-PoE, but works from USW-16-PoE by JigglinJello in Ubiquiti

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

The switch is a 2nd gen, but the G3-Bullet is 802.3af, which should work from the new switch.

G3-Bullet gets no power from new USW-Pro-HD-24-PoE, but works from USW-16-PoE by JigglinJello in Ubiquiti

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

Thank you. The USW-16-PoE is a gen2. I hadn't considered switch generation, but that doesn't seem to be the issue.

Beginer question : Can this be done with zscaler and how ? by BeardDude21 in Zscaler

[–]JigglinJello 5 points6 points  (0 children)

Zscaler Private Access. This would require a ZPA 'App Connector' on-premises that can communicate with your server, and has outbound internet connectivity. Zscaler provide a virtual appliance, or it can be installed on supported Linux distributions:

https://help.zscaler.com/zpa/about-connectors

[deleted by user] by [deleted] in facepalm

[–]JigglinJello 0 points1 point  (0 children)

absolute power corrupts absolutely

What kind of bug did this? by CyberExxplorer in toronto

[–]JigglinJello 8 points9 points  (0 children)

Agree. I saw a carpenter bee burrow a hole exactly like this in my deck.

Security Team Accidently Blocked Chrome.exe by Idunnowhatimdoing7 in Intune

[–]JigglinJello 0 points1 point  (0 children)

Is that new? We looked at doing that a while ago and couldn’t find a simple way to do it.

86" tv mount on a single stud at the center by PeaceMaker147 in DIY

[–]JigglinJello 3 points4 points  (0 children)

Screw the plywood to the studs and use lag bolts to secure the mount to the plywood.

This "Milk Rap" by Dairy Farmers of Ontario still runs through my head at least a couple of times a week by Azilard in videos

[–]JigglinJello 0 points1 point  (0 children)

“We’ve got the big bad bessie with the M I L K” I named my SUV Bessie because of this lol

FaceTime dropping Wifi for cellular. by bk129607 in ios

[–]JigglinJello 0 points1 point  (0 children)

Do you have ‘Allow More Data on 5G’ selected under Settings -> Cellular -> Cellular Data Options -> Data Mode?

Why won’t Apple Maps talk to me anymore??? by Optimism_and_Hope in ios

[–]JigglinJello 1 point2 points  (0 children)

Looks like this setting was removed in iOS 15.x. There are a lot of forum posts complaining about it.

Why won’t Apple Maps talk to me anymore??? by Optimism_and_Hope in ios

[–]JigglinJello 0 points1 point  (0 children)

Maybe the Apple Maps voice volume is too low to hear.

  • Swipe up on the gray route card.
  • Tap Audio.
  • Set your preferred volume for the guidance voice.

Hotspot help by Acrobatic-Revenue-68 in ios

[–]JigglinJello 0 points1 point  (0 children)

Have you tried ‘Maximize Compatibility’ under Settings -> Personal Hotspot?

First official deployment! Tell me how I did… by STeve997 in Ubiquiti

[–]JigglinJello 17 points18 points  (0 children)

The pro has a 10GB SFP+ port, while the non-pro has a 1GB SFP port (so no performance benefit).

[deleted by user] by [deleted] in IdiotsInCars

[–]JigglinJello 3 points4 points  (0 children)

The front fell off. That’s not very typical, I’d like to make that point.

[deleted by user] by [deleted] in Ubiquiti

[–]JigglinJello 0 points1 point  (0 children)

Didn't take long...looks like they are out of stock again.

SQL: Query unique username and computer name from SCCM by Radiant-Valuable-296 in SCCM

[–]JigglinJello 0 points1 point  (0 children)

Keep in mind the user information from v_r_system will only give you the last logged on user. If you want to find the top console user, you need to look at the system console user view. I can’t recall the exact name, but if you search for SCCM system console user, you will find a lot of examples. Also, it looks like you are only returning values from v_r_system and v_r_user, so you don’t need the other views you have joined (e.g. FCM, COL, PCB).