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 Wanet Telecoms Ltd 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 dknecht

  1. dknecht

    vbscript add user to AD issue

    Excellent thank you! I knew I was missing something and that was it!
  2. dknecht

    vbscript add user to AD issue

    I am trying to use the below script to make a user in AD: username = "username" Firstname = "FirstName" lastname = "lastname" description = "description" Set objOU = GetObject("LDAP://OU=TheOU,dc=MyDC,dc=com") Set objUser = objOU.Create("User", "cn="&username) 'initial account creation...
  3. dknecht

    Failover voicemail server

    Sorry I forgot to mention, we are on 5.0. Is that possible on 5.0? We actually have IIS installed on the VM Pro servers already, which are XP boxes. Though I do not know if it was installed prior to VM Pro or not.
  4. dknecht

    Failover voicemail server

    Currently my company has 12 offices + corporate office, each has its own IP 500 (a few have 406) with local voicemail pro server. We have a night auto attendant that includes an 'On Call' option. I am trying to figure out how to have a failover voicemail server so that if the primary goes down...

Part and Inventory Search

Back
Top