SOLVED: Access Device Manager and Network Connections in Azure Stack HCI

If you want to access device manager and network connections in Azure Stack HCI you can install them with this command.

Add-WindowsCapability -Online -Name ServerCore.AppCompatibility~~~~0.0.1.0

You will need to reboot the node but then you can run "devmgmt.msc" and "ncpa.cpl".

The recommended method for managing devices however it use to use Windows Admin Center.

https://www.microsoft.com/en-gb/windows-server/windows-admin-center

Comments