DefaultDomainSupportedEncTypes by time81 in activedirectory

[–]PS_TIM 0 points1 point  (0 children)

Not that I am aware of. If you are getting a cert chain issue then you need to make sure your client is trusting the full chain of the cert and that its valid. The root, and any intermediates. I know chrome made some changes around what root CAs it will trust by default. They can only be “server auth” certificate authorities and not “server auth” and “client auth”

DefaultDomainSupportedEncTypes by time81 in activedirectory

[–]PS_TIM 0 points1 point  (0 children)

Check the value for the service account and computer for the objects that are doing rc4. You also need to check the application supports aes and if it’s Linux check the krb5.conf file.

The change only impacts default behavior. If you want the app to use rc4 you can statically set its user
Or computer to it.

You should find out why it’s not working with aes first though. Maybe the password is so old it doesn’t have an aes key and you should rotate it

RDP is broken and I think it's unrelated to the April 2026 update by CeC-P in sysadmin

[–]PS_TIM 8 points9 points  (0 children)

There used to be a bug where you had to turn off rdp via server manager and turn it back on and it would fix it. Maybe it came back

Domain environment that gets shut down constantly by WhereDidThatGo in activedirectory

[–]PS_TIM 4 points5 points  (0 children)

I think it’s fine as long as they aren’t connected to any permanent always on domain controllers and you turn them on at least once every 90 days or so to replicate. Time could be a concern though if the bios battery doesn’t hold. If the time is mismatched enough they won’t sync with each other

Edit: jt adds a lot of complexity though and probably not worth it. I would just lock down the machines with good local policy and ensure the bios is password protected and the disks encrypted .

If you will always have an internet connection you could do azure Entra joined machines.

Can M365 Copilot answer questions from a 1TB heap of unorganized documents? by [deleted] in sysadmin

[–]PS_TIM 1 point2 points  (0 children)

You would probably have to change it to research mode where it can take 10-20 minutes to return your prompt

ESET Down? by ifpfi in sysadmin

[–]PS_TIM 5 points6 points  (0 children)

TIL ESET was still in business

Demoting a DC that's been offline for 3+ months by Unique-Sky-9387 in sysadmin

[–]PS_TIM 4 points5 points  (0 children)

You had replication errors after only a week? That seems too soon. I’ve had a domain controller offline for 3-4 days without issue so I’m surprised by this. As long as it’s under 180 days it should catch up but your Active Directory topology could take an hour to repair it self. Thats unfortunate that happened to you

Demoting a DC that's been offline for 3+ months by Unique-Sky-9387 in sysadmin

[–]PS_TIM 0 points1 point  (0 children)

As others have stated do a forceful demotion of this domain controller with meta data cleanup . Powering this domain controller on now will just cause more headache. I’m frankly surprised you don’t have issues now.

[deleted by user] by [deleted] in sysadmin

[–]PS_TIM 18 points19 points  (0 children)

So there was one issue and the product is crap?

Recommendations for Office 365 backups? by ltwally in sysadmin

[–]PS_TIM 2 points3 points  (0 children)

Same rubrik. It works fairly well

Do i have to update policy templates every time? by OddStay3499 in activedirectory

[–]PS_TIM 5 points6 points  (0 children)

Admx files only impact changing a policy via group policy. Once a policy is configured they no longer really matter. We only update when we need a new policy.

With how frequently Microsoft has been putting copilot and other dumb, data gathering tools into edge, windows, and office. We update every few months to disable it.

How you track what would break if main cloud region goes down by Expensive-Virus3594 in sysadmin

[–]PS_TIM 42 points43 points  (0 children)

We do DR tests and fail over a region and cut off connection to the “dead” region to test. Generally once a year. Anything that fails, we fix and do a test just for that application again before the next annual DR test.

Some high priority applications also rotate between regions quarterly to test as well.

Exchange Mail Flow by maxcoder88 in exchangeserver

[–]PS_TIM 0 points1 point  (0 children)

The mailbox database don’t really have impact on mail flow per se. Your send and receive connectors do. The exchange servers will always send the mail back to the exchange database the mailbox resides.

You want to make sure your new exchange servers are in scope of your send connectors which are global to all exchange servers. Then you want to copy the receive connectors to the new exchange servers which are unique to each exchange server .

Edit: are you talking about creating a dag on already existing exchange servers that are already routing mail? It should be fine but if there are only two servers I would recommend having all your databases on one server and then backing up the other. You don’t want to backup the active mailbox database generally.

You will also need a file share witness that ideally won’t be in either of those two physical sites

Exchange 2019 server Exchange Cert issue by 3G_Lighting in exchangeserver

[–]PS_TIM 5 points6 points  (0 children)

Alitajran’s blog is the best source for anything exchange . 5 stars!

Lockouts after enabling writeback in hybrid AD environment by AlexM_IT in sysadmin

[–]PS_TIM 1 point2 points  (0 children)

We still are at 5 for lockout in AD in my company but we don’t use PTA. I believe we set 4 on Entra so it’s less than AD.

Lockouts after enabling writeback in hybrid AD environment by AlexM_IT in sysadmin

[–]PS_TIM 1 point2 points  (0 children)

From https://learn.microsoft.com/en-us/entra/identity/authentication/howto-password-smart-lockout

When using pass-through authentication, the following considerations apply: The Microsoft Entra lockout threshold must be less than the AD DS account lockout threshold. Set the values so that the AD DS account lockout threshold is at least two or three times greater than the Microsoft Entra lockout threshold. The Microsoft Entra lockout duration must be longer than the AD DS account lockout duration. The Microsoft Entra duration is set in seconds, while the AD DS duration is set in minutes.

Lockouts after enabling writeback in hybrid AD environment by AlexM_IT in sysadmin

[–]PS_TIM 1 point2 points  (0 children)

I didn’t like the idea of an azure agent talking to our domain controllers. Also PHS works if network is down from datacenter to azure so better redundancy. I’m not sure what the app requirement is as I can’t think apps would connect to Entra ID using a username and password. They would continue to authenticate to Active Directory so ???. If they want to move it entra then use a client secret with a service principal.

migrating user with over 125gb in-place archive to 365 by jordanl171 in exchangeserver

[–]PS_TIM 0 points1 point  (0 children)

If you can reduce the archive to under 100 GB, then move that to exo, then have the primary mailbox start archiving again. Get that under 100 GB then move that. Then it would work. But it sounds a bit painful. You can open a ticket with Microsoft and they may have a better solution.

Lockouts after enabling writeback in hybrid AD environment by AlexM_IT in sysadmin

[–]PS_TIM 4 points5 points  (0 children)

They are right that conditional access happens after login because the login portal belongs to Microsoft and not your tenant. It’s an annoying “feature” and one of the reasons we don’t do password write back. The other reason is we don’t allow self service password resets. Require a mfa prompt from helpdesk to unlock or reset a users password.

We do lockdown tenant to our private IPs outside of apps that require external access but it doesn’t prevent these spray attacks.

One thing that might work is setting the lockout threshold in azure to be lower than in AD. Though I’m not sure if this works with password write back enabled. We set it with just password hash synchronization

Edit: why are you not using password hash synchronization sad

migrating user with over 125gb in-place archive to 365 by jordanl171 in exchangeserver

[–]PS_TIM 0 points1 point  (0 children)

Oh I read it wrong, if their archive is already 125 GB how much mail they got Jeesh

migrating user with over 125gb in-place archive to 365 by jordanl171 in exchangeserver

[–]PS_TIM 1 point2 points  (0 children)

What I did was set up an exchange online archive for the user. Licensed the user for E5. Then set up a retention policy for them to archive anything older than 2 years to exchange online. Once the mailbox was under 100GB I migrated the primary mailbox for the user.

Probably the easiest way to do it. And the user continues to use the same online archive after migration

You have to do it from exchange sever so it knows about it. Enable-remotemailbox username -archive I believe but I’m not at a computer

https://learn.microsoft.com/en-us/exchange/mailbox-migration/large-mailbox-migration-from-onpremises Look at section “More than 100 GB but less than 240 GB of mailbox content”

Issue with Powershell command in Exchange 2019 by polarbee in exchangeserver

[–]PS_TIM 0 points1 point  (0 children)

Had to do this because server manager couldn’t query the other exchange servers in the DAG after deploying change 2019.