OCS 2007 developing question (level of access)
-
12 พฤศจิกายน 2551 8:34
Hi All,
I would like to found some information about the users in the OCS. The most important information, what needed is the "level of access" by users. For example, i have sip:user1@domain.com and i would like to know the "Personal" partners of him.
(like in the DBAnalyze.exe:
Container Number : 400
Container Version : 1
SameEnterprise : False
Federated : False
PublicCloud : False
Everyone : False
Member User :
user2@domain.comMember Domain :
)
How can i get back these informations? (I write my code in c# and using wmi, but as i see, the wmi didn't contains these info.)
Thanks in advance for any kind of help!
Imre Kovács
ตอบทั้งหมด
-
12 พฤศจิกายน 2551 22:45
You can do this from WMI
Look at this script from OCS Resource kit as a starting point and change it to show the current contact list
LCSAddContacts.wsf
Resource kit
-
13 พฤศจิกายน 2551 18:40
Hi,
Unfortunatly, i didn't find the container information in that script. Can you please tell me, where can i find these informations (which table)? I list the properties of the tables (and of course the values too), and i found just the groups.
Thanks in advance!
Best regards,
Imre Kovács