forked from previder/Previder-Powershell-Module
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathPrevider-Powershell-Module.psd1
More file actions
38 lines (25 loc) · 1.83 KB
/
Previder-Powershell-Module.psd1
File metadata and controls
38 lines (25 loc) · 1.83 KB
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
#
# Module manifest for module 'Previder-Powershell-Module'
#
@{
# Script module or binary module file associated with this manifest.
RootModule = 'Previder-Powershell-Module.psm1'
# Version number of this module.
ModuleVersion = '2.4'
# ID used to uniquely identify this module
GUID = '08b2d9bc-951a-4910-b8de-02f9a3b0d7d1'
# Author of this module
Author = 'Gijs Middelkamp, Jordy Verbeek'
# Company or vendor of this module
CompanyName = 'Previder'
# Copyright statement for this module
Copyright = '(c) 2021 Previder. All rights reserved.'
# Description of the functionality provided by this module
Description = 'Annexus virtual machine management module'
# Minimum version of the Windows PowerShell engine required by this module
PowerShellVersion = '3.0'
# Functions to export from this module
FunctionsToExport = '*'
# Cmdlets to export from this module
CmdletsToExport = '*'
}