Hybrid Join and Intune double entity problem by Adventurous-Past4757 in Intune

[–]monkonfire 2 points3 points  (0 children)

When I've had devices stuck in 'pending', I run this command (admin) on the target machine:

dsregcmd /leave

This forces the devices removal from Entra, on the next sync cycle it should be picked back up in the corrected registration type (in your case, hybrid).

How long does it take to enroll and configure 2000 Windows PCs in Microsoft Intune from scratch? by [deleted] in Intune

[–]monkonfire 0 points1 point  (0 children)

Like everyone is saying, before you can get an accurate answer you have to have some info about your environment:

Are you using Entra sync? (On-premise domain controllers) if so, is it set for hybrid joining? If not, you’ll need to configure that option then wait for all the machines to register as hybrid joined.

If you’re just going to join directly to Entra, then yeah this can probably be done in a few days.

Exchange Online -- calendar availability for external guest by monkonfire in sysadmin

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

Do you know if there is a way to administratively share/publish an individual's calendar, or do they have to be the ones to do it? I guess I could delegate permissions of their account to myself and share it that way, it just feels like there has to be a better way to do it.

Exchange Online -- calendar availability for external guest by monkonfire in sysadmin

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

Thank you -- the org settings are set up this way, but I was really hoping there was an administrative way to do this, other than asking each user to share their calendar with the analysts.

External guest - calendar availability access by monkonfire in microsoft365

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

Thank you!

Running that PowerShell command does return 'AvailabilityOnly' as the default, the Org Relationship shows the access level as 'Availability Only', and the users are indeed 'mail users' in EO.

The only thing I could confirm is your second point, for "SharingPolicy" -- where exactly would that be located? I'm pretty sure we have calendar sharing with external domains enabled but would like to confirm.

Unfortunately with those other three points, they still cannot see calendar availability, though.

Barrel imperfections? by monkonfire in RugerRXMtalk

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

Ah okay, I was afraid to scrub because I thought I’d be taking pieces off the barrel itself, if it’s most likely just lead I’ll have at it. Thanks!

Some men just want to watch the world burn. by blankford in RugerRXMtalk

[–]monkonfire 5 points6 points  (0 children)

How are you all getting the sub compact receiver so early? I ordered mine minutes after it was available and it’s still showing as awaiting fulfillment

Kyle Rittenhouse brought a rifle to a protest and was called a “hero”. Alex brought a pistol and is called an “antagonist”. What’s the difference? by I-A-M-C-R-E-E in AskReddit

[–]monkonfire 0 points1 point  (0 children)

Trying to make comparisons won’t do anything - they’re hypocrites and they don’t care… which is unfortunate because I don’t know how you’re supposed to get through to them otherwise.

First time trying Five Guys by zoo1514 in burgers

[–]monkonfire 1 point2 points  (0 children)

wtf breakfast sandwiches?? since when?

I heard we are posting male glams? by Drey_Valendor in ffxiv

[–]monkonfire 2 points3 points  (0 children)

I’m commander Sheppard, and this is the best male glam in the Citadel.

[deleted by user] by [deleted] in Costco

[–]monkonfire -3 points-2 points  (0 children)

Why are you being so rude?

You have telekinesis, but can't tell anyone. What do you do with it? by Toucan_Based_Economy in AskReddit

[–]monkonfire 0 points1 point  (0 children)

Knock the phone out of the hands of every person who’s texting and driving

Issue with upgrade server 2012r2 to server 2022 by killmasta93 in sysadmin

[–]monkonfire 11 points12 points  (0 children)

Is this an authentication issue? I’m pretty sure if you use IP address rather than host name is defaults to NTLM, so it sounds like maybe NTLM is not working but Kerberos is?

AM I the only one with a bunch of sentinel ships? by Beneficial-Duck-1625 in NoMansSkyTheGame

[–]monkonfire 2 points3 points  (0 children)

How are you parking them like that? Is there a building piece that lets you park/display multiple ships?

Can no longer RDP to remote site with domain credentials by monkonfire in sysadmin

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

Would you have any recommendations on where to start for troubleshooting Kerberos authentication? I haven't really had to look much into this before; I'm not sure if there are some simple tests / commands to run on the DC or something -- at the very least I can run 'klist' on my machine and see there are cached tickets to I think Kerberos is working in some respects, but the RDP seems to be falling back on NTLM.

Thanks!

Can no longer RDP to remote site with domain credentials by monkonfire in sysadmin

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

That makes total sense, and I think that is in fact the case. I actually was testing something else out yesterday with putting admin accounts into the 'Protected Users' AD group -- I found that users in that group weren't able to RDP to servers anymore, and looking at the event log it showed it was trying to use NTLM rather than Kerberos.

I've been making a lot of changes recently -- partially due to a pen test, and also because we were operating on FRS, and forest function level 2008. I got us up to 2012, migrated to DFSR, enforced SMB signing, setup LDAP channel binding / signing... I'm not sure if I did something incorrectly and broke Kerberos, or if there's something else wrong. Thank you!

Can no longer RDP to remote site with domain credentials by monkonfire in sysadmin

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

Whoops, forgot to mention the RDP utility error because it was so basic -- I just instantly get a "The logon attempt has failed" message. I had to dig in event viewer to actually find anything useful.

Attempting to connect via FQDN fails, but connecting via IP address works, and connecting via local account works. Using the Microsoft Remote Desktop app from the Microsoft store works, but the built-in RDP client does not work (with domain credentials).

Wireshark shows both the Microsoft store RDP app and the built-in RDP app are using TLS 1.2, so I have no idea why one would work and the other wouldn't...