PS-AutoLab-Env icon indicating copy to clipboard operation
PS-AutoLab-Env copied to clipboard

A PowerShell module for creating lab configurations using Lability and Desired State Configuration. Look at README.md for more information.

Results 5 PS-AutoLab-Env issues
Sort by recently updated
recently updated
newest added

Not sure if bug or feature, but the code only runs `Remove-NetNat` and not `Remove-VMSwitch`: https://github.com/pluralsight/PS-AutoLab-Env/blob/d93c1a577e073f1b4f8638a86e7ddf3337d3b9da/functions/public.ps1#L1190-L1199 So I had to also run `Remove-VMSwitch -Name $Labdata.AllNodes.Lability_SwitchName`.

bug

If you have an older version of the PSAutolab module and upgrade to v4.20.0 or later, there are a few things you might run into that you will need to...

Announcement

# Common Errors This is an ongoing list of frequent errors you might encounter. Please check this list to see if it solves your problem. If not, then please post...

FAQ

# Before You Post First, please make sure you are using v4.x or later of the PSAutoLab module installed from the PowerShell Gallery. Check the project's README file for the...

Announcement

The current version adds `` to the TrustedHosts configuration. It would be better if this were dynamically updated depending on the configuration you are running. This will also likely fail...

enhancement