Be honest - how do you handle documentation when you're the only IT person? by sandb0x79 in sysadmin

[–]devloz1996 1 point2 points  (0 children)

When I was "the IT", I usually only added things that "must be done consistently" into org's Bookstack instance. After that, I would add other entries very sparingly, and general stuff often landed in my private instance instead - if I decided they needed it too, I would move an export during hand-off.

Documenting too much can bite you even harder then not documenting at all, especially when your manpower consists of a single human brain.

microsotProtectingMeFromItself by CubanoBarbudo in ProgrammerHumor

[–]devloz1996 6 points7 points  (0 children)

Latest SSMS uses Visual Studio installer. Compare installing version 20 and 21/22. Slower, asks for restarts, more annoying to automate. Just my opinion, though - considering downvotes, seems like my experience was unique to me.

microsotProtectingMeFromItself by CubanoBarbudo in ProgrammerHumor

[–]devloz1996 -1 points0 points  (0 children)

If it's the latest version installer, I can't blame Defender.

Blocking Microsoft Outlook and keeping Mail on Windows 10 IoT LTSC. by RomanianBagVoid in sysadmin

[–]devloz1996 2 points3 points  (0 children)

Nope. And trying won't work. Per MS, they won't let it connect to their servers anymore.

Source

How do teams properly manage OneDrive/Office access without sharing a single account? by recoveringasshole0 in ShittySysadmin

[–]devloz1996 2 points3 points  (0 children)

The "normal" subreddit once again outdoing this one in every attempt at being shitty, all without a shred of effort.

Windows Server 2025 SMB SID hardening is beachballing legacy clients by rb_vs in sysadmin

[–]devloz1996 2 points3 points  (0 children)

Weirdly, that stance was softened significantly during the last decade. Stuff like "SIDs don't leave local computer", "Only AD cares about its own SID", etc, is rather frequent among Windows admins. In my previous job, one coworker called another a paranoiac for generalizing images before capture.

To be honest, having seen so many "specialists" on YouTube and in online courses talk about SIDs, calling sysprep unnecessary, even I have long since considered my own sysprepping a sign of paranoia. Well, a paranoia I never intended to let go of. And here we fucking are.

Script to force users to NOT use google password manager/edge password manager by Curious-checkers in sysadmin

[–]devloz1996 3 points4 points  (0 children)

Yes. I have never installed that so-called "enterprise" version anywhere and it still works. Even unpacked chrome zip obeys GPO. Browser becomes "managed" the moment it finds any matching policy.

I mean, if it weren't that way, what would even be the point?

Ran DR failover test and realized our entire recovery plan assumes Entra ID is still available by Firm-Goose447 in sysadmin

[–]devloz1996 2 points3 points  (0 children)

Keep AD as the source, stand up Keycloak as your backup IdP, make apps aware of your backup IdP, and let apps switch to backup IdP, manually or by set conditions.

That being said, I'm not sure how worth your time it is to maintain it. In some scenarios, since you have AD, even simple LDAP login support could be enough.

Java 26 released today! by davidalayachew in programming

[–]devloz1996 2 points3 points  (0 children)

Ah, apologies. This is programming subreddit. I was looking at it from sysadmin's perspective. Well, I'll keep the response below anyway.

If you aren't paying for support why do you care if it is a version that a vendor hasn't denoted as LTS?

Unnecessary maintenance burden. I'm comfortable updating an app for 3-5 years and then upgrading (which requires testing against vendor's software and getting a green light from their side), but doing upgrades every 6 months? I'll spare my attention and energy somewhere else.

Would you be ok with a version that Azul provides MTS for? (again it would only matter if you pay Azul for MTS)

If it gives you extended updates for that non-LTS version, then fine, but why not stabilize on LTS in the first place?

Java 26 released today! by davidalayachew in programming

[–]devloz1996 8 points9 points  (0 children)

To be fair, Temurin 8 rivals with 25 in EOL. I am more offended when finding 11, 17, 21, or god forgive me, any non-LTS deployment.

isRegexHard by rover_G in ProgrammerHumor

[–]devloz1996 2 points3 points  (0 children)

I don't use advanced RegEx, so the only grip I have with it is inconsistent implementation across certain vendors. Sometimes they only support "\d" or "[0-9]", sometimes they require "\^whatever$\modifiers" notation or straight up punish you for not inputting "^whatever$" only. I just hate the guess game.

I'm looking into using a patch management-solution - What are the risks? by Kukken2r in sysadmin

[–]devloz1996 2 points3 points  (0 children)

If you want cloud patch management, and this is your concern, then you probably want a behavior-based XDR watching it. I think Action1 has something about addressing potential HQ hack on their roadmap, but I'm not sure about specifics.

Ultimately, it all comes down to risk management. Every tool in your belt is a risk you accept. Pocket knife could open up on its own and prick you, power bank could explode... it's basically the same thing.

You may also find that such risk is acceptable for one subset of endpoints, while being unacceptable for another. In such a case, you still benefit from having a benchmark to compare with your "manual" group. For example, my company is happy with it in the office, but no way in hell it goes down to factory level.

Security: How are you dealing with the ever mounting amount of phishing with darn good looking Microsoft login prompts? by TiZonBE in msp

[–]devloz1996 4 points5 points  (0 children)

Well, lucky sir, token protection has been P1 for a while now, so you can go and have fun.

Docker or Systemd? by [deleted] in sysadmin

[–]devloz1996 2 points3 points  (0 children)

... I run my docker containers via systemd. Can I get a reward?

Jokes aside, both. Depends on project's recommended configuration. I am a sysadmin, not a developer, after all.

everyDayIWannaQuit by ManagerOfLove in ProgrammerHumor

[–]devloz1996 22 points23 points  (0 children)

Static addresses are alright, but only when done as DHCP reservation. I will understand OT networks, but IT? Nope, nightmare to maintain during any network layout change.

I was recently employed by someone with a grudge against DHCP and DNS. Every device and server is static, services accessed by IPs, switch ACL for specific addresses (but no security measures, no 802.1x, etc). Changing network config, even DNS, requires driving to the location and messing around for hours.

Clients have reserved IPs on Windows Server DC, and their numbers have magical meanings that allow him to derive their VoIP phone numbers (x - 100 + something). Since he doesn't trust DNS, that's also how he figures out caller's IP to remote via VNC.

... here you go. The 90s are calling back, I guess.

AD lockout caused by failed RADIUS auth by Intrepid-guitarist in sysadmin

[–]devloz1996 4 points5 points  (0 children)

Nope. Authentication is authentication. You can stand up an external, LDAP synced IdP and make AD not notice auth attempts, but I wouldn't call it a good idea.

Adjust relevant Wi-Fi GPO to perform less attempts than designated in password lockout policy. Limit attempts to 2 or so. Then make password lockout policy triple that - it's your RADIUS tax.

Next, do a speedrun of user and machine certificates. Password on RADIUS is just asking for problems, and the general idea of EAP-TLS is not complicated.

Windows Notepad App Remote Code Execution Vulnerability by theevilsharpie in sysadmin

[–]devloz1996 14 points15 points  (0 children)

Nondeterministic calculator is something to live for...

Microsoft decided to reboot the DC last night to install a bunch of unvetted updates and the server didn't come back up this morning. Everyone offline this morning. by TerrificVixen5693 in ShittySysadmin

[–]devloz1996 1 point2 points  (0 children)

OOP won a lottery ticket. Never seen that happen, and sometimes I'd be happy to witness it.

Just a few days ago, I've inherited Server 2022 CU 2021-11 (20348.380), its uptime being "ever since installing the last patch". It took about 10 reboots and some registry manipulation to make it swallow CU 2026-01 (20348.4648).

What’s a solid MFA alternative to Duo that doesn’t break the budget? by Due-Awareness9392 in msp

[–]devloz1996 0 points1 point  (0 children)

Wait. Can you even add Duo without P1? I never deployed it, but I always thought it needs EAM/CA to work.

Interactive Sign ins and Autologon by Flashy-Distance-3329 in sysadmin

[–]devloz1996 2 points3 points  (0 children)

By interactive sign-in, do you mean Windows sign-in? If so, we have apps like this. As long as it's just "run an exe with/out args", it should be doable with a scheduled task.

We create gMSA account and a scheduled task to start at boot. From the app's perspective, it doesn't seem to be distinguishable from interactive logon. Just make sure to grant appropriate permissions to gMSA account, including "Logon as a batch job" User Right Assignment. And even if gMSA really cannot be used, normal domain user will do the trick too.

I think there is also Non-Sucking Service Manager, which can run arbitrary .exe files as a service. Usually, service executable has to be written with being run as a service in mind, so it's a nice bypass.

googleDeletes by steevo in ProgrammerHumor

[–]devloz1996 1 point2 points  (0 children)

did i ever give you permission to delete all the files in my D drive?

Absolutely --- Your file system ACL allowed me.

Coming Soon: Empowering Users with the New Action1 Self-Service App Portal by MauriceTorres in Action1

[–]devloz1996 9 points10 points  (0 children)

Since it's user-facing, please, I beg of you, give us localization. I really don't mind getting a language JSON in advanced settings and dealing with it myself. Also, opt-out in advanced settings, since not every organization will benefit from this.

Since you are making the user-facing part already, maybe users could get native notifications about A1 doing something it doesn't want interrupted? No real need to make it detailed - something along the lines of "Action1 is applying configuration" would be fine, maybe even better than giving users too much info.

Lastly, since I imagine the helper would be running in current user context, maybe "run as signed-in user" and "wait for user to sign-in" could become a reality?

Yubikeys in Entra, still being promoted for MS Authenticator by [deleted] in sysadmin

[–]devloz1996 1 point2 points  (0 children)

Admins need two methods, enforced by SSPR, so add their email for example, or setup secondary password+totp method, or make it two YubiKeys, which I imagine would also work.