Schema extensions for Vista new features

Vista introduces several new functionality and few of then (to be specific two) requires our AD environment to get prepared through schema extension. These schema extension needed to run new Vista's features will be part of LH schema, but LH is still somewhere behind the horizon and we have to take care about it by … Continue reading "Schema extensions for Vista new features"

Windows Automated Installation Kit (WAIK)

New download called Windows Automated Installation Kit just showed up on Downloads. According to its description: (…) Use this tool to configure unattended setup answer files (Unattend.xml) and capture images. (…) It support Windows 2003/XP/Vista. There is nothing more what I can tell You about it just now, I will have to test it and … Continue reading "Windows Automated Installation Kit (WAIK)"

ADMTv3 migration guide

Most of people dealing with Active Directory knows or heard of Active Directory Migration Guide. With version 3 being current, this tool allows to migrate data between Windows NT\Active Directory domains, helping in migration and domain restructuring scenario. Microsoft has published ADMTv3 migration guide document which should be useful for those who are planning to … Continue reading "ADMTv3 migration guide"

More data is available exception when searching with S.DS

If You are developer and You have to utilize Active Directory or ADAM in Your application .NET System.DirectoryServices (S.DS) namespace is nice thing to have. It simplifies operation performed against Active Directory, hiding all COM stuff behind relatively few different classes You can use to query and modify directory objects. S.DS is nice namespace, but it still utilizes … Continue reading "More data is available exception when searching with S.DS"

Sysinternals has a new home

Sysinternals tools have new home at TechNet – if You need it now You can find at http://www.microsoft.com/technet/sysinternals/. With new home, new tool was added to SysInternals toolset –  ProcessMonitor, which has functionality of Regmon and Filemon, plus monitoring of processes and threads in one tool

Few word on objectCategory usage in LDAP filters

Recently my friend wrote simple app which is querying AD for some data, and he sent me LDAP filter to check – this filter was completely OK, but not very straightforward to read. Yesterday I came across similar usage of objectCategory attribute in LDAP filter, and I don't think it was used in this way … Continue reading "Few word on objectCategory usage in LDAP filters"