Mudir.psd1
|
# # Module manifest for module 'Mudir' # # Generated by: Mohsin Malik # # Generated on: 8/20/2026 # @{ # Script module or binary module file associated with this manifest. RootModule = 'Mudir.psm1' # Version number of this module. ModuleVersion = '1.4.0' # Supported PSEditions # CompatiblePSEditions = @() # ID used to uniquely identify this module GUID = 'd0eac1b5-195a-4cca-a2bf-ff5df63f8d05' # Author of this module Author = 'Mohsin Malik' # Company or vendor of this module CompanyName = 'Personal' # Copyright statement for this module Copyright = '(c) 2026 Mohsin Malik. All rights reserved.' # Description of the functionality provided by this module Description = 'Secure bootstrap module for private workflows' # Minimum version of the Windows PowerShell engine required by this module PowerShellVersion = '5.1' # Functions to export from this module, for best performance, do not use wildcards and do not delete the entry, use an empty array if there are no functions to export. FunctionsToExport = 'Start-Workflow', 'Invoke-Mudir' } |