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 bkrike 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: *

  • Users: Udir
  • Content: Threads
  • Order by date
  1. Udir

    Need to parse and convert to a number

    I have a string that is in the form of: Garbage(-338409,-110472,8275) Garbage(-336179,-111388,4469) I want to sort the data out into 3 seperate columns and use them as numbers so I can use them for calculations. How do I best go about that?
  2. Udir

    System Restore Alternatives

    I have a laptop that I am trying to fix, that is having all types of problems. The start bar won't appear, cannot uninstall anything from the control panel, internet won't load, the list goes on. Another pressing problem is the MS System restore software won't load either. I have a point...
  3. Udir

    JScript Global Variables

    I read that you can declare varables as global by not including the var infront of it, but when I do: logFileName = "C:\\scripts\\testlog.txt"; writeLogLine("Hello"); function writeLogLine(msg) { var ForReading = 1, ForWriting = 2, ForAppending = 8; var FTarget, File, MyDate, MyTime...
  4. Udir

    function arguments

    If there is a function like function funname(name) { statements; } is it possible to call the function without actually passing the function anything? like x = funname(); Also, aside from msdn.microsoft.com can anyone recommend a good website/tutorial on objects in JScript?
  5. Udir

    VB 6 DLL Debuging Question

    I have a DLL written in VB 6 that is an addon to a third party product through a hook-in application. The program works perfectly on intel platforms, but on AMD platforms it crashes at several reproducable points, but they do not coincide with any of the logical places inside the code, ie...
  6. Udir

    Debuging DLL Info

    I have an DLL that hooks into another application, so I can't run debuging inside VB6 console. The problem appears to be with 2 or 3 specific private sub functions. But the weird part is I have two machines. On my intel platform it works fine, on my amd platform it crashes at two particular...
  7. Udir

    Javascript login script quest!

    I am using javascript for my AD login scripts. I can get the value of "windir" out of the environment of %systemroot% but need to actually resolve it to either C:\windows or C:\winnt Is it possible to assign what would be the value of %systemroot% to a variable to use?
  8. Udir

    Change "local" admin account password via script?

    We have 500 computers that all have the same "administrator" password for the local machine. I would like to reset these as several people around the company know the password. Is it possible to change the local admin account via a script like through login scripts so I dont have to touch...
  9. Udir

    TS License Question

    I have 2003 TS up and running, with the license server installed on that machine (non DC) using: http://support.microsoft.com/?kbid=279561 I have installed the per users licenses and they show up in the license server. I have also configured the TS Configuartion to use 'Per User', but I...
  10. Udir

    Auto Logoff based of Time and Idle time

    I am trying to for a our users to "logoff" after a particular time of the day say 5 pm and if they have been idle for x amount of time. I have users who work past 5 and if they are working, I don't want to kick them out and the people vary to greatly to monitor. I just want to kick them out...
  11. Udir

    Remote registry cannot connect to a machine!!

    I have converted serveral Windows 2000 and XP machines over to our new domain over the past couple of days. Before they were converted over to the new domain, I could remote registry over to them. After I converted the machines over, I could no longer remote registry over to them. I get the...
  12. Udir

    Missing Computers in "Entire Network"

    We have a network that is broken off the main network by a Cisco router. The remote network ip range is part of my AD site and the computers can log in. There is not DC on the network. For some reason the computers on my remote network do not show up under our domain in "Entire Network"...
  13. Udir

    WMI IdleTime

    I am looking for a way to get the "idle time" being the time that since the last mouse or keyboard interaction? I looked at Win32_ServerSession.IdleTime. It returns a number that is not consistant with the amount of time that my computer has been idle "i.e. 0". Is there another call that can...
  14. Udir

    Which DC?

    What is the command to determine which DC authenticated a computer when it logged into the network?
  15. Udir

    Virtual Directory Problem

    I have a website that in its base form "www.mysite.com" works great. The webserver is in a domain seperate from the rest of my network "nothing.com", is the PDC, and is running IIS 6.0. I have setup a "Virtual Directory" to point to a directory on another server that is in my true domain...
  16. Udir

    SQL Mail not sending

    We are using SQL Mail to send email out of Great Plains. SQL mail is configured, and testing the connection tests ok. When I send the message out of GP, the email shows up in Outlook in the "Inbox" with the message being unsent. I can manually "Send" the message, but the message will not...
  17. Udir

    User Account Log on Ability

    We have a network account that is used to push software and run services. Is it possible to set the network, so that this account can not log in locally to any of the workstations on the network?
  18. Udir

    Internet Applcation

    I am in a position where I need to publish an application over the Internet. I would like to do this with Citrix in some capacity, but what software do I acutally need to pull this off? Looking at the Citrix website, they say that Presenation Server will do it, but they keep referencing NFUSE...
  19. Udir

    IIS 6.0 Benchmarking

    I have an IIS server that is hosting our corporate websites, and will eventually host our extranet. Is there a way to benchmark how robust the server, and how many hits or whatever compuation I am trying to measure? Thanks...
  20. Udir

    Problem with SMS_Reporting_Point

    I have the SMS_Reporting_Point installed on the primary SMS server. When I run the Reporting portion of it, or try to run a specific report, I get and HTTP 500 Internal Server Error and the page cannot be displayed. I have removed the reporting point and put it back. I have also reset the SMS...

Part and Inventory Search

Back
Top