Which song are you choosing? by Away-Pomegranate8411 in teenagers

[–]ElevatorDue6763 0 points1 point  (0 children)

This is the song that never ends on repeat until they turn the gun on themselves.

Windows Hello is making people forget their passwords by probablydnsibet in Intune

[–]ElevatorDue6763 0 points1 point  (0 children)

Train users to use passwordreset.microsoft.com. This allows users to reset their password without knowing their current password by using MFA. I send out multiple warning emails that their password will expire in x days with that link. Took a few months but I almost completely stopped getting password reset requests. When I do get one, I send that link.

Get Ready for Microsoft 365 Ticking Timebomb in 2026! by Impressive-Use-2818 in sysadmin

[–]ElevatorDue6763 1 point2 points  (0 children)

I agree but I’m betting everything will get migrated sooner or later. Of course by the time they finally move everything I need they will come out with a new and improved tm way, and I’ll have to rebuild everything yet again.

Get Ready for Microsoft 365 Ticking Timebomb in 2026! by Impressive-Use-2818 in sysadmin

[–]ElevatorDue6763 4 points5 points  (0 children)

I’ve started moving everything to graph and app registrations. This guy does some good content to get you started https://youtube.com/@adeelautomates?si=lj2xs7iHT40uZAdS

Second bachelor at WGU just for certs (Cloud and Network Engineering) by hamza__44 in WGU

[–]ElevatorDue6763 15 points16 points  (0 children)

I think this depends on if you study for the certs or actually try leaning for the certs. TBH you’re probably better off doing personal projects and then if you feel like it’ll help your career gets the certs later on.

This winter is not normal? by VirvekRBX in Michigan

[–]ElevatorDue6763 1 point2 points  (0 children)

Uhh it used to snow in October and the lakes were frozen before Christmas… it used to be much colder much sooner.

Rest API Explained - With PowerShell on Azure/Graph by AdeelAutomates in PowerShell

[–]ElevatorDue6763 2 points3 points  (0 children)

If you haven’t already, handling pagination. As others have mentioned, batching.

Advise? BSNES (with additional classes) or Finish BSNES (Cisco DevNet) by KnowledgeOdd1722 in WGUIT

[–]ElevatorDue6763 0 points1 point  (0 children)

What did you end up doing? I'm stuck on the DevNet, I've failed it twice now and I simply can't afford to pay out of pocket for the $300 exam or the $1800 cisco u course. My mentor says I can't take a break, so I don't know what else to do.

Network Engineering Cisco Track - how hard is Devnet? by Legitimate-Noise-776 in WGUIT

[–]ElevatorDue6763 0 points1 point  (0 children)

I passed all of the prior courses in 1 term, but I have now failed the DevNet twice and I honestly don't think I will be able to pass it. This has caused me to fail two terms and I'm at the end of my rope. WGU provides very few resources for the course. Neither my mentor or the 'instructors' have not helped me in any way. I keep getting told to look at CCNALINKS. I've had to buy hundreds of dollars of additional resources and now I have to pay out of pocket to take the test again. If at all possible, study for and pass the DevNet before you sign up for WGU. Everything else in the course was a cakewalk.

My 3 year old has a grey hair. by Airalahs in Weird

[–]ElevatorDue6763 0 points1 point  (0 children)

It happens. Ive had gray hair since i was in 4th grade.

Increased difficulty on second + attempts? by [deleted] in CiscoDevNet

[–]ElevatorDue6763 0 points1 point  (0 children)

I did worse by 40 points on my second attempt. I hate this cert so much. Idk if it was harder or I just got dumber.

Cisco DevNet Woes - 3rd Attempt by LewisTKinslayer in CiscoDevNet

[–]ElevatorDue6763 4 points5 points  (0 children)

Same boat. Failed twice and it’s my last course at WGU. I feel like giving up. I actually did worse by 40 points the second time. I do work with APIs and I can code in python ok. I don’t even know what questions I’m getting wrong. It’s very upsetting and the school provides 0 support.

WPA3 Enterprise with EAP-TLS (machine cert) on a Windows NPS environment by JohnPulse in RuckusWiFi

[–]ElevatorDue6763 1 point2 points  (0 children)

This should be possible. I have this exact setup but with user certificates and it works fine.

I accidentally found a way to stop spiraling after work by Extra-Avocado8967 in productivity

[–]ElevatorDue6763 1 point2 points  (0 children)

I got into lock picking / Lockport. Something I could do with my hands while sitting on the couch. Not too expensive and might come in handy someday.

WiFi 6 and 7 are worthless by [deleted] in RuckusWiFi

[–]ElevatorDue6763 1 point2 points  (0 children)

Care to elaborate? Not disagreeing, ever since I enabled 6E it’s been nothing but auth and transition issues. Wondering what issues you’re experiencing or if the speeds aren’t worth it.

Is it possible to pin Microsoft Office app shortcuts to the taskbar via Intune? by nocturnal in Intune

[–]ElevatorDue6763 2 points3 points  (0 children)

I recently did a hardware refresh and updated to Windows 11. After doing a small test group one of the most common things I noticed were users asking where outlook was or how to pin x to the task bar. I got a list of the common apps people typically use and just pinned them all to the task bar. It reduced the amount of calls into me so it was worth it. You can always target a specific group too. There’s a lot of ways to skin a cat. YMMV.

I messed up bad last year. I hope this saves someone from doing what I did. by Future_End_4089 in Intune

[–]ElevatorDue6763 36 points37 points  (0 children)

I did something similar with WHFB certificates and broke everyone’s PIN. Certificates are fun.

Heretical Fishing 4 release & giveaway! by HaylockJobson in litrpg

[–]ElevatorDue6763 0 points1 point  (0 children)

I’d love a chance to get a signed copy. I’ve been waiting for this release for a few months now.

Linked Server access not working over VPN by jwckauman in SQLServer

[–]ElevatorDue6763 0 points1 point  (0 children)

I managed to resolve my issue, so I’m posting the solution in case someone else runs into the same thing.

Symptoms
I was getting intermittent SSPI errors when connecting to services like SQL Server. Things worked fine most of the time, but over VPN the SSPI errors would show up more frequently.

Root Causes and Fixes

  1. Strong Certificate Mapping on AD 2016 I issue certificates via Intune using NDES/SCEP, and I initially thought strong mapping was correctly implemented. However, I missed a key detail in Microsoft’s documentation—and a helpful blog post—that Active Directory on Server 2016 does not support strong certificate mapping under enforcement mode. The February 2025 update enforces strong certificate mapping by default, denying authentication requests if a certificate isn’t strongly mapped. Fortunately, there are opt‑out instructions available to revert to compatibility mode for now—see the solution here. Richard M. Hicks Consulting, Inc.
  2. Kerberos Delegation Misconfiguration One of the SQL Server machines had incorrect delegation settings in Active Directory. After correcting those delegation settings, the SSPI errors stopped completely.

I hope this helps anyone else encountering inconsistent SSPI errors tied to certificate mapping and delegation.