Loading |
VBScript |
JavaScript |
Powershell |
Search Options: List All the User Accounts in an NT 4.0 DomainContent of List All the User Accounts in an NT 4.0 Domain.vbsMD5 Hash: DF26D018633F049A28C73FA5DD36DF21 |
||
' Description: Returns a list of all the user accounts in a Windows NT 4.0 domain named Fabrikam.
Set objDomain = GetObject("WinNT://fabrikam,domain") objDomain.Filter = Array("User") For Each objUser In objDomain Wscript.Echo objUser.Name Next | ||
© 2008 - 2013 Boris Toll :: Scripts available: 6.481 :: :: scriptbox.toll.at :: :: powered by www.toll.at :: |