i have this vbscript that gets me all the computer names in active directory.
is there a way i can incorporate this in cf and output the results to a select drop down box??
thanks for your help!
bec.


sDomain  = "ms"
Set oDomain  = GetObject("WinNT://" & sDomain)
oDomain.Filter  = Array("Computer")
For Each oADobject In oDomain
WScript.Echo oADobject.Name
Next


*************************************************
This e-mail, including any attachments, is intended for the
receipt and use by the intended addressee(s), and may contain
confidential and privileged information. If you are not an intended
recipient of this e-mail, you are hereby notified that any unauthorized
use or distribution of this e-mail is strictly prohibited.
[Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

Reply via email to