ProductivityTools.GetExternalIP.psd1

#
# Module manifest for module 'module'
#
# Generated by: pwujczyk
#
# Generated on: 11/9/20.0.41:30:56 AM
#

@{

# Script module or binary module file associated with this manifest.
RootModule = 'ProductivityTools.GetExternalIP.psm1'

# Version number of this module.
ModuleVersion = '0.0.4'

# ID used to uniquely identify this module
GUID = 'ec2fd46b-9e99-4633-96b2-9b8bcfda3d70'

# Author of this module
Author = 'Pawel Wujczyk'

# Company or vendor of this module
CompanyName = 'ProductivityTools.tech'

# Description of the functionality provided by this module
Description = 'The module returns the external IP address of the requesting computer. It uses http://ifconfig.me/ip address to get the data'

# Functions to export from this module
FunctionsToExport = 'Get-ExternalIP'

# Private data to pass to the module specified in RootModule/ModuleToProcess
PrivateData = @{

    PSData = @{
        Tags = @('External','IP','ExternalIP','Get-ExternalIP')
        ProjectUri = 'http://productivitytools.tech/get-externalip/'
        IconUri = 'http://cdn.productivitytools.tech/images/PT/ProductivityTools_blue_85px_3.png'
        } # End of PSData hashtable
    } # End of PrivateData hashtable

# HelpInfo URI of this module
HelpInfoURI = 'http://productivitytools.tech/get-externalip/'

}