STIGLib.psd1
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 |
# # Module manifest for module 'STIGLib' # # Generated by: Joseph Warren # # Generated on: 4/4/2020 # @{ RootModule = 'STIGLib.psm1' ModuleVersion = '0.1.1' GUID = 'bdf751b3-4e95-4384-b847-8696bc1b7d5a' Author = 'Joseph Warren' CompanyName = 'No' Copyright = '(c) Joseph Warren. All rights reserved.' Description = 'Download STIG benchmark files' FunctionsToExport = @('Get-StigFile','Save-StigFile') CmdletsToExport = @() VariablesToExport = @() AliasesToExport = @() CompatiblePSEditions = @('Desktop', 'Core') PowerShellVersion = '5.1' # 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. PrivateData = @{ PSData = @{ Tags = @('vscode', 'backup', 'restore') LicenseUri = 'https://github.com/luzkenin/STIGLib/blob/master/LICENSE.txt' ProjectUri = 'https://github.com/luzkenin/STIGLib' # IconUri = '' # ReleaseNotes = '' } } # HelpInfo URI of this module # HelpInfoURI = '' # Default prefix for commands exported from this module. Override the default prefix using Import-Module -Prefix. # DefaultCommandPrefix = '' } |