Administration

HOW TO: Export all email addresses from a domain

Background: The Active Directory Users & Computers (ADUC) UI lets you list the mail column for each object, which displays the default (SMTP) email address for objects. You can export the list from ADUC to a CSV/txt file. However, any additional email addresses in the proxyAddresses attribute are not exported. There’s no GUI interface (in […]

More →

SID error on cloned Virtual Server / VPC / VMWare OSes

If you simply copy an existing Windows OS image to create multiple virtual servers/workstations, and try to log on to a domain controller, you may get the following error: The system or security ID (SID) of the domain specified is inconsistent with the trust information for that domain. This happens because the SID of the […]

More →

Getting Dell Service Tag using WMI

Need to maintain an accurate inventory of servers in datacenter. Dell servers have a Service Tag that is required when calling Dell support, and it makes sense to include this in the server list. Here’s how to retrieve the Service Tag from the system BIOS. This uses WMI, and therefore works only on Windows servers. […]

More →

Got Win2003 Adminpak on XP and don’t see the Dial-In tab..

Adminpak installed on XP Pro does not reveal the Dial-In tab on user’s properties. Here’s how to make it show up : Registry Entries – copy the following text in notepad and save as dialin.REG (don’t forget to change file type drop-down to All): Windows Registry Editor Version 5.00 [HKEY_CLASSES_ROOT\RasDialin.UserAdminExt]@=”” [HKEY_CLASSES_ROOT\RasDialin.UserAdminExt\CLSID]@=”{B52C1E50-1DD2-11D1-BC43-00C04FC31FD3}” [HKEY_CLASSES_ROOT\RasDialin.UserAdminExt.1]@=”” [HKEY_CLASSES_ROOT\RasDialin.UserAdminExt.1\CLSID]@=”{B52C1E50-1DD2-11D1-BC43-00C04FC31FD3}” [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\MMC\NodeTypes\{19195a5b-6da0-11d0-afd3-00c04fd930c9}\Extensions\NameSpace]“{B52C1E50-1DD2-11D1-BC43-00C04FC31FD3}”=”RAS Dialin […]

More →