How to get user Office 2013 ProPlus activation information?

We have Office 365 E3 License. We have assign to a over 15,000 user with Office 2013
ProPlus license. Now we would like to find out which are user activated the
Office 2013 ProPlus product in Office 365.  Is there a way to get this report via PowerShell?

We have Office 365 E3 License. We have assign to a over 15,000 user with Office 2013
ProPlus license. Now we would like to find out which are user activated the
Office 2013 ProPlus product in Office 365.  Is there a way to get this report via PowerShell?
No. It is not possible for admin to get this data at all, in any way, from anywhere. Only the individual user can examine their activations/consumption.
http://blogs.technet.com/b/office_resource_kit/archive/2014/01/17/office-365-proplus-multiple-devices-and-de-activation.aspx
http://community.office365.com/en-us/f/148/t/274701.aspx
http://blogs.technet.com/b/office_resource_kit/archive/2012/11/28/managing-office-365-proplus-installations-activating-deactivating-and-reactivating.aspx
http://serverfault.com/questions/638619/office-365-how-to-get-a-report-of-office-installs-per-user
Don
(Please take a moment to "Vote as Helpful" and/or "Mark as Answer", where applicable.
This helps the community, keeps the forums tidy, and recognises useful contributions. Thanks!)

Similar Messages

  • How to Get user profile properties in provider -cloud hosted app in sharepoint online - office 365 using REST API?

    How to Get user profile properties in provider -cloud hosted app in sharepoint online - office 365 using REST API?
    any idea?

    Hi,
    From your description, my understanding is that you want to get user profile properties in provider-hosted app in SharePoint online using REST API.
    Here is sample code for getting user profile properties:
    http://www.vrdmn.com/2013/07/sharepoint-2013-get-userprofile.html
    Here is a blog below about accessing data from the provider-host apps:
    http://dannyjessee.com/blog/index.php/2014/07/accessing-sharepoint-data-from-provider-hosted-apps-use-the-right-context/
    Best Regards,
    Vincent Han
    TechNet Community Support
    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]

  • Office 2013 ProPlus HUP

    I have (had) installed two copies of Office 2013 Proplus HUP, on my main PC and on my laptop (both Win 7).   My main PC motherboard died and I replaced it and at the same time upgraded Windows to 8.1.   I installed Office 2013 HUP again
    but I can't activate it because Microsoft licencing responds that both my licences are active.   I cannot see any way to uninstall the licence for my main PC, I have tried to get to speak to someone by doing a telephone activation but you never get
    to speak to a real person.  I tried to re-install Win 7 so as to try to uninstall office 2013 from my hard drive but Windows 7 only wants to do a clean install which means I lose the original Office 2013 registration and again can't uninstall.  I've
    seen suggestions that this is possible through "My account" but I don't get that option when I check mine.       I've been through the Microsoft support site and when I put in my product code it says it's expired
    which is odd because HUP is as far as I can tell an extension of our business licence and that is very much still active.  Seems I can get support but it will cost me £65 when the software itself only cost me £8.95!!!
    Two questions, 1) if I uninstall Office 2013 HUP from my laptop, does this get picked up by the Microsoft registration service and then permit me to activate it on my new main PC, 2) is there a support service in the UK from Microsoft who could help sort
    this out without charging the earth?  

    Before answering your question, I would like to show your the FAQ below:
    Q1: On how many computers can I install the software?
    A: 2 computers, either 2 PCs or 2 Macs, specific to the software that was purchased.
    Q2: Is Internet access required for Office?
    A: Internet access is required to install and activate all the latest releases of Office suites.
    More FAQ about Office 2013 HUP, visit
    here.
    Answer your questions:
    A1: Since your previous motherboard is damaged, remove the Office 2013 related file woudn't picked up by the Microsoft registration service or permit you to activate it on your new PC. You have to activate the Office product by using the telephone
    A2: Customer Service is free service which can help you by locating the appropriate answers or resources.
    You may also contact here:
    https://www.microsofthup.com/hupsg/contactus.aspx?culture=en-GB
    Thanks.
    Tony Chen
    TechNet Community Support

  • Office Store not working in Office 2013 ProPlus

    I have few policies set up for managing our network deployment of Office 2013 ProPlus. Pretty standard things like disabling the first time run movie, disabling the office start screen, and disabling OneDrive. I actually made most of these changes through
    the registry as well.
    Now, it seems as though the Office Store is disabled but I have no recollection of specifically disabling such a feature nor could I find a registry or GPO which does disable it. I even undid many of the registries I use on a test bench but still could not
    get the Office Store functionality back. We've had Office 2013 rolled out on our network for almost a year, and it's taken this long for 1 person of 150 members of staff to notice that the Dictionaries feature is not working due to Office Store not working.
    I feel a bit daft posting something seemingly so trivial on TechNet, but half an hour on Google didn't turn up anything relevant that I wasn't already aware of.
    Many thanks in advance.

    Hi,
    Please check if you have disabled the option of "Don't allow any apps to start" and "Don't allow apps from the Office Store to start" in Office Trust Center.
    Location: FILE->Options->Trust Center->Trusted App Catalogs
    GPO settings for these options:
    Block Apps for Office
    Block the Office Store
    Location: User Configuration->Administrative Templates->Microsoft Office 2013->Security Settings->Trust Center->Trusted Catalogs
    Hope this helps.
    Thanks,
    Ethan Hua CHN
    TechNet Community Support

  • How to get User input in JTextField?

    How to get User input in JTextField? Can u anyone give me some code samples? thanks

    read the API!!!

  • How to get user logged in to ironport web

    How to get user logged in to ironport web by  their username, time connected and the IP address?

    The onbox reporting can only show what web traffic is currently being surfed.  We can provide a near-real time view of this web traffic with a "Web Tracking Report".
    However, there is not a report available that depicts what you're describing.  (This information is best contained on the domain server).  The closes we could get with the WSA is displaying which credentials we are currently caching.  (Which users we've seen since within the surrogate timeout).  This is possible with the authcache command on the cli.
    ~Tim

  • How to get user input to keep in array in the form of int[]?

    I really want to know how to get user input to keep in an array. Or if it's impossible, can i use the value in "int" and transfer it to an array?

    What I understand is that you want to set an input from the user in an array of int.
    Here is how it work:
    1. Create a stream and a buffer to get and store the informations entered by the user:
    BufferedReader stdin = new BufferedReader(new InputStreamReader(System.in));
    2. Set this input in a String:
    String input = stdin.readLine();
    3. Set this string in an int:
    int userInput = Integer.parseInt(input);
    4. Then you can put this int in the array.
    Warning this code throws IOExceptions and NumberFormatException ( when you try to set letters as int ). But you can catch them easily.

  • Any Fix / Update For Microsoft Office 2013 Free/Busy Information Issue

    Any official update / fix regarding the Microsoft Office 2013 Free/Busy Information Issue? (not the workaround I found to uninstall KB2837618
    and re-create profile).
    Reference: http://helpdesk.missouristate.edu/news/two-microsoft-updates-cause-problems-with-outlook-2013
    Thanks a lot,
    Moshe

    Refer to the solution which delivery by Hypocrit from another thread with the same topic.
    http://social.technet.microsoft.com/Forums/en-US/827a12f0-c785-43df-a71f-0b21aeffa176/outlook-2013-freebusy-fails-after-updates?forum=officeitpro
    I've copied the replies below:
    "With mfcmapi open your Profile under the Profile->Show Profile
    then double-click "Outlook" or how your Profile is named
    then double-click "Microsoft Exchange"
    then double-click your mailaddress (both) and remove PR_DELETED_FOLDERCOUNT with value SMTP: or correct them"
    http://mfcmapi.codeplex.com/releases/view/101020
    Please Note: Since the web site is not hosted by Microsoft, the link may change without notice. Microsoft does not guarantee the accuracy of this information.
    More reference post:
    http://social.technet.microsoft.com/Forums/en-US/a926f0b5-0e66-4f43-8ac3-50791df16154/microsoft-office-2013-freebusy-information-issue?forum=officeitp
    Tony Chen
    TechNet Community Support

  • How to create user group for EIS (Executive Information System) KCBA

    Dear Experts,
    How to create user group for EIS (Executive Information System)
    TCode KCBA
    Regards
    Saurabh

    Hi ,
    Check the below link ,hope it will give some inputs for creating groups.
    http://help.sap.com/saphelp_470/helpdata/en/5c/c1c81c445f11d189f00000e81ddfac/content.htm
    Regards
    udayakumar.k

  • Activating MS Office 2013 ProPlus via KMS running on the same server

    Given: Microsoft Windows Server 2008 R2 Enterprise 64-bit, all the latest security updates applied.
    KMS service set up and running, all the recommended updates applied (to handle possible activation issues for Windows 8 etc)
    Microsoft Office 2013 Standard deployed on the server mentioned above and on workstations on intranet, volume licensing in effect (proper KMS key for activation of Microsoft Ofice 2013 has been entered).
    Problem: I can't activate MS Office 2013 installation running on the same server where KMS service is being run.
    There are no entries in KMS event log related to this failure.
    Everything was restarted, reinstalled etc several times already (including installing 32-bit and 64-bit versions of the Office).
    Output of slmgr.vbs /dlv 2E28138A-847F-42BC-9752-61B03FFF33CD:
    Windows Script Host
    Software licensing service version: 6.1.7601.17946
    Name: Office 15, KMSHostVL edition
    Description: Office 15, VOLUME_KMS channel
    Activation ID: 2e28138a-847f-42bc-9752-61b03fff33cd
    Application ID: 0ff1ce15-a989-xxxx-xxxx-xxxxxxxxxxxx
    Extended PID: 55041-00206-234-486666-03-xxxx-xxxx.xxxx-xxxxxxx
    Installation ID: 01683679734050124078134659xxxxxxxxxxxxxxxxxxxxxxxxxxx
    Processor Certificate URL: http://go.microsoft.com/fwlink/?LinkID=88342
    Machine Certificate URL: http://go.microsoft.com/fwlink/?LinkID=88343
    Use License URL: http://go.microsoft.com/fwlink/?LinkID=88345
    Product Key Certificate URL: http://go.microsoft.com/fwlink/?LinkID=88344
    Partial Product Key: xxxxx
    License Status: Licensed
    Remaining Windows rearm count: 4
    Trusted time: 2/05/2015 10:00:12 AM
    Key Management Service is enabled on this machine
    Current count: 0
    Listening on Port: 1688
    DNS publishing enabled
    KMS priority: Normal
    Key Management Service cumulative requests received from clients
    Total requests received: 0
    Failed requests received: 0
    Requests with License Status Unlicensed: 0
    Requests with License Status Licensed: 0
    Requests with License Status Initial grace period: 0
    Requests with License Status License expired or Hardware out of tolerance: 0
    Requests with License Status Non-genuine grace period: 0
    Requests with License Status Notification: 0
    OK
    Output of cscript ospp.vbs /dstatus
    Microsoft (R) Windows Script Host Version 5.8
    Copyright (C) Microsoft Corporation. All rights reserved.
    ---Processing--------------------------
    SKU ID: b13afb38-cd79-4ae5-xxxx-xxxxxxxxxxxx
    LICENSE NAME: Office 15, OfficeStandardVL_KMS_Client edition
    LICENSE DESCRIPTION: Office 15, VOLUME_KMSCLIENT channel
    LICENSE STATUS: ---OOB_GRACE---
    ERROR CODE: 0x4004f00c
    ERROR DESCRIPTION: Run the following: cscript ospp.vbs /ddescr:0x4004f00c
    Last 5 characters of installed product key: GVGXT
    DNS auto-discovery: KMS name not available
    Activation Interval: 120 minutes
    Renewal Interval: 10080 minutes
    KMS host caching: Enabled
    ---Exiting-----------------------------

    Given: Microsoft Windows Server 2008 R2 Enterprise 64-bit, all the latest security updates applied.
    KMS service set up and running, all the recommended updates applied (to handle possible activation issues for Windows 8 etc)
    Microsoft Office 2013 Standard deployed on the server mentioned above and on workstations on intranet, volume licensing in effect (proper KMS key for activation of Microsoft Ofice 2013 has been entered).
    Problem: I can't activate MS Office 2013 installation running on the same server where KMS service is being run.
    There are no entries in KMS event log related to this failure.
    Everything was restarted, reinstalled etc several times already (including installing 32-bit and 64-bit versions of the Office).
    Output of slmgr.vbs /dlv 2E28138A-847F-42BC-9752-61B03FFF33CD:
    Windows Script Host
    Software licensing service version: 6.1.7601.17946
    Name: Office 15, KMSHostVL edition
    Description: Office 15, VOLUME_KMS channel
    Activation ID: 2e28138a-847f-42bc-9752-61b03fff33cd
    Application ID: 0ff1ce15-a989-xxxx-xxxx-xxxxxxxxxxxx
    Extended PID: 55041-00206-234-486666-03-xxxx-xxxx.xxxx-xxxxxxx
    Installation ID: 01683679734050124078134659xxxxxxxxxxxxxxxxxxxxxxxxxxx
    Processor Certificate URL: http://go.microsoft.com/fwlink/?LinkID=88342
    Machine Certificate URL: http://go.microsoft.com/fwlink/?LinkID=88343
    Use License URL: http://go.microsoft.com/fwlink/?LinkID=88345
    Product Key Certificate URL: http://go.microsoft.com/fwlink/?LinkID=88344
    Partial Product Key: xxxxx
    License Status: Licensed
    Remaining Windows rearm count: 4
    Trusted time: 2/05/2015 10:00:12 AM
    Key Management Service is enabled on this machine
    Current count: 0
    Listening on Port: 1688
    DNS publishing enabled
    KMS priority: Normal
    Key Management Service cumulative requests received from clients
    Total requests received: 0
    Failed requests received: 0
    Requests with License Status Unlicensed: 0
    Requests with License Status Licensed: 0
    Requests with License Status Initial grace period: 0
    Requests with License Status License expired or Hardware out of tolerance: 0
    Requests with License Status Non-genuine grace period: 0
    Requests with License Status Notification: 0
    OK
    Output of cscript ospp.vbs /dstatus
    Microsoft (R) Windows Script Host Version 5.8
    Copyright (C) Microsoft Corporation. All rights reserved.
    ---Processing--------------------------
    SKU ID: b13afb38-cd79-4ae5-xxxx-xxxxxxxxxxxx
    LICENSE NAME: Office 15, OfficeStandardVL_KMS_Client edition
    LICENSE DESCRIPTION: Office 15, VOLUME_KMSCLIENT channel
    LICENSE STATUS: ---OOB_GRACE---
    ERROR CODE: 0x4004f00c
    ERROR DESCRIPTION: Run the following: cscript ospp.vbs /ddescr:0x4004f00c
    Last 5 characters of installed product key: GVGXT
    DNS auto-discovery: KMS name not available
    Activation Interval: 120 minutes
    Renewal Interval: 10080 minutes
    KMS host caching: Enabled
    ---Exiting-----------------------------

  • Do I need to purchase Office 365 A3 plan for faculty to get free Office 365 ProPlus for students in Office 365?

    Hi there
    Our school has A2 plan for both students and faculty. We recently contacted our reseller and placed an order for free  Office 365 ProPlus A for our students. We received an acknowledgement from Microsoft regarding this order saying that it was successfull
    and I can see the license added when I log into the VLSC website. Problem is, I can't see this licence listed when I log into Office 365 admin. It is not listed under subscriptions or licenses. Apologize for my ignorance, but I don't know how can I get this
    license added in Office 365 so that our students can start using editable versions of office apps on their IPADs. Do we need to purchase Office 365 A3 plan for our staff to get this student's license enabled in Office 365? Can somebody please help?

    I have similar questions concerning getting started with the Student Advantage program offering.
    I've read the blog posts and made as many as 5 calls to Office 365 and still do not understand how to get this going.
    We have a subscription to Education A2 for both faculty and students that we started in January 2014.  We receive this at no charge.  So I'm starting with a subscription at no cost.  I do not have an Education Reseller because we started our
    subscription through the website with a trial and had that converted to the no cost A2 plan.
    When I am in the portal and look under 'Purchase Services' I can see the option to add Office ProPlus for Faculty at $2.00/user/month and for Office ProPlus for Students at $1.50/user/month.  My understanding of Student Advantage is that if I license
    all my faculty/staff accounts for Office ProPlus I would then get the Student access at no charge.  So I've licensed the Office ProPlus for Faculty for all of our faculty accounts yet I cannot get a clear answer about how to get the Student accounts added
    at no cost.
    I most recently was told by Office 365 support that I needed to speak to a reseller, which I did today.  He told me that I would need to do one of two things.
    1. Upgrade my no cost A2 faculty accounts to A3.  Which for me and what I see in the portal would take them from $0 to $4.50/user/month.  With that A3 for faculty I would get the Office ProPlus for the Students accounts on A2 at no charge.  
    2. I would need an Open Value license covering all school FTEs for Office at a cost of about $29/user/year.
    Both of these options are higher than licensing all Faculty accounts for Office ProPlus via the portal at $2/user/month which I have already done.
    So I don't understand why that doesn't qualify us for Student Advantage and now have to license all FTE, most of whom don't even touch a computer, for Office.

  • Office 365 ProPlus Activation Issues

    Issue Resolved: 
    After adding all of the Office 365 URL's and Address Ranges to our internet filters exception list activation worked. 
    Hi Everyone
    I'm preparing for a deployment of Office 365 ProPlus using the Office Deployment Tool (ODT) and having trouble getting Office to activate after installation.  Using my custom .xml file, I'm able to install only Office products that are needed without
    issue using a Group Policy start-up script.  It is necessary for me to do this because none of the users in my environment have local administrator rights and cannot install Office on their own using Click-to-Run.  Installing with a start-up script
    uses the System account to circumvent that issue.  Upon first launch of Office 365 ProPlus I'm prompted to enter my email address and password for activation and promptly receive the error "There is a problem with your account.  Please try again
    later."
    I've verified that an Office 365 ProPlus license has been provisioned for my account through our portal and have ADFS running without issue.  Here's where things start to get strange... In testing, I added myself as a local administrator to my desktop
    and downloading/installed the Click-to-Run from our Office portal.  Upon launching Office for the first time it was activated automatically and the portal showed that a license was used.
    As of right now I'm at a bit of a loss as to why I can't activate Office using valid credentials with proper licenses provisioned when installing with the ODT but it auto activated when using Click-to-Run.  Any help or suggestions would be much appreciated.
    See below for a copy of my configuration.xml
    <Configuration>
      <Add SourcePath="PATH TO OFFICE INSTALL FILES" OfficeClientEdition="32">
        <Product ID="O365ProPlusRetail">
          <Language ID="en-us" />
          <ExcludeApp ID="Access" />
          <ExcludeApp ID="Groove" />
          <ExcludeApp ID="InfoPath" />
          <ExcludeApp ID="Lync" />
          <ExcludeApp ID="Project" />
          <ExcludeApp ID="SharePointDesigner" />
          <ExcludeApp ID="Visio" />
        </Product> 
      </Add>
      <Display Level="None" AcceptEULA="TRUE" />
      <Logging Level="Standard" Path="%temp%" />
      <Property Name="FORCEAPPSHUTDOWN" Value="TRUE" />
    </Configuration>
    **note: Add SourcePath="PATH TO OFFICE INSTALL FILES" points to the Office\Data folders which were created when using the ODT in /download mode.
    Edit:
    After troubleshooting the issue more yesterday I found that whenever I try to activate Office 365 ProPlus an error is generated in the application log.
    The description for Event ID 0 from source MSOIDSVC.EXE cannot be found. Either the component that raises
    this event is not installed on your local computer or the installation is corrupted. You can install or repair the component on the local computer.
    If the event originated on another computer, the display information had to be saved with the event.
    The following information was included with the event:
    InitializeSvcAPI failed with hr = 0x8004825b
    I've thus far been unsuccessful in figuring out what MSOIDSVC.EXE is or what it does. 
    Edit: 
    http://community.office365.com/en-us/w/sso/534.aspx 
    MSOIDSVC.EXE is part of the Microsoft Services Sign-In Assistant (MSO SIA).  After installing MSO SIA and verifying that the services were running activation still failed. 

    hi,
    Thank you for sharing your solutions and experience here. It will be very beneficial for other community members
    who have similar questions.

  • Office 365 ProPlus Activation Transfer

    Lee wrote:E_Willie wrote:Is the Office Suite already installed and just needs activation? If so shouldn't her account info allow her to activate even if install is disabled?I know this is not part of the question but why disallow the install on other machines? When a user leaves the company you take the license away and they have to get their own copy. I just do not see why you might want to do that.
    The policy to not allow installs is for security and business reasons. If you allow installs a user can install on a personal PC with no IT controls around A/V, updates etc... They could then have access to email through the Outlook client and also OneDrive for Business. We also have restrictions on hourly employees doing work from home. A policy that is not likely to change.
    I understand the Hourly policy. Many places have that policy and...

    My Fellow Spice Heads and O365 Users,Do any of you have an idea as to transferring activation of an Office 365 ProPlus desktop install from one user to another?We had a user retire and I subsequently disabled and deleted there account which held the activation for Office 365 ProPlus on the desktop they were using. We set up an new account for the new person both in AD and licensed in Office 365.We also have the install ability disabled for the users to prevent them from installing Office365 ProPlus on their non-work PCs. Therein lies the problem.Our new user get the activation expiration notice on all Office apps on her desktop because the user account that previously activated for that PC.When she goes in via the link supplied in the error message, she is met with the notice that installs are not allowed and has no way to activate.The...
    This topic first appeared in the Spiceworks Community

  • How do I activate Office 2013 that I have deployed using ODT and App-V onto a Remote Desktop Server?

    I am setting up a demo Server 2012 R2 environment (1 DC server, 2 RDSH servers, 1 App-V server).
    I have created an Office 2013 volume license App-V package using the latest Office Deployment Toolkit. I have deployed the App-V package to an RDS server and it all works fine. However, I am unable to activate Office 2013 using the MSDN Office 2013 retail
    key because it tells me the product key is invalid for this version of Office. I've looked at the alternative of using the App-V Sequencer to create the Office 2013 package, but from what I've read this is not a Microsoft supported method.
    Is there any way that I can activate Office 2013 (volume license on RDS) using the method I've outlined above, or is there any way of using the Office2013 download from MSDN such that it can be packaged by the ODT (or App-V Sequencer) for successful deployment
    using App-V and activation using the retail Office 2013 product key on MSDN?

    True, VL channel media can't be activated with MSDN Retail pkeys (that's what I was trying to get you to understand, I figured you would be attempting that, as so many people do :(
    I've not attempted your scenario myself.
    It sounds like you aren't following the supported scenarios as (poorly) described by MS;
    The way I read their guide, for an RDS scenario, you must use a VL key [either MAK or KMS] (since a subscription product+key can't be used on RDS):
    i.e.: <Product ID="ProPlusVolume">
    http://support.microsoft.com/kb/2772509
    http://support.microsoft.com/kb/2915745
    http://technet.microsoft.com/library/dn481351.aspxhttp://blogs.technet.com/b/office_resource_kit/archive/2013/12/02/announcing-app-v-5-0-sp2-support-for-office-2013-volume-licensing-editions.aspx
    So, that all means that for RDS, you can't use anything other than VL "product" (in
    the form of an ODT-generated output) with a VL pkey. So, for your RDS demo setup, you need to use real product and real pkeys.
    Don
    (Please take a moment to "Vote as Helpful" and/or "Mark as Answer", where applicable.
    This helps the community, keeps the forums tidy, and recognises useful contributions. Thanks!)

  • Office 2013 KMS Activation Issues When Outlook 2010 Has Been Installed

    Hi Everyone,
    I have been looking everywhere for the answer to this question. I have been setting up a KMS server host for Office 2013 on Server 2012 R2. The issue I have ran into is that all of our computers currently have Office 2010 installed. Our Office 2013 KMS server
    is installed on a different server than the KMS server that activates Office 2010. (Different Virtual Machine) If Office 2010 has been installed the KMS server will not activate with the upgrade to 2013. Troubleshooting below:
    1. Leave office 2010 installed and simply click upgrade - did not work.
    2. Completly uninstalled Office 2010 and tried ospp.vbs /act and ospp.vbs /act - did not work.
    3. Completly uninstalled Office 2013 with all other versions of Office 2010 uninstalled. Did a fresh install of Office 2013 after a reboot and verified working.
    Can anyone explain to me either why this is happening as well as a solution. I realize that I have a work around right now but it takes some time.

    So, you have 2 KMShosts?
    Host_A is KMShost for OFF2010
    Host_B is KMShost for OFF2013
    Are both hosts published in DNS?
    (check with: nslookup -type=any _vlmcs._tcp)
    Clients can resolve and connect to both hosts?
    Or are you using static KMS location (do you manually configure your KMSclients to a specific hostname or IPaddress)?
    Typically, a KMSclient will perform discovery via DNS lookup, and will try each KMShost until success occurs.
    Possibly, when you installed WS2012R2, you chose ADBA instead of KMS ? (check the VA role on this server to confirm the mode)
    You can check upon the KMShost, execute: cscript slmgr.vbs /dlv all
    Another option, might be for you to co-host OFF2010 KMS and OFF2013 KMS upon the same (new WS2012R2) server, and de-commission the old KMShost function including removal of the DNS record for it. (Assuming this is consistent with your plans)
    Example for OFF2013 ADBA:
    http://blogs.technet.com/b/odsupport/archive/2012/11/07/how-to-setup-active-directory-based-activation-host-for-microsoft-office-2013.aspx
    Example for OFF2013 KMS:
    http://blogs.technet.com/b/odsupport/archive/2012/11/07/how-to-setup-kms-activation-host-for-microsoft-office-2013-on-windows-server-2012.aspx
    Don
    (Please take a moment to "Vote as Helpful" and/or "Mark as Answer", where applicable.
    This helps the community, keeps the forums tidy, and recognises useful contributions. Thanks!)

Maybe you are looking for