-
Notifications
You must be signed in to change notification settings - Fork 0
/
xVMSwitch.psd1
51 lines (30 loc) · 1.13 KB
/
xVMSwitch.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
@{
# Script module or binary module file associated with this manifest
ModuleToProcess = 'xVMSwitch.psm1'
# Version number of this module.
ModuleVersion = '1.0.0.0'
# ID used to uniquely identify this module
GUID = '427fad49-bf19-4e4f-a288-4ab6af60c79a'
# Author of this module
Author = 'Fausto Nascimento'
# Company or vendor of this module
CompanyName = 'Fausto Consultancy Ltd'
# Copyright statement for this module
Copyright = '(c) 2015. All rights reserved.'
# Description of the functionality provided by this module
Description = ''
# Minimum version of the Windows PowerShell engine required by this module
PowerShellVersion = '5.0'
# Name of the Windows PowerShell host required by this module
PowerShellHostName = ''
# Minimum version of the Windows PowerShell host required by this module
PowerShellHostVersion = ''
# Modules that must be imported into the global environment prior to importing
# this module
RequiredModules = @()
# Assemblies that must be loaded prior to importing this module
RequiredAssemblies = @()
# List of all files packaged with this module
FileList = @()
DscResourcesToExport = 'xVMSwitch'
}