| Group Policy Internet Explorer Settings Preference mode |
|
Have a look at the whole article.
Go to Now
|
| WebCast: Password and Account Lockout Features |
|
Password and Account Lockout Features
Go to Now
|
|
Working with Active Directory Permissions in Microsoft Exchange, How to Delegate to Exchange Administrators |
Microsoft release a guide that helps Exchange architects in their understanding of how Exchange uses Active Directory in the context of permissions.
Go to now |
|
| You can use dsquery to much more than you can think of |
|
SAMPLE (Get you a nice list with the computers that running Windows Server 2003):
dsquery * -attr operatingSystem distinguishedName -scope subtree -filter "(|(operatingSystem=Windows Server 2003))"
SAMPLE (Get you a nice list with the computers that running Windows Server 2003 or Windows 2000 Server)
dsquery * -attr operatingSystem distinguishedName -scope subtree -filter "(|(operatingSystem=Windows Server 2003)(operatingSystem=Windows Server 2003))"
SAMPLE (Get you a nice list that of all your servers)
dsquery * -attr operatingSystem distinguishedName -scope subtree -filter " (|(operatingSystem=*Server*))"
|
|
| Last Reviewed: 2004-09-12 |
|
Author: Christoffer Andersson |
|