Windows Admin Center is a locally deployed, browser-based app for managing servers, clusters, hyper-converged infrastructure, and Windows 10 PCs. If you ever asked yourself if Windows Admin Center (WAC) runs on Windows Server Core, the answer is yes. Run and install Windows Admin Center on Windows Server Core, simply copy the MSI installer to the Windows Server, or download it directly. If you are running Windows Server in a Hyper-V virtual machine, PowerShell Direct and be very handy to copy files using the VMBus from the Hyper-V host to the virtual machine.
Download Windows Admin Center (WAC) from here. You can simply use the following commands on your Hyper-V host to copy a file using PowerShell Direct.
$cred = Get-Credential $s = New-PSSession -VMName WindowsServerInsider -Credential $cred Copy-Item -Path .\WindowsAdminCenterPreview1908.msi -ToSession $s -Destination "C:\Users\Administrator"
Now you can run the MSI installer for Windows Admin Center. There is also an unattended option for WAC on Windows Server Core. You can find more about installing WAC here.
After the installation has finished you can now remotely access the Windows Admin Center web portal form your workstation. However, if you install the new Microsoft Edge Insider Preview, which runs on Windows Server Core as well. You can access the console form your local machine. Don’t do that in production, but it is great if you are running demos or you need to troubleshoot the installation.
You can download the Microsoft Edge Insider from here. Thanks to Jeff Woolsey for the tip.
The new Edge runs on Windows, Windows Server and yes, even Server Core. So, if you need WAC, running locally on Server Core… pic.twitter.com/1Allk4hD61
— Jeff Woolsey (@WSV_GUY) August 21, 2019
If you want to know more about Windows Admin Center check out my blog post and the Microsoft Docs. If you have any questions, please let me know in the comments. By the way, also make sure that you check out the Windows Admin Center Hybrid features, which allows you to easily connect Azure services.
Tags: Install WAC, Install WAC on Server Core, Microsoft, Microsoft Edge, Microsoft Edge Server Core, PowerShell Direct, Server Core, WAC, Windows Admin Center, Windows Server, Windows Server 2019, Windows Server Core Last modified: September 11, 2019
Fantastic article.
Thank you! This was one of the most pressing things that I needed to know before I could fully recommend core for the small shops we work with. When the network/firewall is hosed and you don’t remember all the commands, knowing you can install some kind of local GUI administration is a big relief!
Great to hear! Thanks Emily