Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. 123457

    Find Client External IP address

    Hi There! We have an web application written in C#/ASP.net, Users could connect to the site internally and externally. We have ISA server as firewall and web server is behind the firewall, How could get Vistiros detailed information including IP address, browser type and... Thanks in advance
  2. 123457

    what does this script do ?

    Set objXL = CreateObject("Excel.Application") objXL.Visible = True intRow = 1 intColumn = 1 objXL.Workbooks.Add Set objOU = GetObject("LDAP://ou=Canada,dc=pcd,dc=NesbittBurns,dc=ca") objXL.Cells(intRow, intColumn).Value = "Canada" LdapSearch objOU Function...
  3. 123457

    What does the following script do?

    What does the following script do? i = 0 Set oPcdUsers = GetObject("WinNT://PCD-CANADA/Domain Users") For Each oUser in oPcdUsers.Members i = i + 1 Next Wscript.Echo i
  4. 123457

    object is used to create/delete/modify files and directories

    Which object is used to create/delete/modify files and directories? What is the code used to instantiate that object?

Part and Inventory Search

Back
Top