Fresh from the Exchange team, they will now support Exchange 2003 to query against 2008 R2 DCs. This means that if you are on 2003 and plan on going to 2007 or 2010, you can upgrade your DCs to 2008 R2 and then raise your forest/domain levels to the latest and greatest of 2008 R2 after 2003 has been removed from your environment. This actually saved me 1 upgrade I now no longer have to do.
http://msexchangeteam.com/archive/2009/11/30/453327.aspx
No Comments »
So a common pain can be joining machines to a domain if you are IT staff person where you have a lot of machines. By default an authenticated user can join up to 10 machines to a domain. What if you need to join more? Microsoft provides 3 ways to do this. Let’s take a look.
http://support.microsoft.com/kb/251335/EN-US/
Updated for XP
http://support.microsoft.com/kb/314462/EN-US/
1.) Pre-Create the machines, not entirely difficult but something the admin has to do.
2.) Grant the Create Machines/Delete machines privilege. This will work for NEW MACHINES but what about machines that already exist, we will get to it.
3.) Up the default count from 10 to whatever number you want.This will affect all users and you may not want to do that for everyone.
So how can you set permissions for an IT staff person to join and more importantly “re-join” machines to a domain without giving them too many permissions. Here is the answer.
Permissions Needed to Join and Re-Join Machines
Besides the Create User Objects and Delete user Objects from number 2.
Reset Password
That’s it. So simple. It is the reset password permission people usually miss which is key for re-joining as the computer account needs to be reset as well.
You may also need to add the Write permissions depending on how you set the permissions previously for this access. Once again you can check all this info use ADSIEdit.
No Comments »
Does anyone know that the limit if for common Active Directory features that you’d never think you’d hit in your environment but then one day you come close? Sometimes you wonder what is the max number of domain controllers you should have in a domain? (It’s 1,200) What about how many GPOs can be applied to a user? (It’s 999) Well all these max limits comes from a Technet article I suggest everyone takes a look at bookmarks for future reference just encase.
http://technet.microsoft.com/en-us/library/cc756101(WS.10).aspx
No Comments »
Just for those that can’t find or aren’t aware of how useful these forums are I’m just telling you they are extremly useful. I’m very active in the Exchange community, people are very helpful and I learn quite a bit just from the MVP/MSFT in there as well as other posters. I highly recommend people to check it out and get active, its a great way to learn.
http://social.technet.microsoft.com/Forums/en-US/categories/
Comments Off
Microsoft has posted a great document on how to use Repadmin to monitor your AD replication.
http://www.microsoft.com/downloads/details.aspx?familyid=c6054092-ee1e-4b57-b175-5aabde591c5f&displaylang=en
I’ll post any .bat files I write using these commands.
No Comments »
I’ve filled a bug about this with MS, they are still working it out. In my environment I have a more update to date .DLL but am still getting this issue. If you try to join a 32-bit Vista client to a 2003 Domain SP1, if you are on SP2 this doesn’t happen or on 64-bit Vista. The error is, “There is a time and date difference between the client and server”. This occurs if you have the Do Not Require Pre-Authentication checkbox enabled. Either disable this checkbox, or upgrade the DCs to SP2.
http://support.microsoft.com/kb/938454
http://blogs.technet.com/ad/archive/2007/05/24/vista-issue-time-skew-error-when-logging-on-across-a-trust.aspx
No Comments »
Well sometimes you forget the password for the local admin account on a domain controller and sometimes that password quits without giving notice. In either case there is an easy way to reset the password witout knowing the previous one.
Go to the command prompt and enter ntdsutil.
Next Enter set dsrm password and hit enter.
To set it for the local machine enter, reset password on server null
Then enter your new password, that’s it. Simple and easy.
http://support.microsoft.com/kb/322672
No Comments »
A scenario can come to pass where the wrong time is set on a DC, especially the PDC. All other DCs will accept this new date and time blindly and apply it, even if it is large quantities of time in the future or past. Naturally these can have pretty bad results.
These are the registry keys, the recommend value is 48 Hours, 0002a300
For more info see these.
http://blogs.msdn.com/w32time/archive/2008/02/28/configuring-the-time-service-max-pos-neg-phasecorrection.aspx
http://support.microsoft.com/default.aspx?scid=kb;EN-US;884776
| Registry Entry |
MaxPosPhaseCorrection |
| Value Type |
DWORD |
| Subkey |
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\W32Time\Config |
| Notes |
This entry specifies the largest positive time correction in seconds that the service can make. If the service determines that a change larger than this is required, it logs an event instead. Special case: 0xFFFFFFFF means to always make the time correction. The default value for domain members is 0xFFFFFFFF. The default value for stand-alone clients and servers is 54,000 (15 hours). |
| Registry Entry |
MaxNegPhaseCorrection |
| Value Type |
DWORD |
| Subkey |
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\W32Time\Config |
| Notes |
This entry specifies the largest negative time correction in seconds that the service can make. If the service determines that a change larger than this is required, it logs an event instead. Special case: -1 means always make the time correction. The default value for domain members is 0xFFFFFFFF. The default value for stand-alone clients and servers is 54,000 (15 hours). |
No Comments »
I found that some of the distribution groups were automatically changing to security groups. From what I’ve gathered that this function is more or less left over from previous versions of Exchange. I’m still not able to get a real clear answer but this is a link to preventing it from occurring.
http://support.microsoft.com/kb/843587
Update [10-12-09]- Joe from Joeware explains why in AD this is happening. Turns out its from when users are assigning MAPI permissions to a folder. Thanks Joe!
http://blog.joeware.net/2009/10/12/1759/
No Comments »
A quick way to turn determine the FSMO for your domain is to run the command netdom query fsmo. Netdom is part of the 2003 Resource Kit which is on every 2003 cd. To find out more complicated FSMO roles for an entire forest, see this article.
http://support.microsoft.com/kb/234790
No Comments »