You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add the ability to configure the Hyper-V host for remote management in a Workgroup environment. This will permit the deployment of labs on top of Server Core installations without a GUI.
The text was updated successfully, but these errors were encountered:
To add on to this, some of us deploying lab systems have dedicated hardware that was setup using server core or even just Hyper-V Server 2016. While using Lability directly on it is possible, it's more a game of going into a system that can access it, writing the code there, then copying it over to run directly. It would be nice if I could target a specific hyper-v box to deploy a lab configuration on.
@MaxFrost Unfortunately, some of the commands that Lability uses do not support remote execution so it's almost a non-starter 😭.
I do use PSRemoting to deploy and manage labs on remote hosts, but you could also use Invoke-Command. This would still require you to configure networking, create the images and deploy configuration files before this will work though 😞.
Add the ability to configure the Hyper-V host for remote management in a Workgroup environment. This will permit the deployment of labs on top of Server Core installations without a GUI.
The text was updated successfully, but these errors were encountered: