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 wOOdy-Soft on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by vanvb

  1. vanvb

    multiple ssl certs in iis 6?

    Yes you can - you need to add a second IP to the server and create another site in IIS. Set that site to use your new IP and then you can set SSL with a cert just like your first site. Hopefully that makes sense.
  2. vanvb

    x64 YA 4.1

    I have YA working on my workstation under 64 bit Server 2008. Here is a link to the process I followed: http://www.dabcc.com/article.aspx?id=6826. It is talking about another product but you can follow the same process changing ya.exe at the end.
  3. vanvb

    Remote Connection question

    Which OS are you trying to connect to?
  4. vanvb

    Create new certificate

    /certsrv sounds like it is Microsoft Certificate Services. If that's the case, the main page should layout fairly simply. Ours has a section called "Select a Task:" and below that is a link that says "Request a certificate". Do you not see those things? Calvin
  5. vanvb

    help with shell.run path

    I found the problem. It appears that my variable strComputer that I was passing into my function was being interpreted as an integer...not text...so when I made it part of the command it turned the value of the whole line to 0. I concatenated "" to it to turn it into a string before using it and...
  6. vanvb

    help with shell.run path

    Can anyone help me out with what is wrong with this: function manage(strComputer) { var Shell = new ActiveXObject("WScript.shell"); Shell.run("\"C:\\WINDOWS\\system32\\mmc.exe C:\\WINDOWS\\system32\\compmgmt.msc \/computer:" & strComputer & "\""); } I can use the function below and...
  7. vanvb

    Accessing local machine from c# web page

    Nope...notepad was just an example. I have an administrative program for our sysadmins that allows us to search computers that we manage via an internal database, then do things like remote control, ping, remote manage, reboot, view c$, view shares, view add/remove programs...and many more...
  8. vanvb

    Accessing local machine from c# web page

    OK...that's pretty much what I have found as well. Anyone have experience developing something like this who can get me started? Dr. Google is somewhat helpfull but I haven't found a good working example. Also, I have found code for an activeX control so I understand the concept but there are...
  9. vanvb

    Accessing local machine from c# web page

    My apologies if this has already been covered but search is down right now. I have a VB 6.0 app that I am re-writing as a C# web app. As you can imagine there are a number of things that are causing problems but maybe if I can get a start on accessing the local box of the person viewing the web...
  10. vanvb

    Modify "Computer Locked" Screen

    I need to change the text that shows up on that screen in a domain environment with XP pro when you lock the machine. Be default it shows "Only john.doe@fabrikam.com (John Doe) or an administrator can...". I need it to only show the user's display name (John Doe)...not the logon name...
  11. vanvb

    Help changing Link Speed and Duplex on Large # of CPUs

    I don't have time to work out the details right now but you want to use wmi scripting. WMI can connect to another computer's settings and has access to things like the link speed/duplex setting. That should give you somewhere to start.
  12. vanvb

    Display windows directory on remote computer

    You'll need to be an administrator on the other machine, but I would just display the contents of the registry key: HKLM\Software\Microsoft\Windows NT\CurrentVersion\PathName Hope that helps!
  13. vanvb

    Registry

    Good link Linney. Star for that as I will find that usefull. clubsceneuk2, keep in mind that while this can be done via the registry as Linney has pointed out, Group Policy exists to make any changes much more transparent to the administrator and easy to change and troubleshoot. In the end...
  14. vanvb

    Registry

    Any reason you are using the registry rather than setting up a local group policy?
  15. vanvb

    Need full access to local computer when logging into a domain

    franklin97355, So anyone who has local admin priviliges has admin priviliges on everyone's desktop?

Part and Inventory Search

Back
Top