TSUtils.psd1

@{
    RootModule = 'TSUtils'
    ModuleVersion = '0.1.1'
    GUID = '4fe29bcd-b2a1-48fc-8475-e748bf8c1485'
    Author = 'Toby Slight'
    Copyright = '(c) Toby Slight. All rights reserved.'
    Description = 'Random handy dandy Cmdlets :-)'
    # PowerShellVersion = ''
    # PowerShellHostName = ''
    # PowerShellHostVersion = ''
    # DotNetFrameworkVersion = ''
    # CLRVersion = ''
    # ProcessorArchitecture = ''
    # RequiredModules = @(
    # )
    # 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 = ''
}