PSTcpIp.psd1
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 |
# # Module manifest for module 'PSTcpIp' # @{ # Script module or binary module file associated with this manifest. RootModule = 'PSTcpIp.psm1' # Version number of this module. ModuleVersion = '4.2.7' # ID used to uniquely identify this module GUID = '99675863-c68e-46fd-b669-0d4942004b28' # Author of this module Author = 'Anthony Guimelli' # Description of the functionality provided by this module Description = 'Provides cmdlets to perform various TCPIP and TLS/SSL related tasks.' PrivateData = @{ PSData = @{ Tags = @("TCPIP", "TCP", "network", "TLS", "SSL") LicenseUri = "https://github.com/anthonyg-1/PSTcpIp/blob/main/LICENSE" ProjectUri = "https://github.com/anthonyg-1/PSTcpIp" } } } |