NewLabEnvironment.psd1
|
# # Module manifest for module 'NewLabEnvironment' # # Generated by: Ralph Eckard & Sven van Rijen # # Generated on: 18-01-2017 # @{ RootModule = 'NewLabEnvironment.psm1' ModuleVersion = '1.1' GUID = '1bdd0ddb-e385-488a-a8e3-e41dc10f9d07' Author = 'Ralph Eckard & Sven van Rijen' CompanyName = '' Copyright = '(c) 2017 Ralph Eckard & Sven van Rijen. All rights reserved.' Description = 'This module lets you roll out your lab environment automatically as described in our blogs (www.365dude.nl and www.svenvanrijen.nl). More info and release notes you can find on GitHub (https://github.com/ralpje/PowerShell-Lab-Module)' PowerShellVersion = '3.0' FunctionsToExport = @( 'New-NATSwitch', 'New-LabVM' ) VariablesToExport = @( 'Name', 'IPAddress', 'PrefixLength', 'NATName', 'VMName', 'VMIP', 'GWIP', 'DNSIP', 'diskpath', 'ParentDisk', 'VMSwitch', '$SourceXML', '$URL', 'MemoryStartupBytes' ) PrivateData = @{ PSData = @{ # Tags applied to this module. These help with module discovery in online galleries. # Tags = @() # A URL to the license for this module. # LicenseUri = '' # A URL to the main website for this project. # ProjectUri = '' # A URL to an icon representing this module. # IconUri = '' # ReleaseNotes of this module # ReleaseNotes = '' } } } |