NetCmdlets.psd1
@{ GUID = '7912041f-f818-4744-b800-14a244343b6c' Author = '/n software inc.' CompanyName = '/n software inc.' Copyright = 'Copyright (c) 2017 /n software inc. - All rights reserved.' ModuleVersion = '16.0.6255.0' Description = 'NetCmdlets 2016 - PowerShell Cmdlets for Internet Communications, Messaging & Network Management.' PowerShellVersion = '2.0' CLRVersion = '2.0' CmdletsToExport = '*' RequiredModules = @() ModuleToProcess = 'nsoftware.NetCmdlets.Commands.dll' ScriptsToProcess = @() TypesToProcess = @() PrivateData = @{ PSData = @{ Tags = @("IMAP","LDAP","S3","VPN","Zip","SevenZip","Email","FTP","IM","NNTP","POP","SCP","SFTP","SMIMEEmail","SMIMEIMAP","SMIMEPOP","SMS","SSH","TCP","Telnet","WebDAV","DNS","HTTP","MX","RAS","RSS","SNMP","Syslog","TFTP","Trap","UDP","Whois","Rexec","Rshell","Ping","SSL","TLS","Networking") LicenseUri = "http://www.netcmdlets.com/legal/terms/" ProjectUri = "http://www.netcmdlets.com" IconUri = "http://www.netcmdlets.com/external/psgallery_icon.png" SKU = "NCPBA" } } #RequiredAssemblies = @('nsoftware.NetCmdlets.Commands, Version=16.0.6255.0, Culture=neutral, PublicKeyToken=cdc168f89cffe9cf') #RequiredAssemblies = @('nsoftware.NetCmdlets.Commands.dll') } |