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: Comment based help missing in release 1.1.0 #371

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

Bug: Comment based help missing in release 1.1.0 #371

DennisL68 opened this issue Oct 14, 2020 · 0 comments
Assignees
Labels
bug The issue is a bug.

Comments

@DennisL68
Copy link

Verison of PowerShell:
C:\Windows\system32> $PSVersionTable.PSVersion

Major  Minor  Build  Revision
-----  -----  -----  --------
5      1      17763  1490


Operating system:
C:\Windows\system32> Get-CimInstance Win32_OperatingSystem | Select-Object Caption, Version, ServicePackMajorVersion, OSArchitecture, WindowsDirectory


Caption                 : Microsoft Windows Server 2019 Standard
Version                 : 10.0.17763
ServicePackMajorVersion : 0
OSArchitecture          : 64-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...

When getting help, no help is received.

C:\Windows\system32> get-help New-Lab -Detailed

NAME
    New-Lab

SYNTAX
    New-Lab [-ConfigPath] <string> [-LabPath] <string> [-Name] <string> [[-Version] <string>] [[-Id] <string>]
    [[-Description] <string>] [[-DomainName] <string>] [[-Email] <string>] [-WhatIf] [-Confirm]  [<CommonParameters>]


PARAMETERS
    -ConfigPath <string>

    -Confirm

    -Description <string>

    -DomainName <string>

    -Email <string>

    -Id <string>

    -LabPath <string>

    -Name <string>

    -Version <string>

    -WhatIf

    <CommonParameters>
        This cmdlet supports the common parameters: Verbose, Debug,
        ErrorAction, ErrorVariable, WarningAction, WarningVariable,
        OutBuffer, PipelineVariable, and OutVariable. For more information, see
        about_CommonParameters (https:/go.microsoft.com/fwlink/?LinkID=113216).


ALIASES
    None


REMARKS
    None
@DennisL68 DennisL68 changed the title Comment based help missing in release 1.1.0 Bug: Comment based help missing in release 1.1.0 Oct 14, 2020
@PlagueHO PlagueHO self-assigned this Oct 15, 2020
@PlagueHO PlagueHO added the bug The issue is a bug. label Oct 15, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug The issue is a bug.
Projects
None yet
Development

No branches or pull requests

2 participants