Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bug: New-Lab is missing all parameters #374

Open
DennisL68 opened this issue Oct 19, 2020 · 0 comments
Open

Bug: New-Lab is missing all parameters #374

DennisL68 opened this issue Oct 19, 2020 · 0 comments

Comments

@DennisL68
Copy link

DennisL68 commented Oct 19, 2020

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
@DennisL68 DennisL68 changed the title Bug: New Bug: New-Lab is missing all parameters Oct 19, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant