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...
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.
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...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.