Answered slmgr.vbs -ato Product Not Found

  • 2012년 4월 26일 목요일 오후 6:42
     
     

    Installed KeyManagementServiceHost

    Ran:

    slmgr.vbs /ipk <Office 2010 KMS host key>

    got back: Installed product key successfully.

    Then I run this command

    slmgr.vbs /ato bfe7a195-4f8f-4f0b-a622-cf13c7d16864

    and I only get "Error: product not found"  

    When I try to run slmgr.vbs /dlv

    it tells me "error: product key not found"

    Any help would be appreciated.

모든 응답

  • 2012년 4월 26일 목요일 오후 9:19
     
     답변됨

    Hi, your method seems valid,

    what operating system version/edition/release/servicepack are you using for the KMShost server?


    http://technet.microsoft.com/en-us/library/ee624357.aspx#section2

    The following operating systems are not supported as the Office 2010 KMS host:

    • Windows Vista or with any service packs
    • Windows Server 2008 or with any service packs


    Is your KMShost server already acting as a Windows KMShost?
    when you execute slmgr.vbs /dlv (or /dli), slmgr.vbs will default to only the Windows products.
    you can either specify the Office activation ID each time, or, use slmgr.vbs /dli all (to list out all products)


    Don