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

LyncClient stuck in Sign In loop

I'm making "my own lync client". I've followed the several examples online about how to sign a lync client in using Ui Suppression mode. I can get the client to sign in but then it immediately loops through signing out and signing in. What causes…
hometoast
  • 11,522
  • 5
  • 41
  • 58
0
votes
1 answer

Lync 2013 UCMA WCF Web Service

What I want to do is create a WCF service just to get the availability of a user. I have gone through the following quick-start example: Name: SubscribePresence http://msdn.microsoft.com/en-us/library/office/dn454835(v=office.15).aspx I have managed…
Reg
  • 741
  • 2
  • 9
  • 24
0
votes
1 answer

Granting Lync Polcies Via AD Group Member using PowerShell

I am trying to grant MS Lync policies based on AD group membership. So far I have arrived at the following command but it fails to execute as desired. Get-ADGroupMember -Identity "Name_Of_AD_Security_Group" | Grant-CsPersistentChatPolicy -PolicyName…
0
votes
0 answers

Using Lync SDK 2013 in Visual Studio 2012 console application

I am trying to build a console application which will listen on a port and as per the messages it receives, it will change Lync client availability and status. However, I cannot build the application it firstly gives unable to find…
Obscure Geek
  • 749
  • 10
  • 22
0
votes
1 answer

UCWA user goes "inactive", and remains there until endpoint is killed

We're using the samples at http://ucwa.lync.com/ and logging into our own topology. After about 5 minutes, the logged in user goes "away" (availability is changed to "IdleOnline"). Once this happens, I am no longer able to push new presence states,…
A.Grandt
  • 2,242
  • 2
  • 20
  • 21
0
votes
1 answer

MonitorID argument in Conversation window.ShowFullScreenMethod in lync 2013 sdk

In the belowclode ShowFullScreen methhod taking integer monitorID as argument,i dont know what that monitorID value is . ConversationWindow window = automation.EndStartConversation(ar); window.ShowFullScreen(int MonitorID); But i…
jammy
  • 73
  • 6
0
votes
1 answer

Migrate an UCMA 3 application on a Lync 2013 architecture

I have a currently working UCMA 3.0 application running on an Lync 2010 application server and registered to a Lync 2010 front end server. I need to deploy it on a new Lync 2013 architecture. My application is quite simple, it just returns the…
0
votes
1 answer

Lync 2013: ConferenceFailureException "maxConferencesExceeded"

After some googling I found that this reason if caused by too many scheduled conferences by my Application Endpoint. My only problem is, how do I delete/remove currently stored scheduled conferences for my application endpoint, when the only access…
grmihel
  • 784
  • 3
  • 15
  • 40
0
votes
1 answer

Outlook last synchronisation location

We have a requirement to show persons location/work location in the last week and show him on the website when webpage is opened. We have a process mandate that every employee should visit this website and mark the attendance of last week. To get…
0
votes
2 answers

Change Presence of other contacts

is there any way by which we change the presence of other contacts using ApplicationEndPoint, one way which i came across was to create a UserEndpoint and then make presence related changes, but that required credentials to establish UserEndPoint.
Sagar Pilkhwal
  • 3,998
  • 2
  • 25
  • 77
0
votes
1 answer

how to pass customized property from one lync client to another by using Lync UCWA API

We are planning to use UCWA to build a Lync client. For multiple participant chats, we would like to be able to pass some information from the person who start the multiple participant chats to all other participants, just wonder if there is anyway…
windfly2006
  • 1,703
  • 3
  • 25
  • 48
0
votes
1 answer

Always disable tabbed conversations in Lync 2013

Is there any way by which i can make sure that the user uses the initial settings of the lync client,i.e, the tools->options should not be available to the user so that he/she cannot change any thing in lync and use the default setting.The use case…
Why
  • 626
  • 11
  • 29
0
votes
1 answer

UCWA Lyncautodiscover "Internal Server Error"

I want to create a UCWA application for my customer. I installed the Lync server Standard Edition on Windows Azure and I followed the following steps. 1)Lync Server 2013 CU1 upgrade 2)Configure DNS Records lyncdiscover as CNAME (Alias) …
ammoe
  • 365
  • 5
  • 20
0
votes
1 answer

why my lync server "cannot locate Central Management Store in AD"?

I want to set up an environment for Lync Server 2013. And I walked along the tutorials as http://windowspbx.blogspot.hk/2012/07/step-by-step-installing-lync-server.html and…
Sheldon Wei
  • 1,198
  • 16
  • 31
0
votes
1 answer

Enable-CsUser in lync server with c# remotly

i want Enable-CsUser trought c# from my server that in joined to my domain in my test lab FQDN of lync server is lync.mohsen.com and I want enable "asadi" into my lync server("asadi" is exist in ldap and exchange") this is my code using…
user3581073
  • 11
  • 1
  • 6