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!

Recent content by bence8810

  1. bence8810

    Replace text - if not found carry on

    Thanks a lot Tsuji, commenting out was easy enough and works like a charm. Ben
  2. bence8810

    Replace text - if not found carry on

    Hi, I have this small VB script I found while googling that replaces commas from a text file. The problem is that I automated the whole process in a batch file and when the text has no commas, the VB script stops with a pop-up message saying that nothing was found, and it wont carry on until I...
  3. bence8810

    Ancient system - Nitsuko DX2ET - need SMDR cable

    Just posting a pic of the phone's back, maybe it helps. Benhttp://www.pbxinfo.com/attachments/nec/1606d1219736681-how-get-smdr-output-nitsuko-dx2et-nitsuko-smdr-connector.jpg
  4. bence8810

    Ancient system - Nitsuko DX2ET - need SMDR cable

    Hi, We have this ancient PBX, Nitsuko DX2ET-32BM and we need to do call recording with it. We have gotten the software and the PCI card that goes to the recording server, but as the card has no Digital extension support, we need to record on the incoming trunk line. This means we will lose the...
  5. bence8810

    DHCP Server logging to Event Log?

    Hi, I have set up my DHCP server to work only on a per MAC address reservation basis. What I would like to achieve now, is to see when a Mac address gets denied because its not registered. This info I would like to feed to IPSentry and have an email alert set. In other words, is it possible to...
  6. bence8810

    DHCP Server - Only reservations and no auto IP assignment

    Hi It does work, I have used it yesterday, although I will need further testing. The thing that bothers me is the Blue Exclamation point besides my DHCP Scope, indicating the error of no available addresses to give out. Ben
  7. bence8810

    DHCP Server - Only reservations and no auto IP assignment

    Hi I am limited to do this only through my DHCP server, as our Firewalls are VPN'd with other countries and I have no access to it. Also, we have about 60 PCs in the office and I dont want to change them one by one to static. What I have done is added all the MAC addresses to my DHCP server...
  8. bence8810

    DHCP Server - Only reservations and no auto IP assignment

    Hi I do know that unfortunately. However, the lack of high-tech equipment only allows us to do this, and mainly what we are trying to eliminate is users hooking up their laptops. They are mostly unaware of network settings, so if it wont work, they will just stop trying. Thanks a lot, Ben
  9. bence8810

    DHCP Server - Only reservations and no auto IP assignment

    Hi I found a solution. I have to build the DHCP scope, then put the whole range into exclusion. Once they are excluded, the IPs wont be given out unless I map them to a specific MAC address. The switch thing would be more secure of course, but our switches are not that high tech, they are...
  10. bence8810

    DHCP Server - Only reservations and no auto IP assignment

    Hi Any help would be appreciated with this. I have all my users on a static mapping now, but still, if I connect a new device without a mapping, it will just get an IP that has not been reserved yet. Any way to stop this behaviour? Thanks Ben
  11. bence8810

    Pink PCs, Execute VBScript on live hosts

    Dear JJ, The Batch version works like a dream, thank you. I also tried the new VBS script you wrote, and it does produce a pop up with all the computernames in the script, so in theory it works. However, for my lack of scripting knowledge, I cannot implement it back to the original script, and...
  12. bence8810

    DHCP Server - Only reservations and no auto IP assignment

    Hi, We are trying to eliminate people bringing in their own equipment, and hooking it to our Network, and therefore I would like to change the way DHCP assigns IPs. We are running it on a Windows 2003 server, and now it assigns IPs automatically from a range. I know how to make reservations...
  13. bence8810

    Pink PCs, Execute VBScript on live hosts

    Hi Thanks JJ, the script works like a charm, it does skip the computers that are offline. The only thing missing now is to read the computernames from a text file. Is it possible somehow? My workaround now is to have an excel sheet with 2 columns vbsfile /computer:computer1 And I just...
  14. bence8810

    Pink PCs, Execute VBScript on live hosts

    Hi Good call on the Echo lines. It seems even if I try it on a non existing name, it thinks its online. cscript CheckShare-Local-Ping.vbs /computer:675675ytyfrhgf Microsoft (R) Windows Script Host Version 5.6 Copyright (C) Microsoft Corporation 1996-2001. All rights reserved. is online...
  15. bence8810

    Pink PCs, Execute VBScript on live hosts

    Hi, Thanks JJ, I tried your script. Although it works, I think its not pinging, as it still take a load of time when a host is down. My feeling is that I applied your changes wrong. Could you look at my script? Thanks Ben '************************************************************* '...

Part and Inventory Search

Back
Top