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 dencom 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: dknecht
  • Content: Threads
  • Order by date
  1. 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...
  2. 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