' Determine
DNS domain from RootDSE object. Set objRootDSE =
GetObject("LDAP://RootDSE")
strDNSDomain = objRootDSE.Get("defaultNamingContext")
Set objRootDSE = Nothing
Wscript.Echo strDNSDomain
Any technical comments or questions about these pages
should be sent to: beissner@bestintexas.com