TSRandom.psd1
@{ RootModule = 'TSRandom' ModuleVersion = '0.0.1' # CompatiblePSEditions = @() GUID = 'db572521-3d78-47d1-ba93-62b008af2023' Author = 'Toby Slight' # CompanyName = 'Unknown' Copyright = '(c) Toby Slight. All rights reserved.' Description = 'Randomly Generate All The Things!' # PowerShellVersion = '' # PowerShellHostName = '' # PowerShellHostVersion = '' # DotNetFrameworkVersion = '' # CLRVersion = '' # ProcessorArchitecture = '' RequiredModules = @( 'TSUtils' ) # RequiredAssemblies = @() # ScriptsToProcess = @() # TypesToProcess = @() # FormatsToProcess = @() # NestedModules = @() FunctionsToExport = '*' CmdletsToExport = '*' VariablesToExport = '*' AliasesToExport = '*' # DscResourcesToExport = @() # ModuleList = @() # FileList = @() # Private data to pass to the module specified in RootModule/ModuleToProcess. # This may also contain a PSData hashtable with additional module metadata used by PowerShell. PrivateData = @{ PSData = @{ # These help with module discovery in online galleries. # Tags = @() # LicenseUri = '' # ProjectUri = '' # IconUri = '' # ReleaseNotes = '' } } # HelpInfoURI = '' # DefaultCommandPrefix = '' } |