Lync chat with multiple contacts from windows command line -
i can start chat specified contact command line like:
start sip:abc@abc.com
but when want chat multiple contacts using command line like:
start im:<sip:a@abc.com><sip:b@abc.com>
a command syntax error appear. tried many ways found no solution this. how can fix it? forwardly.
quotes fixed me. this:
start im:"<sip:a@abc.com><sip:b@abc.com>"