Okay, I'm a bit stumped with this one. How would o...
# _general
n
Okay, I'm a bit stumped with this one. How would one troubleshoot slowness while expanding the Administrative Templates section in a group policy? I want to figure out which template is causing the issue.
j
The number of ADMX files and the distance to the domain store is the usual cause of that. I have seen issues where gpmc accidentally connects to a far distant DC instead of a local one. So remove any unneeded or retired ADMX files.
n
Clean up templates? You aren't familiar with my company, hahaha. It's an ongoing battle for me.
🤕 2
r
I would check if there are any self-made ones.
c
Are you using a central store for the policydefinitions folder?
n
Our Dev environment loads fine, so there must be a difference in templates between the two. Gonna have the AD team compare them and see what's different.
Yes, we're using a central store.
c
normally when you open administrative templates it pulls the admx's/adml's from the policydefinition folder locally but alot of company's copy the policydefinitions folder to the sysvol which is best practise
it centrally manages them and when you open the GPMC the PDC emulator is used by default so i would check what that is with netdom query fsmo and see where it is located and check connectivity
if you got a client in UK with GPMC open and they go into the Administrative templates section it will be retreiving the policydefinitions from the PDC emulator and if that Domain controller is in a different location lets say Australia it will be slooooooowww !
w
gpmc will tell you where it is getting the files
c
Yes and you can point it at a different Domain controller but will use PDC by default
n
I found one template that differs between the two, so I asked them to look at it.
Yeah, it's hitting the PDC emulator which is in the same datacenter as the server I'm logged into, so it shouldn't be slow like this. The template in question is a Lenovo template with a lot of nonsense in it, so I'm hoping that winds up being the issue. Easy enough to validate.
👍 1
Connected to a DC 7 states away and it's faster. That's actually impressive.
s
Ypur PDC Emulator may be overwhelmed. I've seen where a remote DC is better responsive than a local one because those are less busy
this 1