ProductivityTools.SetLockDisplayTimeout.psd1
# # Module manifest for module 'module' # # Generated by: pwujczyk # # Generated on: 5/19/2020 2:05:18 PM # @{ # Script module or binary module file associated with this manifest. RootModule = 'ProductivityTools.SetLockDisplayTimeout.psm1' # Version number of this module. ModuleVersion = '0.0.5' # ID used to uniquely identify this module GUID = '328f8b3b-6605-4a56-afe6-a065ccb0865c' # Author of this module Author = 'Pawel Wujczyk' # Description of the functionality provided by this module Description = 'Module sets up the inactivity time after which lock screen will show up.' # Functions to export from this module FunctionsToExport = 'Set-LockDisplayTimeout' # 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 = @('lock','display', "timeout", "lockdisplaytimeout") # A URL to the main website for this project. ProjectUri = 'http://productivitytools.tech/SetLockDisplayTimeout/' # A URL to an icon representing this module. IconUri = 'http://cdn.productivitytools.tech/images/PT/ProductivityTools_blue_85px_1.png' } # End of PSData hashtable } # End of PrivateData hashtable # HelpInfo URI of this module HelpInfoURI = 'http://productivitytools.tech/SetLockDisplayTimeout/' # Default prefix for commands exported from this module. Override the default prefix using Import-Module -Prefix. # DefaultCommandPrefix = '' } |