Windows Server 2019

Windows Server 2019 Installing Roles and Features with Project Honolulu PowerShell

A look at Windows Server 2019 Installing Roles and Features with Project Honolulu PowerShell and how we can use this new management tool to administer Windows Server 2019 roles and features

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
Project-Honolulu-Overview-Dashboard-for-Windows-Server-2019
Project Honolulu Overview Dashboard for Windows Server 2019

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-Installing-Roles-Features-in-Project-Honolulu
Windows Server 2019 Installing Roles & Features in Project Honolulu
Select-the-Roles-Features-and-then-click-Install
Select the Roles & Features and then click Install
Windows-Server-2019-Roles-Features-installation-begins
Windows Server 2019 Roles & Features installation begins
Windows-Server-2019-Web-Server-Role-completes-successfully
Windows Server 2019 Web Server Role completes successfully

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.

Windows-Server-2019-Project-Honolulu-PowerShell-Connection-Closed
Windows Server 2019 Project Honolulu PowerShell Connection Closed

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-PowerShell

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
Windows-Server-2019-install-windowsfeature
Windows Server 2019 install-windowsfeature

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!

Subscribe to VirtualizationHowto via Email 🔔

Enter your email address to subscribe to this blog and receive notifications of new posts by email.

Brandon Lee

Brandon Lee is the Senior Writer, Engineer and owner at Virtualizationhowto.com and has over two decades of experience in Information Technology. Having worked for numerous Fortune 500 companies as well as in various industries, Brandon has extensive experience in various IT segments and is a strong advocate for open source technologies. Brandon holds many industry certifications, loves the outdoors and spending time with family.

Related Articles

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.