Hi Davanna-White
We are currently working on an Angular-based Windows Admin Center (WAC) extension and would like to automate the extension installation and deployment process using PowerShell.
Our requirement is to:
Automatically install Windows Admin Center (if not already installed)
Add a custom NuGet feed path
Deploy and register our Angular extension package (.nupkg) programmatically
Avoid manual UI-based installation steps
Ensure the extension is available and enabled automatically in the WAC gateway
We have successfully built and signed the NuGet package, but we need official guidance or supported commands/APIs to:
Add the extension feed programmatically
Install or update the extension automatically
Validate extension registration in the WAC environment
Could you please confirm:
Whether Microsoft officially supports automated deployment of WAC extensions using PowerShell
The recommended or supported method to programmatically install Angular-based WAC extensions
Any documentation, APIs, or best practices for enterprise-scale automated deployment.
Thank you for your support. We look forward to your guidance.