ProductivityTools.RemoveModules.psd1
# # Module manifest for module 'module' # # Generated by: pwujczyk # # Generated on: 2/12/2023 8:35:16 PM # @{ # Script module or binary module file associated with this manifest. RootModule = 'ProductivityTools.RemoveModules.psm1' # Version number of this module. ModuleVersion = '0.0.10' # ID used to uniquely identify this module GUID = 'dd793213-8512-47a3-a1a9-4defe6181c37' # Author of this module Author = 'Pawel Wujczyk' # Company or vendor of this module CompanyName = 'ProductivityTools' # Copyright statement for this module Copyright = '(c) 2023 pwujczyk. All rights reserved.' # Description of the functionality provided by this module Description = 'Module allows to remove modules' FileList = @( 'PerformJob.ps1' ) # Functions to export from this module #FunctionsToExport = # Cmdlets to export from this module CmdletsToExport = @('Remove-Modules','Remove-ProductivityToolsModules') PrivateData = @{ PSData = @{ # Tags applied to this module. These help with module discovery in online galleries. Tags = @('Remove','Modules') # A URL to the main website for this project. ProjectUri = 'https://github.com/pwujczyk/ProductivityTools.RemoveModules' # A URL to an icon representing this module. IconUri = 'https://ptblogstorage.blob.core.windows.net/images/PT/ProductivityTools_blue_85px_4.png' } # End of PSData hashtable } # End of PrivateData hashtable } |