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.4'

# 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'


# Functions to export from this module
#FunctionsToExport =

# Cmdlets to export from this module
CmdletsToExport = @('Remove-Modules','Remove-ProductivityToolsModules')

}