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

  • Users: ScarEye
  • Order by date
  1. ScarEye

    Windows 2003 Dial In User Static Routes

    But it seems your meathod is working. Thanks a million ScarEye
  2. ScarEye

    Windows 2003 Dial In User Static Routes

    The static route was created so that the user doesn't use my server as it's default gateway but it's own network.
  3. ScarEye

    Windows 2003 Dial In User Static Routes

    Hey guys, I am having some trouble here. I have a Windows 2003 Small bussiness server machine. It is setup for Routing and Remote Access. Now I have a machine outside this network running Windows XP Pro. Now I can dial into my server and create a VPN tunnel with no problem and even...
  4. ScarEye

    Hotbrick VPN 6000

    Hey guys, I wanted to know if anyone here has used this product, This VPN/Firewall has everything I am looking for execpt I don't know if it does Static Routing, I called the company, but there salesman is telling me that there doing a firmware update on this unit and he doesn't have any...
  5. ScarEye

    Installing OS from Jump Drive ?

    It's has Windows 2003 Server on there right now. But I need to format the drive and re-installl a fresh copy of Windows 2003 Server. Yes, It is formatted in NTFS. So How do I go about formatting the hard drive and installing a fresh OS from my jump drive ? Thanks
  6. ScarEye

    Installing OS from Jump Drive ?

    Hey guys I wanted to know if someone has done this. I have a server here that had no floppy drive or cd-rom drive. And does not have the option for adding them either. Basically I want to install Windows 2003 Server on this machine from a 1GB Lexar Jump Drive. I need this jump drive to...
  7. ScarEye

    Ping Program

    Hey guys, I downloaded a free ping utility that works with C#. Now I was wondering if I add multiple text boxes with ip's and when I click on the ping button I would like it to cycle through all the text boxes and give me my results. If anyone can take a look at it and help me out that would be...
  8. ScarEye

    Setting Credentials

    Hey guys what's up, I am a total n00b to this whole scripting thing and I have this code pasted below which works perfectly on your local machine but I am trying to connect to a remote machine how/where do I set the user credentials in the code below. Any suggestion or comments are...
  9. ScarEye

    Simple Question (I Think)

    So, I am feeding the script a url that is within my domain but the machine is turned off, because I would like to see a message saying that url is dead from the script, so that when I actually try to run it, IT doesn't crap out on me. Thanks ScarEye
  10. ScarEye

    Simple Question (I Think)

    YES, Exactly that I understand. I know about domains and permissions. I just don't know VBS =( But I am learning.. Yes the ip is within the same domain.
  11. ScarEye

    Simple Question (I Think)

    btw, I just tried changing this set oexec=wshshell.exec("ping " & surl) to this set oexec=wshshell.exec("ping " & strComputer) Still no luck...
  12. ScarEye

    Simple Question (I Think)

    tsuji, lol, I told you I was a n00b. So I got the function in there and now I see a quick dos window come up and disappear and it displays my memeory. GREAT... BUT I put a bogus ip in strComputer and I DO NOT get this message wscript.echo "The url is unavailable or unknown; or the...
  13. ScarEye

    Simple Question (I Think)

    I just took what you have up above, copied it pasted it in notepad put my IP in save it as a .vbs file. Double click on it and I get that message. the last code is end if ^ Is that correct, This is what my code looks like: strComputer = "192.168.1.2" if urlAlive(strComputer) then...
  14. ScarEye

    Simple Question (I Think)

    I am getting an error Type mismatch 'urlAlive'
  15. ScarEye

    Simple Question (I Think)

    Oh btw. I don't need a returned value. So if the ip is alive then go this code: strComputer = "192.168.1.1" Set wbemServices = GetObject("winmgmts:\\" & strComputer) Set wbemObjectSet = wbemServices.InstancesOf("Win32_LogicalMemoryConfiguration") For Each wbemObject In wbemObjectSet...
  16. ScarEye

    Simple Question (I Think)

    Thanks for you help. But tsuji, I should have also stated that I am a TOTAL n00b at this. So how can I put what you gave me to what I have listed up above. Thanks for you help And don't worry I am learning.. Thanks
  17. ScarEye

    Simple Question (I Think)

    Hey guys I gotta quick question hopefully someone will have the answer to this. I have this VB Script all it does is displays memory information. strComputer = "192.168.1.1" Set wbemServices = GetObject("winmgmts:\\" & strComputer) Set wbemObjectSet =...
  18. ScarEye

    CheckedListBox Help Please

    Hi, guys I am new to .NET and programming in it self. SuperN00b you can call me. Anyway this is my questions. I have a form and on that form I have a CheckedListBox and it looks something like this... All Strawberry Apple Kiwi Orange Banana Grape Now when the user clicks on the...
  19. ScarEye

    Exchange Sandwich ?

    Forget what I said above. I found out how to setup the Virtual SMTP Server in Internet Information Service Manager. And I got it to forward all e-mails to my spam/virus filter server. But now anyone can use this machine to send spam. Is there a way to set it up so that only authenticated...

Part and Inventory Search

Back
Top