Questions tagged [lync-2013]

Microsoft Lync (formerly Microsoft Office Communicator) and Microsoft Lync for Mac are instant messaging clients used with Microsoft Lync Server or Lync Online available with Microsoft Office 365 and Live@Edu. They are replacements for Windows Messenger which was used with Microsoft Exchange Server.

201 questions
0
votes
1 answer

Getting error when trying to run powershell script from C#

I have a powershell script that runs fine when run in powershell but throws error when trying to run from c#. The powershell script is trying to connect to lync online(skype for business) and list lync online users. Here is the code that calls…
Sameer
  • 3,124
  • 5
  • 30
  • 57
0
votes
2 answers

Lync 2013 SDK ActivityID for "In a conference call" and "In a meeting

The Lync 2013 SDK has some pretty non-intuitive ActivityID strings used as "identifiers" for the built-in availabilities. Here are the ones I have deciphered: Available - "Free" Busy - "Busy" In a call - "on-the-phone" In a meeting - ??? In a…
danBhentschel
  • 863
  • 7
  • 24
0
votes
2 answers

Setting up Lync server on Azure

We have started a new startup, we have taken business email in hostgator. Now we need to set up a Instant Messaging for our Startup. We have Microsoft Azure account and we want to set up Microsoft Lync in it. How to set up Microsoft Lync Server…
Haresh
  • 207
  • 1
  • 4
  • 11
0
votes
1 answer

Setting delegates and team members for a user in Lync

I'm trying to set up delegates and team members for a user using UCMA. I have found this very useful post (that links to some answers) on how to set up call forwarding rules and how to set up simultaneous ring. One of the suggestion is to use…
leopik
  • 2,323
  • 2
  • 17
  • 29
0
votes
1 answer

How to read Lync 2013 IM message programmatically

I want to read the Lync IM chat conversation programmatically. As Lync Client stores its IM logs into the .HIST file. Does anyone know the format of the .HIST file or how to read this file? I have also read that by using Lync SDK we can get the…
sam
  • 481
  • 2
  • 8
  • 21
0
votes
1 answer

Lync mobile client's behaviour

I have a test Lync 2013 onprem installation, everything works fine both from inside and outside, however the Lync Client for iphone does not function as supposed. I checked debug logs on all servers and see nothing that could cause the behaviour.…
Emin
  • 573
  • 3
  • 13
0
votes
1 answer

Is it possible to send a file(an image file) or share your desktop/ viewport with other users using Lync UCWA?

I tried to explore the UCWA code but did not understand/ get across any such document or code that informs whether desktop sharing or file sharing is possible using UCWA api? Kindly inform if this capability is present in UCWA? If it is, kindly…
Jyotirmoy Pan
  • 837
  • 2
  • 10
  • 28
0
votes
2 answers

UCMA 4.0 Determine if Lync chat timedout or customer closed Lync window

I am not able to determine whether a customer using the Lync client left a conversation due to a timeout or if the person closed the window. I am using the following event handler to check. After looking through the data in the variables, I still…
gigaduck
  • 1,537
  • 2
  • 9
  • 9
0
votes
1 answer

Get Current User URI for Lync 2013 via PowerShell

I'm am trying to get the current user's URI that is signed into Lync on the machine the PS script is run on. I've Googled to no avail. One method I thought of trying was to get the Windows logged in name and then parse that into an e-mail address…
Brady
  • 403
  • 1
  • 8
  • 19
0
votes
1 answer

How do I add a prefix to Format-List output?

I need to generate an import file in the format of sip:username@domain.com for the Lync User Management tool. I'm using this PowerShell commmand: Get-DistributionGroupmember FirmOperationS@company.com | Select-Object primarysmtpaddress I'm having…
makerofthings7
  • 60,103
  • 53
  • 215
  • 448
0
votes
1 answer

Why do I get an MSPL exception "ProxyRequest only valid for sipRequest"

I'm writing a Lync MSPL application using a manifest and a windows service. In my manifest.am I have the following code:
Thomas
  • 355
  • 1
  • 4
  • 17
0
votes
2 answers

How to get other users call and conference call detail using Lync SDK

How do i get other users call and conference call detail using Lync SDK. I am interested to know to whom he is currently talking.
0
votes
1 answer

Powershell Lync/AD syntax

I've been racking my brain trying to figure out why the synatx below is wrong. I'm fairly new to powershell, so any help would be appreciated. The issue seems to be with the $false in the filter variable, without that it works. $BU =…
0
votes
1 answer

Re-using UCWA app after page reload

Is it possible to re-use UCWA app/token when navigating on a website instead of authenticating and creating new application after navigating to another page (aka clicking on a links in a menu - not leaving the actual website)? At the moment I have…
leopik
  • 2,323
  • 2
  • 17
  • 29
0
votes
2 answers

Silent Uninstall lync 2013 client

I would like to uninstall silently Lync 2013 client. So far i tried two methods with no luck. My first attempt is to use the recommended command for uninstall. Using setup.exe manually i can uninstall Lync this way. copy "%~DP0uninstall_lync.xml"…
Kermit Christmas
  • 113
  • 2
  • 15