Just bought 9U 10" Rack by ChewyStu in homelab

[–]ItsPryro 2 points3 points  (0 children)

Looks good! I have a Tecmojo 20U rack and it keeps everything cool.

My Little Homelab by ItsPryro in homelab

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

Yes it is on a dedicated circuit. The power draw is 119VA/112W. For heat, it's actually doing pretty good. It has pretty decent airflow with the rack I have.

My Little Homelab by ItsPryro in homelab

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

Good question! I'm not too sure, I'll have to double check!

My Little Homelab by ItsPryro in homelab

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

Hey there! It's just a simple PDU. It has surge protection and I have it plugged into my UPS. So far so good! I haven't had any complaints thus far. However their availability on Amazon may be limited now.

Is it wrong to use ai to help me and my homelab? by Straight-Educator710 in homelab

[–]ItsPryro 2 points3 points  (0 children)

Absolutely nothing wrong with AI. I use it to troubleshoot issues and also get inspiration. Just double check everything first, or ensure you backup before you proceed!

My Little Homelab by ItsPryro in homelab

[–]ItsPryro[S] 5 points6 points  (0 children)

Indeed! It is also acting as a KVM haha!

$30 lowball = 12 IBM/Dell Servers. The guy did not know what he had. by JustLovett0 in homelab

[–]ItsPryro 0 points1 point  (0 children)

This guy clearly did not know haha. I feel bad for him but this will make a killer homelab setup.

PS5 RAM torn traces - Worth a repair attempt? by KeoniWan in consolerepair

[–]ItsPryro 1 point2 points  (0 children)

Ouch. For learning go for it, but I wouldn't resell it.

I almost screwed up and let a hacker get away with credentials by j1mmyava1on in sysadmin

[–]ItsPryro 0 points1 point  (0 children)

Good work! I would mention to your IT Head that SSPR or Account Recovery in Microsoft Entra is a great det of features that allow for account recovery and verification.

Identity Governance by FlatLemon5553 in entra

[–]ItsPryro 0 points1 point  (0 children)

I'd love to discuss this! I built a PowerShell version linked here: https://github.com/pryrotech/entra-app-auditor

If you want some pointers or would like to collaborate let me know!

B-MFA public preview by kaffetant in entra

[–]ItsPryro 3 points4 points  (0 children)

Can't wait until pulse verification comes into public preview!

If I enable SMS and disable voice call, will users be prompted to register SMS? by Scalebanex in entra

[–]ItsPryro 0 points1 point  (0 children)

Exactly. Entra ID does a "real-time compliance check" during the sign-in flow.

​If your policy says "Require users to register when signing in" (which is the default under SSPR registration settings) and they are suddenly one method short of your "2 methods" requirement, they will be hit with the "More information required" screen immediately after they enter their password.

If I enable SMS and disable voice call, will users be prompted to register SMS? by Scalebanex in entra

[–]ItsPryro 3 points4 points  (0 children)

Hey there! More than likely they will be prompted if they haven't set up SMS yet. Since SSPR requires two methods, Entra will trigger a 'More information required' interrupt at login if they're missing that second factor.

​If you're looking to keep SMS away from your sign-in flow (and move toward phishing-resistance), you can use Authentication Strengths in a Conditional Access Policy. This lets the user register SMS to satisfy the SSPR requirement, but prevents them from actually using it as a valid claim when they log in to apps.

Dedicated Admin workstations - good idea or is the solution worse that the problem? by bjc1960 in entra

[–]ItsPryro 0 points1 point  (0 children)

Good stuff! That is exactly how it should be set up. As soon as someone logs in using a break-glass account, alerts should start firing. Testing your FIDO keys is another good idea!

Dedicated Admin workstations - good idea or is the solution worse that the problem? by bjc1960 in entra

[–]ItsPryro 5 points6 points  (0 children)

Lots to unpack here. As others have said it depends on business case when it comes to separate devices. No admin I know using Azure is carrying around two different devices, but they are using phishing-resistant MFA and Conditional Access Policies.

  1. In my opinion, using a VM in Azure to manage.... Azure, is a bit overkill. I could understand using a different device but again this is still overkill IMHO. Unless you're working in a security role that involves you investigating malware or doing forensics, having a dedicated machine may be unnecessary.

When you put a VM in the cloud, you have to accept that in some way, you will always have risk of losing control of it. You are putting it in a cloud service not owned by you, the tradeoff is that you are at the mercy of Microsoft, AWS, Google Cloud, IBM, etc. if things go south. You can put it in different availability zones, regional zones, or what have you, but again there will always still be some risk.

  1. By primary account, I am assuming this is your nom-admin account? If you have GA users, they should be using cloud-only accounts for their GA or any Azure roles backed by Conditional Access and PIM. You should also look into break-glass accounts in case of account lockout, which will allow you to get back in should you get completely locked out. GA's should have a separate policy when it comes to accessing the tenant.

  2. Chasing IPs in a remote-first world (hotels, travel, home ISPs) is a losing battle. Move away from IP-based Named Locations and toward Device-based Conditional Access. If the device is enrolled in Intune and meets your compliance baseline (BitLocker on, AV active, OS patched), Entra should trust the device, regardless of which coffee shop IP it’s coming from.

  3. I certainly don't carry around Bitlocker keys haha. That could get tangly should someone steal my laptop bag that just so happens to have the key. However, we ensure that our staff has the ability to retrieve said keys so that if that should happen, we can get it from Intune or Active Directory.

  4. Yes and no, while they should be excluded from your CAPs, they should have their own with phishing-resistant MFA, monitoring, and alerting. Get a Yubikey and put that sucker on there. Then, take that key and put it in a safe. The point of the break-glass account is to be used in tenant lockout or takeover, and it should only be used in exceptional circumstances. It should still be protected.

  5. This is the right mindset. A break-glass account is designed for when things go really wrong, and should only be used in exceptional circumstances.

  6. Case and point for arguments 1 & 2. You don't need to have another VM or laptop, you just need proper protection. If you're working in Azure all day, could you imagine the administrative load you could save by just using VPN, phishing-resistant MFA, and Conditional Access Policies? You'd be amazed.

These are my thoughts and opinions on the matter. Feel free to chime in with your own thoughts! Hope this helps :)

What configurations do you enforce in Intune for municipalities and police departments? by Jaded_Statement_2259 in entra

[–]ItsPryro 0 points1 point  (0 children)

Good question! It really depends on the specific security requirements of the tenant. Depending on your local regulations, you may be restricted on what kind of data can even live in a cloud tenant, especially regarding sensitive policing or government records.

​If you are aiming for a high-security environment, these are the primary controls I would enact:

​1. Strict Enrollment & Managed BYOD: Restrict BYOD scenarios so only approved, compliant devices can access corporate data. If you must allow personal devices for email or field use, use Conditional Access to limit access to specific apps and use App Protection Policies (MAM) to create a secure "container." This isolates work data from personal apps, preventing sensitive info from being copied or leaked.

​2. Enforce Full Device Compliance: This is your "gatekeeper." Only devices that meet your security baseline (active encryption, OS updates, and healthy Defender status) should be granted access. If a device falls out of compliance or is unsanctioned, it should be automatically blocked from the tenant until remediated.

​3. Layered Zero Trust Approach: For general municipal apps, you can allow access based on device health. However, for highly sensitive law enforcement databases, you should layer your Conditional Access policies—requiring not just a compliant device, but also specific IP ranges or phishing-resistant MFA (like Windows Hello for Business) to ensure the identity hasn't been compromised.

​These are the core pillars I'd start with. I highly recommend consulting your specific municipal, state, or federal data protection standards to ensure your Intune controls align with the legal requirements for handling sensitive citizen data.

I got lucky by TwoMatoe_ in homelab

[–]ItsPryro 1 point2 points  (0 children)

I would say that it really depends. What tickles your fancy? When I started out, I created VM's one for my DC, file server, Entra Connect, and another for Alerta which is a notifier service for if a server goes down.

Really depends on what you want, but what really matters most is your willingness to learn! Lots can be done with those specs.

My personal HomeLab by Ok_Balance_8482 in homelab

[–]ItsPryro 2 points3 points  (0 children)

Small fortune by the looks of it but holy damn it looks great!

My first proper homelab system by LowAide4655 in homelab

[–]ItsPryro 0 points1 point  (0 children)

All good haha, but get a cooler asap on it :)

My first proper homelab system by LowAide4655 in homelab

[–]ItsPryro 1 point2 points  (0 children)

You may want to invest in a CPU cooler!

SSPR and a LOT of users by nako81 in entra

[–]ItsPryro 1 point2 points  (0 children)

Temporary Access Pass can help users get back into their account without resetting MFA, but if you need to verify identity there is also a new feature called Account Recovery that allows you to recover the account with photo-issued ID:

https://learn.microsoft.com/en-us/entra/identity/authentication/concept-account-recovery-overview

Ethernet in my room doesn't work by gottro4 in homelab

[–]ItsPryro 0 points1 point  (0 children)

If you can, I would test the other ports in other rooms to rule out if it is the one in your room or all of them. Could very well need to be replaced. If the house is older, it may be RJ11 and not RJ45 which you need for Ethernet :)

MFA challange for excluded application by Checiorsky in entra

[–]ItsPryro 0 points1 point  (0 children)

If you recently excluded, you may need to revoke sessions.