# Installing WAC on Hyper-V 2019
# Prepare Hyper-V Server 2019
# Step 1: Enable Remote Management
To enable remote management in Hyper-V Server:
- Log into Hyper-V Server.
- At the Server Configuration (SCONFIG) tool, type 4 to configure remote management.
- Type 1 to enable Remote Management.
- Type 4 to return to the main menu.
# Step 2: Enable File Server Role (Optional)
# Step 3: Enable Hyper-V Module for Powershell (Optional)
# Deploy Windows Admin Center
msiexec /i <PATH TO INSTALLATION FILE>.msi /qn /L*v log.txt SME_PORT=<PORT> SSL_CERTIFICATE_OPTION=generate
# Login to WAC Web UI
Navigate to <ip or fqdn of server>:port and enter your credentials.