Link to home
Start Free TrialLog in
Avatar of jagard29
jagard29

asked on

Trying to enable single user for OCS with lcsenableconfigureusers.wsf

I'm trying to enable ONE user as a test using the lcsenableconfigureusers.wsf and keep getting errors.  I don't know what I'm doing wrong, please help.

For my user file I've tried:
email:username@domain.com

which returns "User cannot be enabled for OCS as one of the required properties (UserDN or HomeServerDN/PoolName) is missing"

Next I tried:
DN:CN=username,OU=Users,OU=Acme,DC=US,DC=East,DC=domain,DC=com

which returns "Please check file with users - make sure SIP address is valid.  User cannot be SIP enabled with a valid Primary URI"

Then I tried:
DN:OU=Users,OU=Acme,DC=US,,DC=East,DC=domain,DC=com##(SamAccountName=username)
which returns the same error as the second above.

My config file is:
Enabled:==true
PoolName:==pool01.us.east.domain.com
EnabledForFederation:==false
EnabledForInternetAccess:==false
PublicNetworkEnabled:==false
RemoteCallControlTelephonyEnabled:==false
ArchiveInternalCommunications:==false
ArchiveFederatedCommunications:==false
AllowOrganizeMeetingWithAnonymousParticipants:==false
MeetingPolicy:==Policy 5 (Low)
EnabledForEnhancedPresence:==false
IPPBXSoftPhoneRoutingEnabled:==false
UCEnabled:==false

Avatar of jayca
jayca

"For my user file I've tried:
email:username@domain.com"

try just: username@domain.com
I meant to type..

Try just sip:username@domain.com in the user file.
Avatar of jagard29

ASKER

I tried sip:username@domain.com however I'm getting the same error.
ASKER CERTIFIED SOLUTION
Avatar of jagard29
jagard29

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial