Blog Post

Windows Admin Center Blog
1 MIN READ

Windows Admin Center SDK - Public Preview Release

daniel-lee's avatar
daniel-lee
Icon for Microsoft rankMicrosoft
Mar 20, 2019
First published on on May 03, 2018
Ever since the Technical Preview release of Windows Admin Center (previously Project Honolulu) at Ignite last year, partners and customers have been asking how to integrate with Windows Admin Center. Today, we are excited to announce the Public Preview release of the Windows Admin Center SDK along with the availability of partner extensions from DataON, Fujitsu and Squared Up!




Updated Mar 20, 2019
Version 2.0
  • TusharBhagat's avatar
    TusharBhagat
    Copper Contributor

    I am trying to use Windows Admin Center to create new tool extension. I was following the documentation (https://docs.microsoft.com/en-us/windows-server/manage/windows-admin-center/extend/develop-tool). After installing all prerequisites mentioned in "Prepare your Environment" section, I was trying to create new tool by using CLI command "wac create --company "Contoso Inc" --tool "Manage Foo Works"

    But this gives error as

    const { readdir, stat } = require('fs').promises;

    TypeError: Cannot destructure property `readdir` of 'undefined' or 'null'. 

    ..........

    Is there something I am missing?