vovkam
Newbie | Редактировать | Профиль | Сообщение | Цитировать | Сообщить модератору Цитата:Подскажите, как сделать, чтобы контакты задавать юзеру до его входа в систему... Например, пришел новый чел, вошел в мессенджер и у него есть все сотрудники ему нужные Вопрос решен!!!! 1. Скачиваем lcs 2005 ResKit 2. В нем юзаем скрипт LCSAddContacts.wsf To add contacts run the script using the following command: cscript lcsaddcontacts.wsf /usersFile:<usersFileName> /contactsFile:<contactsFileName> [/contactsGroup:<contactsGroupName>] The script will then attempt to add contacts specified in the contacts input file for each of the users specified in the users input file. In the input file for users, users can be specified by the sip:user@domain values or if contacts are to be added for all Live Communications Server users in an Active Directory container, by the dn:cn=lcsusers,cn=company,cn=com values. For the “/usersFile” option, the proper input file format is as follows: sip:userX@domain sip:userY@domain dn:cn=lcsusers,cn=company,cn=com … Each sip:user@domain or dn:cn=lcsusers,cn=company,cn=com must be at the beginning of a new line. If a distinguished name (dn) of an Active Directory container is specified then contacts will be added for all Live Communications Server users in it. For the “/contactsFile” option, the proper input file format is as follows: Contact_DisplayName sip:contact@domain ContactX_DisplayName sip:contactX@domain ContactY_DisplayName sip:contactY@domain Each line must have a sip entry (sip:contact@domain) and must be separated by a single white-space character from the contact display name. The text preceding the sip entry is treated at the contact display name. A new line can start with sip:contact@domain; in this case the contact display name will remain empty. |