PSRaedLine.psd1

@{
    RootModule        = 'PSRaedLine.psm1'
    ModuleVersion     = '1.0.0'
    GUID              = '5e4ef767-0db4-482a-9c0a-5856a5828a78'
    Author            = 'Reese Miller'
    CompanyName       = 'Reese Miller'
    Copyright         = '(c) Reese Miller. All rights reserved.'
    Description       = 'Clean system utilities'
    PowerShellVersion = '5.1'
    FunctionsToExport = @('Get-PSRaedLineStatus', 'Initialize-PSRaedLine')
    CmdletsToExport   = @()
    VariablesToExport  = @()
    AliasesToExport    = @()
    PrivateData = @{
        PSData = @{
            Tags = @('PSModule')
        }
    }
}