|
| 1 | +# |
| 2 | +# Module manifest for module 'AsBuiltReport.System.Resources' |
| 3 | +# |
| 4 | +# Generated by: Jonathan Colon |
| 5 | +# |
| 6 | +# Generated on: 9/28/2025 |
| 7 | +# |
| 8 | + |
| 9 | +@{ |
| 10 | + |
| 11 | + # Script module or binary module file associated with this manifest. |
| 12 | + RootModule = 'AsBuiltReport.System.Resources.psm1' |
| 13 | + |
| 14 | + # Version number of this module. |
| 15 | + ModuleVersion = '0.1.1' |
| 16 | + |
| 17 | + # Supported PSEditions |
| 18 | + # CompatiblePSEditions = @() |
| 19 | + |
| 20 | + # ID used to uniquely identify this module |
| 21 | + GUID = 'f930270b-607d-422b-bd94-b6665bcc5b96' |
| 22 | + |
| 23 | + # Author of this module |
| 24 | + Author = 'Jonathan Colon' |
| 25 | + |
| 26 | + # Company or vendor of this module |
| 27 | + CompanyName = 'Unknown' |
| 28 | + |
| 29 | + # Copyright statement for this module |
| 30 | + Copyright = '(c) 2025 Jonathan Colon. All rights reserved.' |
| 31 | + |
| 32 | + # Description of the functionality provided by this module |
| 33 | + Description = 'A PowerShell module to generate an as built report on the configuration of System Resources.' |
| 34 | + |
| 35 | + # Minimum version of the Windows PowerShell engine required by this module |
| 36 | + PowerShellVersion = '5.1' |
| 37 | + |
| 38 | + # Name of the Windows PowerShell host required by this module |
| 39 | + # PowerShellHostName = '' |
| 40 | + |
| 41 | + # Minimum version of the Windows PowerShell host required by this module |
| 42 | + # PowerShellHostVersion = '' |
| 43 | + |
| 44 | + # Minimum version of Microsoft .NET Framework required by this module. This prerequisite is valid for the PowerShell Desktop edition only. |
| 45 | + # DotNetFrameworkVersion = '' |
| 46 | + |
| 47 | + # Minimum version of the common language runtime (CLR) required by this module. This prerequisite is valid for the PowerShell Desktop edition only. |
| 48 | + # CLRVersion = '' |
| 49 | + |
| 50 | + # Processor architecture (None, X86, Amd64) required by this module |
| 51 | + # ProcessorArchitecture = '' |
| 52 | + |
| 53 | + # Modules that must be imported into the global environment prior to importing this module |
| 54 | + |
| 55 | + RequiredModules = @( |
| 56 | + @{ |
| 57 | + ModuleName = 'AsBuiltReport.Core'; |
| 58 | + ModuleVersion = '1.4.3' |
| 59 | + }, |
| 60 | + @{ |
| 61 | + ModuleName = 'Diagrammer.Core'; |
| 62 | + ModuleVersion = '0.2.31' |
| 63 | + } |
| 64 | + ) |
| 65 | + |
| 66 | + # Assemblies that must be loaded prior to importing this module |
| 67 | + # RequiredAssemblies = @() |
| 68 | + |
| 69 | + # Script files (.ps1) that are run in the caller's environment prior to importing this module. |
| 70 | + # ScriptsToProcess = @() |
| 71 | + |
| 72 | + # Type files (.ps1xml) to be loaded when importing this module |
| 73 | + # TypesToProcess = @() |
| 74 | + |
| 75 | + # Format files (.ps1xml) to be loaded when importing this module |
| 76 | + # FormatsToProcess = @() |
| 77 | + |
| 78 | + # Modules to import as nested modules of the module specified in RootModule/ModuleToProcess |
| 79 | + # NestedModules = @() |
| 80 | + |
| 81 | + # 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. |
| 82 | + FunctionsToExport = @('Invoke-AsBuiltReport.System.Resources') |
| 83 | + |
| 84 | + # Cmdlets 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 cmdlets to export. |
| 85 | + CmdletsToExport = @() |
| 86 | + |
| 87 | + # Variables to export from this module |
| 88 | + VariablesToExport = @() |
| 89 | + |
| 90 | + # Aliases 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 aliases to export. |
| 91 | + AliasesToExport = @() |
| 92 | + |
| 93 | + # DSC resources to export from this module |
| 94 | + # DscResourcesToExport = @() |
| 95 | + |
| 96 | + # List of all modules packaged with this module |
| 97 | + # ModuleList = @() |
| 98 | + |
| 99 | + # List of all files packaged with this module |
| 100 | + # FileList = @() |
| 101 | + |
| 102 | + # Private data to pass to the module specified in RootModule/ModuleToProcess. This may also contain a PSData hashtable with additional module metadata used by PowerShell. |
| 103 | + PrivateData = @{ |
| 104 | + |
| 105 | + PSData = @{ |
| 106 | + |
| 107 | + # Tags applied to this module. These help with module discovery in online galleries. |
| 108 | + # Tags = @() |
| 109 | + |
| 110 | + # A URL to the license for this module. |
| 111 | + # LicenseUri = '' |
| 112 | + |
| 113 | + # A URL to the main website for this project. |
| 114 | + # ProjectUri = '' |
| 115 | + |
| 116 | + # A URL to an icon representing this module. |
| 117 | + # IconUri = '' |
| 118 | + |
| 119 | + # ReleaseNotes of this module |
| 120 | + # ReleaseNotes = '' |
| 121 | + |
| 122 | + } # End of PSData hashtable |
| 123 | + |
| 124 | + } # End of PrivateData hashtable |
| 125 | + |
| 126 | + # HelpInfo URI of this module |
| 127 | + # HelpInfoURI = '' |
| 128 | + |
| 129 | + # Default prefix for commands exported from this module. Override the default prefix using Import-Module -Prefix. |
| 130 | + # DefaultCommandPrefix = '' |
| 131 | + |
| 132 | +} |
| 133 | + |
| 134 | + |
0 commit comments