Estupenda herramienta de CodePlex para manejar los contactos de Lync 2013, cambiar permisos y relación entre usuarios de Lync
Aqui os dejo la URL de descarga:Lync User Management Tool (LUMT)
Es una herramienta de línea de comandos, pero nos facilitará mucho la vida seguro
Podéis visualizar la ayuda con el modificador /FullHelp
Lync User Management Tool 1.0.0.0 – Help
Description
LUMT tool can be used to manage contacts, ACEs, privacy settings or alert notification settings for Lync Server 2013 users.
DISCLAIMER
This source code is provided as a sample. It is licensed "as-is." You bear the risk of using it. The contributors give no express warranties, guarantees or conditions. See MS-PL license description for more details.
Usage
LUMT.exe /Mode:<Mode> /UsersFile:<UsersFileName>
[/ContactsFile:<ContactsFileName>] [/ContactsGroup:<ContactsGroupName>]
[/ACLFile:<ACLFileName>] [/Delete] [/PrivacyPreference:<Privacy>]
[/NotifyAdd:<NotifyAddToContactList>] [/NotifyWhenDND:<DisplayWhenDND>]
Generic Parameter List
ModeSettings to manage with LUMT. Available options are:
– Contact: LUMT is used to add or remove contacts for Lync Server users.
– ACL: LUMT is used to add or remove ACEs on Lync Server users.
– Privacy: LUMT is used to manage privacy settings for Lync Server users.
– Alerts: LUMT is used to manage alert notification settings for Lync Server users.
UsersFilePath to the text file containing user SIP addresses beginning with sip:
Contact Mode Parameter List ContactsFile Path to the text file containing contact SIP addresses beginning with sip: or distribution list addresses beginning with smtp:
ContactsGroup Optional. Name of the group to add contacts. This parameter is ignored when the Delete switch is used.
DeleteOptional. Delete contacts from the user's contact list instead of adding them.
ACL Mode Parameter List ACLFilePath to the text file containing ACEs for users. Read Full Help (LUMT.exe /FullHelp) in order to seei nput file requirements.
DeleteOptional. Delete ACEs from the user's contact list instead of adding them. When the Delete switch is used, the RelationshipLevel level parameter is ignored: this means ACES specified are removed no matter what relationship they currently have.
Privacy Mode Parameter List
PrivacyPreference Privacy setting to set for the user. Valid values are Private, Public or Default.
Alerts Mode Parameter List
NotifyAddAlert display setting to set for the user when someone adds him or her to the cocntact list. Valid values are Yes or No.
NotifyWhenDND Alert display setting to set fgor the user when his or her status is set to DND. Valid values are AllAlerts, AlertsFromWorkgroup or NoAlerts.
Note: Either NotifyAdd, NotifyWhenDND or both parameters can be specified in the Alerts mode
Examples
LUMT /Mode:Contact /UsersFile:Users.txt /ContactsFile:Contacts.txt
LUMT /Mode:Contact /UsersFile:Users.txt /ContactsFile:Contacts.txt /ContactsGroup:Support
LUMT /Mode:Contact /UsersFile:Users.txt /ContactsFile:Contacts.txt /Delete
LUMT /Mode:ACL /UsersFile:Users.txt /ACLFile:ACL.txt
LUMT /Mode:ACL /UsersFile:Users.txt /ACLFile:ACL.txt /Delete
LUMT /Mode:Privacy /UsersFile:Users.txt /PrivacyPreference:Private
LUMT /Mode:Privacy /UsersFile:Users.txt /PrivacyPreference:Public
LUMT /Mode:Privacy /UsersFile:Users.txt /PrivacyPreference:Default
LUMT /Mode:Alerts /UsersFile:Users.txt /NotifyAdd:No
LUMT /Mode:Alerts /UsersFile:Users.txt /NotifyWhenDND:AlertsFromWorkgroup
LUMT /Mode:Alerts /UsersFile:Users.txt /NotifyAdd:Yes /NotifyWhenDND:NoAlerts
UsersFile requirements
Every line must contain only 1 SIP user. Format must be sip:user@domain.com
ContactsFile requirements
Every line must contain only 1 contact. Contact can be 1 of 2 types:
– SIP user: format must be sip:user@domain.com
– Distribution list: format must be smtp:dl@domain.com
ACLFile requirements
Every line must contain only 1 ACE. ACE input format is:
ACEType RelationshipLevel UserOrDomain
Each value must be separated by a single white space character.
ACEType value can be:
– User: ACE applies to a SIP user in the contact list
– Domain: ACE applies to a SIP domain in the contact list
– Company: ACE applies to SIP users who are part of the same company
– FederatedDomains: ACE applies to SIP users who are part of all federated companies
– PublicDomains: ACE applies to SIP users who are part of public IM domains
RelationshipLevel value can be:
– Personal: Friend and Family relationship level
– Workgroup: Workgroup relationship level
– Colleagues: Colleagues (or Company) relationship level
– External: External relationship level
– Blocked: Blocked relationship level
UserOrDomain value can be:
– If ACEType is User: SIP user to which apply the ACL. Format must be sip:user@domain.com
– If ACEType is Domain: domain to which apply the ACL. Format must be domain.com
– If ACEType is Company, FederatedDomains or PublicDomains, don't specify any value
Dentro del fichero zip que os descarguéis tenéis una carpeta (SampleFiles) con tres ficheros de texto con el formato adecuado para que cubráis ahí vuestros datos y probar la utilidad

Espero que os sea de utilidad!!
Leave a Reply