LabBuilder
LabBuilder copied to clipboard
Bug: New-Lab is missing all parameters
Verison of PowerShell:
C:\Windows\system32> $PSVersionTable.PSVersion
Major Minor Build Revision
----- ----- ----- --------
5 1 18362 1110
Operating system:
C:\Windows\system32> Get-CimInstance Win32_OperatingSystem | Select-Object Caption, Version, ServicePackMajorVersion, OSArchitecture, WindowsDirectory
Caption : Microsoft Windows 10 Home
Version : 10.0.18363
ServicePackMajorVersion : 0
OSArchitecture : 32-bit
WindowsDirectory : C:\WINDOWS
Version of LabBuilder:
C:\Windows\system32> Get-Module -Name LabBuilder -ListAvailable
Directory: C:\Program Files\WindowsPowerShell\Modules
ModuleType Version Name ExportedCommands
---------- ------- ---- ----------------
Script 1.1.0 LabBuilder {Connect-LabVm, Disconnect-LabVm, Get-Lab, Get-LabResource...
First, I know you can't use Hyper-V with Windows 10 x86 Home edition. But I just needed a clean version of Windows for testing the module out.
Listing the params of New-Lab doesn't return anything.
PS C:\Users\Public> get-help New-Lab -Detailed
NAME
New-Lab
SYNTAX
New-Lab
PARAMETERS
None
ALIASES
None
REMARKS
None