IPPretty.psd1
|
@{ RootModule = 'IPPretty.psm1' ModuleVersion = '26.0306.1000' GUID = 'ce0e19c6-fa78-449f-b10c-5fc4488c0b5d' Author = 'Daniel Cuneo' CompanyName = 'Precision Business' Copyright = "(c) 2026 Daniel Cuneo. All rights reserved." Description = 'Displays formatted, colored network adapter information (IPs, MAC, DHCP, etc.)' PowerShellVersion = '5.1' FunctionsToExport = 'Get-IP' AliasesToExport = 'IP' NestedModules = @() ScriptsToProcess = @() TypesToProcess = @() FormatsToProcess = @() RequiredAssemblies = @() } |