Activate Microsoft Lync 2013 basic to full version.

Hi,
In our customer environment around 5000 machines have been installed with LYNC 2013 Basic, however We have the licensed LYNC 2013 full version need to replace LYNC 2013 basic version What is the best way to achieve this.
Thanks in Advance.
Regards,
Madhan

Hi Tanders,
This is what you need to do:
1.  Take that download and run lyncentry.exe /extract (when prompted, drop the files into a new folder)
2.  Inside of the lyncentry.ww it creates, edit a file called "config.xml"
3.  Change the "Display Level" Line to:  <Display Level="None" CompletionNotice="No" SuppressModal="no" AcceptEula="Yes" />
4.  Make sure to remove the <!-- and --> at the begiinning and end of the line.
5.  Then, you are going to publish the setup.exe in the top level folder.   You must upload the entire folder and its sub folders to Intune (there is a checkbox to upload all the subfolders as well)
6.  When prompted to provide command line options, use:  /config lyncentry.ww\config.xml
That should be it.  It will completely unattended and silently.
Hope that helps.
Thanks,
Jon L. - MSFT - This posting is provided "AS IS" with no warranties and confers no rights.

Similar Messages

  • Lync 2013 Basic - Versioning is not correct

    Hello
    We migrated our Lync 2010 clients to Lync 2013 Basic x86 15.0.4420.1017 and I deployed the updates of September 2014 onto them:
    1_mso2013-kb2883052-fullfile-x86-glb.exe
    2_msores2013-kb2817624-fullfile-x86-glb.exe
    3_orgidcrl2013-kb2826040-fullfile-x86-glb.exe
    4_lynchelploc2013-kb2881083-fullfile-x86-glb.exe
    5_lync2013-kb2881070-fullfile-x86-glb.exe
    The number in front is the place in de sequence
    They install very well but in the add/remove programs I still see the 15.0.4420.1017 where in the 'Help' -> 'About Microsoft Lync' I have the updates.
    What is causing this and how can I resolve this because I do an inventory in SCCM and it's not reliable?

    Thanks but I only manage the client side, the server side is done by someone else and this query must be run on the SQL db from Lync 2013
    Is there a method for deploying the patches in the right way? Now I do it in a script which installs each patch one by one;
    Snippet;
    'install 32-bit patch for kb2899493
    LogFile.WriteLine(Now & " - Installing update kb2899493.exe...")
    Return = objShell.Run(strScriptPath & "\1_mso2013-kb2899493-fullfile-x86-glb.exe /quiet /norestart /log",0,True)
    Results("kb2889927_x86")
    'install 32-bit patch for kb2817624
    LogFile.WriteLine(Now & " - Installing update kb2817624...")
    Return = objShell.Run(strScriptPath & "\2_msores2013-kb2817624-fullfile-x86-glb.exe /quiet /norestart /log",0,True)
    Results("kb2817624_x86")
    'install 32-bit patch for kb2881083
    LogFile.WriteLine(Now & " - Installing update kb2881083...")
    Return = objShell.Run(strScriptPath & "\3_lynchelploc2013-kb2881083-fullfile-x86-glb.exe /quiet /norestart /log",0,True)
    Results("kb2881083_x86")
    'install 32-bit patch for kb2899507
    LogFile.WriteLine(Now & " - Installing update kb2899507...")
    Return = objShell.Run(strScriptPath & "\4_lync2013-kb2899507-fullfile-x86-glb.exe /quiet /norestart /log",0,True)
    Results("kb2889929_x86")
    When I do an inventory through SCCM reporting I cannot get the correct updated version because the patches didn't do their job by updating the number in the add/remove programs list. When I check in the 'about lync' option I can clearly see that the update
    has been done...

  • Lync 2013 basic client msi

    Hi all,
    Anyone knows where can I find .msi file for Lync 2013 basic client? Microsoft website only have .exe which doesn't work with GPO software deployment.
    Thanks

    The Basic client doesn't come in an MSI version, the following two links might help you work with the extracted exe:
    http://unifiedme.co.uk/2013/04/silent-installation-of-lync-basic-2013-client/
    http://community.spiceworks.com/how_to/show/1503-how-to-deploy-office-2010-using-gpo-and-oct
    Please mark posts as answers/helpful if it answers your question.
    Blog
    Lync Validator - Used to assist in the validation and documentation of Lync Server 2013.

  • Language Pack For Microsoft Lync 2013

    Hi,
    Do you have any idea when will Language Pack for Microsoft Lync 2013 be released?
    Thanks,

    Hi EAskaroglu,
    Lync 2013 is part of Office 2013, you can install the language packs for Office 2013.
    There is no language pack for Lync Server 2013, you can choose the language when download the installation package.
    Best regards,
    Eric
    Please remember to mark the replies as answers if they help, and unmark the answers if they provide no help. If you have feedback for TechNet Support, contact [email protected]

  • Lync 2013 Basic Client Silent Uninstall

    When attempting a silent uninstall of Lync2013, I am getting the message "Are you sure you want to remove Microsoft Lync Basic 2013 from your computer?
    We've noticed you have other Office products that will remain installed after you uninstall this product.  We recommend you Repair these products from the Programs and features item in your Control Panel once you're done uninstalling."
    If we select 'yes' to continue the uninstall, it completes successfully, but displays another prompt upon completion "Microsoft Lync Basic 2013 has been successfully uninstalled" and requires the user to click 'Close.'
     The environment we wish to uninstall Lync 2013 from has other Office 2010 products installed, and the do not seem to be affected by allowing this uninstallation to run. 
    I am using a config.xml file <Display Level="none" CompletionNotice="no" SuppressModal="yes" NoCancel="yes" AcceptEula="yes" />
    This config.xml works great for a silent installation, but how can I disable the 2 prompts during an uninstallation?

    Hello
    TCUSYSADM,
    For silent removal of Lync Basic 2013 I'm using a batch file with the following commandline:
    "C:\Program Files\Common Files\Microsoft Shared\OFFICE15\Office Setup Controller\setup.exe" /uninstall LYNCENTRY /dll OSETUP.DLL /config c:\temp\config_uninstall_Lync_Basic.xml
    Where c:\temp\config_uninstall_Lync_Basic.xml looks like this:
    <Configuration Product="LYNCENTRY">
    <Display Level="None" AcceptEULA="TRUE" />
    <Setting Id="SETUP_REBOOT" Value="NEVER" />
    </Configuration>
    Start the batch file with the Run as Administartor option. Did not see any prompts.
    Before this I tried to start the xml file from an UNC path, but that didn't work. So I copied the xml file to a local folder.

  • How much effort for object migration from CPS Basic to Full version?

    Dear all,
    I've got 2 questions concerning using SAP CPS Basic version first and migrating later to full version, looking for answer(s):
    1. Is it possible to start using the free CPS and then with some tool migrate from many isolation group as to one global ?
    2. Is there any limitation in the number of isolation groups in the free version ?
    If someone have experience, would be great to get feedback.
    Look forward reading from you.
    Best Regards
    Ferry

    Hello,
    1) the product comes with a job to 'De-Isolate' the system when you install a full license. Note that you can only deisolate, it is not possible to go back from full to free.
    2) there is no limitation.
    Regards Gerben

  • Basic or Full Version

    On page http://www.adobe.com/products/acrobat/messaging/search.html it says:
    "When you download Adobe Reader 6.0 from the Adobe Web site, you can choose the basic version or the full version. For the most robust search capabilities, download the full version."
    How do I know whether the Basic version or the Full version is installed (on my company intranet)?

    I don't know for sure, but try this:
    Help > About Adobe Plug-ins
    Look down the list for "Search". I'd expect this to be in the full one
    only.
    The distinction no longer exists in recent versions I think.
    Aandi Inston

  • Microsoft Lync 2013 Free Trial?

    I see that Microsoft Lync Server has a free trial offered, but I do not see Microsoft Lync Online free trial. Is this available? We do not want/need Lync on our server but we want to test Lync Online before we purchase anything.

    http://office.microsoft.com/en-us/business/office-365-enterprise-e3-business-software-FX103030346.aspx
    Click the tiny "Free Trial" link. 
    Edit: that link goes here if it's hard to see:
    http://office.microsoft.com/en-us/business/redir/XT103040305.aspx
    Please remember, if you see a post that helped you please click "Vote As Helpful" and if it answered your question please click "Mark As Answer".
    SWC Unified Communications

  • Can't receive calls on Lync 2013 mobile app on iPad Air while signed into Lync 2013 Basic desktop client.

    Is there a setting I can change on mobile app or desktop app that will allow this to work?
    I like to stay signed into the desktop client so I can manage my contacts as well as chat with co-workers, but I don't have a camera or microphone so I need to answer calls on my iPad. 

    Normally, both client on Ipad and computer can receive the call.
    Can you test it on your mobile phone?
    I tested on my Android mobile phone and computer, I could receive the video call on both.
    Please try to update your Lync client to the latest version.
    Lisa Zheng
    TechNet Community Support

  • Lync 2013 IM from full Lync client to Apple Iphone 4S

    Hi,
    We are running Lync 2013 and Lync 2010 in coexistence. When sending an IM from a fully Lync client (Lync 2013 homed user) to an Apple Iphone 4S with the latest Lync 2013 mobile app installed and the user chooses not to read the notification or misses it
    an error is shown on the senders Lync window - is this by design or an error?
    This message may not have been sent to Lyncuser1 because the   server timed out.
     On the server monitoring reports the following events are logged for client and server:
    24116; Component="RTCC/5.0.0.0_UCWA/5.0.0.0 iPadLync/5.4.1485.0000 (iPad iPhone
    OS 7.0.3)"; Reason="The request was rejected because the application did not
    respond to the incoming call and it was not the preferred endpoint."; 
    1
    13004
     FEservbeer.domain.com.net
    InboundRouting
    13004; reason="Request was
    proxied to one or more registered endpoints"; source="FEserver.domain.com";
    Count="2"; appName="InboundRouting"
    Please advise f this is something we should be concerned about as the message does get received by the iphone user but the sender gets a message that indicates it may not have reached the iphone user.
    Cheers
    D

    Hi,
    Did the issue happen both clients internal the company or external the company?
    Please check if the both of the tested users could see the presence of each other normally.
    Please try to log off Lync Mobile client and then log back on again to test the issue again.
    Best Regards,
    Eason Huang
    Eason Huang
    TechNet Community Support

  • Redwood: Migration from Basic to Full version

    Hi All,
    Our client is now going ahead with OEM version of REDWOOD and will plan for full blown version in future. In this regard, we wanted to know the possibility of migrating all the existing stuff (like all the created scripts, job chains, time windows etc.). Request your inputs in this regard.
    Thanks and Regards,
    Vithalprasad

    Best way to do it is use oracle export, import.

  • How to set up Qos for Microsoft Lyncs 2013 in cisco Switches and Router

    Hi
    as i am new to Qos part , please send the complete qos configuration command has to apply in my cisco 2960s switchs as well as 4506 chassis(L3 mode act as my router).
    as i know from microsoft, DSCP 46 and 34 should give highest priory
    please send the completed configuration for priorities this DSCP
    thanks
    Sujish

    Hi,there,
    The rule setting should be same as in Exchange 2010,you can configure it via outlook or OWA if you have full access permission. I also believe it should be something related to Repliation,would you please check the event log to see if the
    AD and Exchange replication has completed.
    In some cases, replication can take longer depending on how many AD sites and Exchange servers in the environment:
    http://support.microsoft.com/kb/148381
    http://support.microsoft.com/kb/158989
    Hope these useful!
    Regards,
    Sharon
    Sharon Shen
    TechNet Community Support
    Please remember to click “Mark as Answer” on the post that helps you, and to click “Unmark as Answer” if a marked post does not actually answer your question.

  • Lync 2013 basic crashing on T520 and T530?

    We use SCCM to deploy our machines and with the Thinkpad's T520 and T530 having the Intel HD 3000 or 4000 graphical card the application is crashing without reason
    When we use Teamviewer in a remote session Lync is working fine. How come and how can we solve this?

    Peer to peer or 1-on-1 chatting send the audio peer to peer (not through the server).  When you add another participant, the audio then flows through an A/V Conferencing Server (assuming you're running 2010 server per the forum you posed in, this is
    often the same as your front end pool).  This sounds like a port restriction or connectivity issue. 
    http://technet.microsoft.com/en-us/library/gg398833(v=ocs.14).aspx
    http://technet.microsoft.com/en-us/library/gg425891.aspx
    If not that, then check your conferencing configuration (are you hosting?), ensure you're not muted, try from a different machine. 
    Please remember, if you see a post that helped you please click "Vote As Helpful" and if it answered your question please click "Mark As Answer".
    SWC Unified Communications

  • Lync with Microsoft Project 2013

    Hi,
    I have Microsoft Lync 2013 and Microsoft Project 2013.
    Can anyone send me the steps to integrate these two so that i can get the updates from the team members without leaving Microsoft Project?
    K.Gokulraj

    In addition to Ben his answer.
    The integration with Lync is not supported in Project Standard only in Pro & Web App:
    http://blogs.office.com/2012/10/19/project-and-lync-together-reducing-communication-barriers/
    https://technet.microsoft.com/en-us/library/ee683978.aspx
    - Dennis | Netherlands | Blog |
    Twitter

  • Download Microsoft Lync 2010 64 bit

    Hi,
    i am using Microsoft office2010 Home and premium in 32 bit. i want to install Lync 2010 64 bit.
    i have already purchase Microsoft Lycn license, when i download Lync 2013 through Office 365 portal, it is showing compatibility issue with Office 2010.  Now i want to download Lync 2010 in 64bit full version not evaluation trail version.
    I am waiting for your positive response
    Thanks
    Amit Kumar

    You can download the trival version, then activate it with the license.
    Lisa Zheng
    TechNet Community Support

Maybe you are looking for

  • Access address book on iphone without syncing?

    The screen has stopped working on my girlfriends iphone and she needs to access her contacts before it's replaced tomorrow, is there a way of accessing the address book without having to sync it to my computer as her mac is at home? I dont want to ha

  • Maps - how to set up more than one destination

    In Mavericks 10.9.4, how do I use the system Maps application to set up more than one destination?  I saw no way to add a 2nd destination to my route.  I know I could set up several one-destination trips but that seems silly.

  • Is it possible to create a form with Livecycle that a user in Adobe Reader can import data into?

    I made a form, then found out that much of the data that needs to be filled out by our data entry personnel (in Adobe Reader) already exists in an Excel file. Is there a way I can set up this form so that my coworkers can import specific records from

  • Need to link MM & SD

    Hii, My client secenarios is, my client is in services business,he is wroking as a trader, He buy good from seller with some price (agreement is made for certains period ) & then sell to buyer with some other price(agreement is made), So he want to l

  • Java Null Pointer Exception- Business Validation In AM

    Hi, I have been tried cracking this validation issue, tried several combinations. But does not work and throw java null pointer exception. I would appreciate if somebody can point where I am going wrong on the code. Thanks ahead. Below is the issue:-