/var/log

Journal of a SysAdmin

/var/log header image 4

Entries Tagged as 'Active Directory'

Where Oh Where?

March 9th, 2010 · No Comments

The find operation is my friend in ADUC, but where exactly are the AD objects you find? What OU? What if you search for ‘Mark’ and there are four ‘Marks’ in your forest?
Mark Parris has a nifty little tip: http://wp.me/pJxvX-4l

This is why I love the ‘net. On Mark’s blog post from which I stole the [...]

[Read more →]

Tags: Active Directory

We Don’t Need No Stinkin’ Limitations

March 5th, 2010 · No Comments

Did you know …
Fully Qualified Domain Name (FQDN): The Fully Qualified Domain Name (FQDN) of an object cannot exceed 64 characters.
Group Memberships: Users, Groups and Computer accounts can be classified as Security Principals and as such Security Principals can be a member of approximately 1015 Groups. This is to do with access token size limitations.
Maximum [...]

[Read more →]

Tags: Active Directory · Documentation · Miscellaneous · Performance

That’s A Load Off!

March 4th, 2010 · No Comments

Mark Parris (Microsoft MVP) has a post about reducing client authentication loads on a DC.
Essentially, to reduce the number of client authentication requests processed by a DC, adjusting the server’s DNS weight and/or priority will do the trick. Specifically, the number of client authentications is decided by the weight while to ensure the DC does [...]

[Read more →]

Tags: Active Directory · Performance · Protocols · Server

Updated Design Guide

March 2nd, 2010 · No Comments

Microsoft has released an updated Active Directory design guide. Although it mentions the healthcare sector, it should provide a basis for designing an AD regardless of sector.
Thanks to Mark Parris for the link.

[Read more →]

Tags: Active Directory · Documentation

Make Up Your Mind!

February 19th, 2010 · Comments Off

Working some more with my new Windows Server 2008 R2 virtual machine, I discovered that the server manager console has a “Resources and Support” section per role; roles being the function or service the server provides (AD domain Services, DNS, etc.)
Kind of a nomenclature mess, but who am I to complain?

[Read more →]

Tags: Active Directory

AD Snapshots

February 17th, 2010 · Comments Off

In playing around some more with my new server 2008 R2 VM, I discovered new options for managing AD, including the ability to restore data from AD snapshots.
This article in the most excellent magazine, simple-talk.com, provides clear instructions on just exactly how one can use this new capability. Good writing too, by Ben Lye.

[Read more →]

Tags: Active Directory · Backup · Disaster Recovery

Future Resources

February 16th, 2010 · Comments Off

So there I am, working away in my new VM of Server 2008 R2 which Id just made a Domain Controller, when I decided to load the ActiveDirectory module in PoSH (Power Shell) then play around with AD-specific commands. (Im in the process of generating a list of useful resources to our delegated OU administrators [...]

[Read more →]

Tags: Active Directory · Errors · Journal · PowerShell

AdminSDHolder

September 9th, 2009 · 3 Comments

Once again, I find I dont know as much about the inner workings of Active Directory. Joe of joeware dissects a TechNet article about AdminSDHolder which uses his fine tool (AdFind) to query AD for security information. Joe finds a few things lacking in the article (calls it rough.)
Once again, it strikes me that one [...]

[Read more →]

Tags: Active Directory · Journal · Miscellaneous

Metadata Cleanup

August 31st, 2009 · Comments Off

This is major good news from the MS folks: I recently discovered it is possible to automate metadata cleanup, required after the forced removal of an AD Domain Controller.
Even better, on DCs running Windows Server 2008, deleting the DCs computer object in ADUC (Active Directory Users and Computers MMC) initiates the cleanup process automatically.
More information [...]

[Read more →]

Tags: Active Directory · Server · Windows

Fastboot

February 29th, 2008 · Comments Off

How many reboots does it take for a Windows XP machine to screw in a light bulb?
I have no idea, but I know how many reboots it sometimes takes for some of my Group Policies to be applied, including most annoying, the GP-deployed software: two or more!

[Read more →]

Tags: Active Directory · Documentation · SysAdmin