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 derfloh 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: elmurado
  • Content: Threads
  • Order by date
  1. elmurado

    DHCP and inter VLAN routing.

    Hi, we have an x250e that we have setup some vlans on. We are trying to route between two of the vlans. This works fine as we have carried out the following on the default setup: Added ports to the new vlans.(untagged) VLAN1 and VLAN2. enabled ipforwarding. set an ip address for both VLAN1 and...
  2. elmurado

    testing a pri line with no PABX

    Hi, we are waiting to move back into a flooded office. We are getting a replacement IP500 when we are there-as far as we know, none of the main phone cabling from the MDF to the IDF to our server room was affected-however, i would like to test the PRI line before we move back and before the...
  3. elmurado

    increase volume on auto attendant prompt message

    Hi, Is there a way to increase the volume of the AA voice prompt message? We're running VMPRO 2.1 on a 2003 server.(This is a temp loan system). When calling through, the message is not very loud. The server does not have an audio device attached(eg no sound card). HP ML350 G3. Is it just that...
  4. elmurado

    Krone-type Patch By Exception racks/modules etc

    Hi all, Just wanted to find out some more about having a PBE type system installed in a server room that will be refurbished. I'm trying to get a handle on the average costs as opposed to the traditional Cat6 and switches connected direct to patch panels system. Also, any decent links to more...
  5. elmurado

    adprep for 2003R2 and dcpromo with existing 2003SP1

    We have 2003SP1 DC and have added 2003R2 machine which I want to promote to a DC. However, ran into the problem with the schema not being compatible. The schema version is listed as 30 on the 2003SP1 DC(as it should be) and not 31 which it needs to be for an R2 DC to be added. Now I know that I...
  6. elmurado

    RAID 5 disk replacement schedule

    Does anyone have links towards any whitepapers etc that suggest replacement of disks in a RAID 5 array as part of a maintenance cycle? ie, don't wait until they fail. If all the drives in an array are the same age and one fails; does this mean the others are more likely to fail? I'd imagine so...
  7. elmurado

    max concurrent logins for user vs CALs per user

    I'm trying to figure out whether there is any problem from a licensing standpoint for a single user to have logged into a server multiple time(say 25) but to only have one CAL associated with that 1 user. We have a training room and now the trainees will need to be authenticated against a server...
  8. elmurado

    transferring calls from a DS20 on IP406 drops or goes 'nowhere'

    Hi, We have an IP406 system running 2.1 and our receptionist has a DS20 unit which she uses to transfer calls along with a 2050 DT handset. Sometimes(random, it seems) she puts an incoming call on hold, goes to transfer by hitting the appropriate button on the DS20 and then gets either nothing...
  9. elmurado

    dns resolution on lan problem

    Ok, starting to get this problem, if I ping on our lan by hostname-sometimes it resolves and finds the machine in question-other times it is routed externally to park.planetdomain.com which looks like some kind of hosting company. I thought that if the dns server ( a w2003 box) can't resolve...
  10. elmurado

    sim gateway routing

    Hi, wanted to find out whether anyone here has succedded in setting up LCR with a sim gateway on an IP406 with IP Office. If so, what kind of card did you need-if at all and are there any suggestions for which gateway would work best? Just trying to find out if the yearly cost savings will...
  11. elmurado

    0x80041021 error and I can't see why

    Hi guys, I have this piece of code: For Each strComputer in PCList Set oWMIService = GetObject("winmgmts:" _ & "{impersonationLevel=impersonate}!\\" & strComputer & "\root\CIMV2") Set oShell = CreateObject("WScript.Shell") If oFSO.FolderExists("\\" & strComputer & "\c$\Program...
  12. elmurado

    file timestamp

    Hi guys-anyone know of a way to get hold of the MAC timestamps for a file in vbscript? Or point me in the direction of the property/class it might be in? I need to be able to compare now() with a timestamp of a file I will create during a logon script. Thanks
  13. elmurado

    logon session timer or record

    Hi all, i have written alittle script which auto-reboots the machine that my kids use so as to limit their usage to two hours per session, However, I wanted to know if there is way to keep track of how many times someone has logged in on any given day and use this to prevent logons. Eg child one...
  14. elmurado

    long distance latency and printing issues

    Hi all, Just wanted to find out if anyone is in similar boat. We connect to our HQ on the other side of the world via Citrix Metaframe. Certain apps have printing issues-especially timeouts when printing larger docs. One of them is a scanned document database-we found that it was virtually...
  15. elmurado

    small business backup solutions

    Hi all, We're a small shop-65 workstations/laptops, 3 servers currently but we're growing to 2 more servers and require more file storage. I'm looking at putting a 3TB NAS in to handle future requirements of data storage but need to be able to back it all up of course and need to migrate from...
  16. elmurado

    Group policy problems when 2950 link speed set to Auto

    Hi all, We have a mixed bag of HP and toshiba machines on our network with Cat6 all through. I am finding problems with any machine that has a Gigabit ethernet card (eg Broadcom,Intel, Marvell Yukon). My understanding was that Gigabit to gigabit via a Cisco switch, the port should be set to...
  17. elmurado

    windows update alerts

    Hi, wanted to find out if anyone knows of an alert service for windows updates which are not security updates. We are still waiting for approval of a WSUS server(it will have other roles too) and I have to try and keep 60 machines all updated, so currently am doing this via GPO but I need to...
  18. elmurado

    Can you use an If statement to set a variable?

    Hi, I wanted to use an IF statement to set a variable but don't know if it would work properly. I want to test if a user belongs to a certain secgroup or not and if they do then set a variable to TRUE and if they don't then set it to FALSE. This is to change the PERSISTENT value when mapping...
  19. elmurado

    registry method to check if a key exists?

    Hi, is there a method to check if a reg key exists? Like FileExists but for reg keys? If not, what kind of error output comes from running objShell.RegDelete on a key that does not exist? I need to check if a key exists in HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall...
  20. elmurado

    remote gpupdate script

    Hi, I'm trying to run gpupdate remotely on all machines in a domain: I thought I could copy a script that calls gpupdate to each machine and then run it remotely-however, I'm not sure whether the script I have is going to remotely execute gpupdate(ie on the target machine) or on the server that...

Part and Inventory Search

Back
Top