-
Notifications
You must be signed in to change notification settings - Fork 39
Open
Labels
bugThe issue is a bug.The issue is a bug.
Description
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
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugThe issue is a bug.The issue is a bug.