Windows Server 2019 Installing Roles and Features with Project Honolulu PowerShell
Update 4.13.2018 – Project Honolulu released officially as Windows Admin Center
Recently, we looked at Installing and Configuring Windows Server 2019 and Project Honolulu.ย Project Honolulu is a new web based management platform that allows aggregating Windows Server administration into a single web managed dashboard for easy and streamlined management of various Windows Servers in the environment.ย Microsoft is touting Project Honolulu as a “modern evolution of the in-box management tools, like Server Manager and MMC tools”.ย In the previous Project Honolulu post, we looked at installing this locally on our Windows Server 2019 installation and managing the current Core only release with Honolulu.ย In this post we will look at Windows Server 2019 installing roles and features with Project Honolulu PowerShell.
Windows Server 2019 Installing Roles and Features with Project Honolulu PowerShell
If you have not seen the Project Honolulu dashboard, it provides a really beautiful interface to managing Windows server.ย I really like the intuitiveย Overview component to the dashboard, that gives a high level view of performance metrics and Windows Server 2019 health.
The Overview Dashboard includes all the relevant metrics you would expect to get an overall baseline of a server including:
- CPU
- Memory
- Network statistics
- Restart, Shutdown, disk metrics, path variable control, etc
As you can see on the right hand column, there are controls for various facets of the server, includingย Roles & Features.ย We can use the Roles & Features dashboard of Project Honolulu to install any roles and features we want to install.ย In the example below, we are simply going to install theย Web Server role using the Project Honolulu GUI.
Windows Server 2019 Project Honolulu PowerShell
The really great thing about Project Honolulu is that it has PowerShell access built right into the GUI of the interface.ย We can use the PowerShell menu to connect to our Windows Server 2019 server.ย However, an issue that I ran into that is apparently is a bug with Chrome or a current incompatibility with Chrome is that when you connect to the PowerShell menu, you will see aย [Connection Closed] message displayed.
You can useย Edge (I know) to connect successfully to a remote PowerShell session with Project Honolulu.ย Below we are using the commandlet to get the installed Windows features.
get-windowsfeature
Use Microsoft Edge to connect to Project Honolulu PowerShellWe can accomplish the same task to install theย Web-Server role to our Windows Server 2019 server by running the command:
install-windowsfeature Web-Server
Managing Roles and Features with Project Honolulu
One thing I wanted to see was when you add roles and features, do the management dashboards appear after the role is installed?ย Apparently not in this build at least.ย After installing the web server role, I did not see the management tools appear in the management tools section for managing the web server role.ย I bounced the Windows Server 2019 VM as well just to rule out the possibility that Project Honolulu needed to restart to recognize the installed role services.ย However, keeping in mind this is a Preview build of Project Honolulu, I am sure this is a future feature of the console that will develop as it matures.ย I like the idea behind Project Honolulu and the consolidated look and feel of the management plane for servers.
Everything these days is becoming more and more web driven so it makes sense that Microsoft is leaning this direction for server management.ย Project Honolulu can consolidate the management of server administration across not just one server, but all servers added to the dashboard.ย This will provide an easy way to access multiple servers for administration, PowerShell access, and other configuration and troubleshooting needs.
Thoughts
Windows Server 2019 Installing Roles and Features with Project Honolulu PowerShell provides some interesting glimpses into the future of administering Windows Server OS’es.ย It may be hard to wrap our minds around the fact that “Server Manager” is starting to get a bit older in design and concept.ย This next generation of server administration console being web driven provides advantages over current built in server administration tools and methodologies.ย It will be interesting to see as Project Honolulu matures, the additional features and functionality that will be added to the interface.ย Stay tuned!