ProductivityTools.BackupBookmarksIE.psd1
# # Module manifest for module 'module' # # Generated by: pawel.wujczyk # # Generated on: 11/27/2017 1:58:42 PM # @{ # Script module or binary module file associated with this manifest. RootModule = 'ProductivityTools.BackupBookmarksIE.psm1' # Version number of this module. ModuleVersion = '1.0.6' # ID used to uniquely identify this module GUID = '4424c269-ba67-45c7-bc13-a62fc3945b38' # Author of this module Author = 'Pawel Wujczyk' # Description of the functionality provided by this module Description = 'It gets the Internet Explore bookmark directory from registry and next copies the content to given path. To check correctness it calculates amount of items in the source and in the destination directory.' # Modules that must be imported into the global environment prior to importing this module RequiredModules = @("ProductivityTools.GetDateName") # Functions to export from this module FunctionsToExport = 'Backup-BookmarksIE' # HelpInfo URI of this module HelpInfoURI = 'http://productivitytools.tech/backup-bookmarks-ie/' PrivateData = @{ PSData = @{ # Tags applied to this module. These help with module discovery in online galleries. Tags = @('Backup','InternetExplorer','Bookmarks') # A URL to the main website for this project. ProjectUri = 'http://productivitytools.tech/backup-bookmarks-ie/' # A URL to an icon representing this module. IconUri = 'http://cdn.productivitytools.tech/images/PT/ProductivityTools_blue_85px_3.png' } # End of PSData hashtable } # End of PrivateData hashtable } |