Reputation: 1
i would like to write an extension for Windows Admin Center (it is a Powershell script that loops though all clusters-> through all nodes -> and finally lists up all VMs with their data( CPU, RAM...) The powershell script is finished, but how do i insert it into the WAC surface ???
Upvotes: 0
Views: 644
Reputation: 63
you need to build a tool type extension.. here is where you can begin looking into https://learn.microsoft.com/en-us/windows-server/manage/windows-admin-center/extend/prepare-development-environment
Upvotes: 1