ProductivityTools.GetCurrentWifiPassword.psd1
# # Module manifest for module 'module' # # Generated by: pwujczyk # # Generated on: 7/20/2020 1:56:38 PM # @{ # Script module or binary module file associated with this manifest. RootModule = 'ProductivityTools.GetCurrentWifiPassword.psm1' # Version number of this module. ModuleVersion = '0.0.4' # ID used to uniquely identify this module GUID = 'ad0a03e5-320c-4dfc-b978-218182cf7dcd' # Author of this module Author = 'Pawel Wujczyk' # Description of the functionality provided by this module Description = 'It returns current wifi password' # Modules that must be imported into the global environment prior to importing this module RequiredModules = @('Get-WifiPassword') # Functions to export from this module FunctionsToExport = 'Get-CurrentWifiPassword' # Private data to pass to the module specified in RootModule/ModuleToProcess PrivateData = @{ PSData = @{ # Tags applied to this module. These help with module discovery in online galleries. Tags = @('Wifi','Password') # A URL to the main website for this project. ProjectUri = 'http://productivitytools.tech/get-current-wi-fi-password/' # A URL to an icon representing this module. IconUri = 'http://cdn.productivitytools.tech/images/PT/ProductivityTools_blue_85px_3.png' # ReleaseNotes of this module # ReleaseNotes = '' } # End of PSData hashtable } # HelpInfo URI of this module HelpInfoURI = 'http://productivitytools.tech/get-current-wifi-password/' } |