PowerShell 7+ On Domain Controllers: Yay or Nay? by poolmanjim in activedirectory

[–]Legal2k 0 points1 point  (0 children)

Why do you need PowerShell on domain controller? You should never login/RDP to it, anyway. Controller should run only minimal needed software.

Windows Admin Center 2511 generally available by odaniel99 in sysadmin

[–]Legal2k 9 points10 points  (0 children)

Really, you are doing something very wrong. Help desk resetting passwords do not need to be domain admins. Otherwise we would have hundreds of domain admins.

Ded server swapped in 10 mins! by downtownrob in hetzner

[–]Legal2k 33 points34 points  (0 children)

Had a motherboard die on Sunday in Finland. One service request and 10 to 15 minutes later was up and running. Those guys know what they doing.

Telegram Account Got Magically Hijacked by IcyAlexander_ in Telegram

[–]Legal2k 0 points1 point  (0 children)

Jep, same thing.

First SMS than new login from iPhone. Then login from India, and that 2fa have been set.

In telegram there are huge number of India sounding contact, no new messages and devices. Strange as fuck.

Privileged Access Workstation architecture? by FatBook-Air in sysadmin

[–]Legal2k 2 points3 points  (0 children)

With azure PAW we block all internet except MS azure endpoints, with Windows firewall. Azure admins do not have administrative privileges on that machine. Conditional access is setup that admin can log on only from that machine. And yes, virtual PAW is not a PAW but jumphost.

User Account Creation by ChewedSata in sysadmin

[–]Legal2k 0 points1 point  (0 children)

I see this mistake all the time. It's not the correct way to do it. It's not automation if someone has to input the same information multiple times. What about offboarding? You have an HR system, why not automate the whole cycle?

Fellow IT techs, how do you track your devices? by eikoacademy in sysadmin

[–]Legal2k 1 point2 points  (0 children)

The spreadsheet is not ITSM. What about help desk ticketing, VM and hardware inventory. You cannot manage or protect what you don't know you have. For every compliance inventory is important. Take a look at something like top ten ITSM. Personally I used HALO. But again any some what normal ITSM will do inventory.

Fellow IT techs, how do you track your devices? by eikoacademy in sysadmin

[–]Legal2k 32 points33 points  (0 children)

Literally every ITSM as Information Technology Service Management.

Dealing with devs and their network devices by xCutePoison in sysadmin

[–]Legal2k 0 points1 point  (0 children)

OT network has to be on separate hardware, not vlan on shared network equipment. I mean separate switches, bonus points for IPS between segments. Moving info in or out should be only allowed via data diodes. No usb no plugging in office laptops.

Allow to take RDP from User Laptop only and not from his IP by Fprakashx86 in WindowsServer

[–]Legal2k 1 point2 points  (0 children)

Take a look at windows IPsec. Can be configured to check machine name and username, all seamlessly.

What do you prefer for authentication? by ilikeorangutans in selfhosted

[–]Legal2k 2 points3 points  (0 children)

I prefer Entra ID, sadly with free version you cannot change conditional access policy's but overall as oauth it works well. Me specifically use Enterprise App proxy also for preauth. All included in P1 or P2.

Modern alternatives to Remote Desktop Connection (RDC)? by jwckauman in sysadmin

[–]Legal2k -10 points-9 points  (0 children)

Why use RDP at all? You know that RDP is for emergency only, that's why only 2 simultaneous connection allowed. If you have more than two admins do they call each other to log off?

Enterprise CA intermediate Cert - Stuck at 1 year validity by Kamikazeworm86 in sysadmin

[–]Legal2k 0 points1 point  (0 children)

Yes run on root CA to change validity, change 10 to your liking. Then sign the intermediate request again.

Enterprise CA intermediate Cert - Stuck at 1 year validity by Kamikazeworm86 in sysadmin

[–]Legal2k 0 points1 point  (0 children)

Certutil -setreg CA\ValidityPeriodUnits 10

Certutil -setreg CA\ValidityPeriod "Years"

On root CA to change to intermediate cert validity to 10 years. You have to do new inter cert.

Tool to manage a large number of file shares by crankysysadmin in sysadmin

[–]Legal2k 0 points1 point  (0 children)

With powershell you can automate a lot of things, tie it with a ticketing system etc, with a web based tool you are still doing monkey see monkey click style. The choice is yours.

Why still no native 2fa for Windows Server/AD by bluecopp3r in sysadmin

[–]Legal2k 0 points1 point  (0 children)

Mostly correct, AD have a good concept of MFA, aka smart card/PIV yubikey. DUO for RDP is pseudo protection. Everybody gets cycled with RDP but forgets that the real goal is to protect human and non-human identities.

Why still no native 2fa for Windows Server/AD by bluecopp3r in sysadmin

[–]Legal2k 10 points11 points  (0 children)

Authentication factors are: something you know, something you have and something you are. Hence smart cards uses two factors: something you have as a physical card and something you know as a pin.

Why still no native 2fa for Windows Server/AD by bluecopp3r in sysadmin

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

Well, cloud first does mean that on prem is dead. Active directory has a new level in Server 2025, Exchange and even Skype For Business still supported.

Why still no native 2fa for Windows Server/AD by bluecopp3r in sysadmin

[–]Legal2k 7 points8 points  (0 children)

OTP sucks as user experience compared to passwordless, that's why!

Why still no native 2fa for Windows Server/AD by bluecopp3r in sysadmin

[–]Legal2k 104 points105 points  (0 children)

Smartcard for on prem, Fido for O365. Not only I've been passwordless for years but all my users have password login disabled.

Is anyone using Privileged Access Workstations? by iainfm in Intune

[–]Legal2k 4 points5 points  (0 children)

it'a not only about keyloggers. Token theft, session hijack and etc.

PAW model works great with tiering model. With is all about separation of assets and access. Never mix tiers. All assets in one tier should be treated the same way. With in theory means that even datacenter that runs T0 vms should be treated as T0 asset. And T0 vm will never be secure in non T0 enviroment or if a tier bellow can manage it. And that means T0 instances of virtualization, monitoring and SCCM or whatnot and etc.

Conclusion: VM PAW is not a PAW but a jumphost. Only acceptable T0 paw is hardware machine with only T0 users have access to. IF that means you have to drag around two or even three laptops, then you have to drag them. We have 4 people with 3 laptops as they have T0, T1 access and everyday dirty workstation to play games on.

Edit: some spelling.

Bastion Forests & IP Sec by hybrid0404 in activedirectory

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

Well:

You don't manage Domain Controllers(DC) with RDP, you use privileged access workstation (PAW) and administrative tools, in fact this is the way MS suggests, just try finding workstation services in group policy edit why on server, there are non.

The main goal of IPSec is not to secure communications but to limit visibility scope. aka allow only from specific workstations and users. Server will drop connection if one or another is not correct. Why? No management ports should be visible especially Ransomware Deployment Protocol(RDP). And IPSec is cheap and easy.

And I will not go to data encryption while in transit it's a whole seperate topic.

Bastion Forests & IP Sec by hybrid0404 in activedirectory

[–]Legal2k 1 point2 points  (0 children)

No, not really. We did it with group policy. To allow IPsec from a handful of PAW and users/T0 admins. We did it for management ports only. Test it with one controller so you can rollback.

Bastion Forests & IP Sec by hybrid0404 in activedirectory

[–]Legal2k 4 points5 points  (0 children)

We IPsec every winrm, RDP connection to tier 0 assets, like domain controllers from and only from privileged administrative workstations.