backup_library.psd1 7.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123
  1. #
  2. # Module manifest for module 'Backup-Library'
  3. #
  4. # Generated by: david
  5. #
  6. # Generated on: 9/13/2020
  7. #
  8. @{
  9. # Script module or binary module file associated with this manifest.
  10. RootModule = 'backup_library.psm1'
  11. # Version number of this module.
  12. ModuleVersion = '1.0'
  13. # Supported PSEditions
  14. # CompatiblePSEditions = @()
  15. # ID used to uniquely identify this module
  16. GUID = '55128a75-e305-4348-8901-e5d75f68c927'
  17. # Author of this module
  18. Author = 'david'
  19. # Company or vendor of this module
  20. CompanyName = 'n/a'
  21. # Copyright statement for this module
  22. Copyright = '(c) 2020 david. All rights reserved.'
  23. # Description of the functionality provided by this module
  24. # Description = ''
  25. # Minimum version of the Windows PowerShell engine required by this module
  26. PowerShellVersion = '5.0'
  27. # Name of the Windows PowerShell host required by this module
  28. # PowerShellHostName = ''
  29. # Minimum version of the Windows PowerShell host required by this module
  30. # PowerShellHostVersion = ''
  31. # Minimum version of Microsoft .NET Framework required by this module. This prerequisite is valid for the PowerShell Desktop edition only.
  32. # DotNetFrameworkVersion = ''
  33. # Minimum version of the common language runtime (CLR) required by this module. This prerequisite is valid for the PowerShell Desktop edition only.
  34. # CLRVersion = ''
  35. # Processor architecture (None, X86, Amd64) required by this module
  36. # ProcessorArchitecture = ''
  37. # Modules that must be imported into the global environment prior to importing this module
  38. # RequiredModules = @()
  39. # Assemblies that must be loaded prior to importing this module
  40. # RequiredAssemblies = @()
  41. # Script files (.ps1) that are run in the caller's environment prior to importing this module.
  42. # ScriptsToProcess = @()
  43. # Type files (.ps1xml) to be loaded when importing this module
  44. # TypesToProcess = @()
  45. # Format files (.ps1xml) to be loaded when importing this module
  46. # FormatsToProcess = @()
  47. # Modules to import as nested modules of the module specified in RootModule/ModuleToProcess
  48. # NestedModules = @()
  49. # 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.
  50. FunctionsToExport = @('backup_aragorn', 'backup_to_server')
  51. # 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.
  52. CmdletsToExport = @()
  53. # Variables to export from this module
  54. VariablesToExport = '*'
  55. # 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.
  56. AliasesToExport = @()
  57. # DSC resources to export from this module
  58. # DscResourcesToExport = @()
  59. # List of all modules packaged with this module
  60. # ModuleList = @()
  61. # List of all files packaged with this module
  62. # FileList = @()
  63. # 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.
  64. PrivateData = @{
  65. PSData = @{
  66. # Tags applied to this module. These help with module discovery in online galleries.
  67. # Tags = @()
  68. # A URL to the license for this module.
  69. # LicenseUri = ''
  70. # A URL to the main website for this project.
  71. # ProjectUri = ''
  72. # A URL to an icon representing this module.
  73. # IconUri = ''
  74. # ReleaseNotes of this module
  75. # ReleaseNotes = ''
  76. } # End of PSData hashtable
  77. } # End of PrivateData hashtable
  78. # HelpInfo URI of this module
  79. # HelpInfoURI = ''
  80. # Default prefix for commands exported from this module. Override the default prefix using Import-Module -Prefix.
  81. # DefaultCommandPrefix = ''
  82. }