Scripts/Reskit9/All Resources/xJea/xJea.psd1

# Copyright � 2014, Microsoft Corporation. All rights reserved.
@{
# Version number of this module.
ModuleVersion = '0.2.16.1'

# ID used to uniquely identify this module
GUID = '1088cfb5-36e8-4e9f-b7e4-d49e8032dde6'

# Author of this module
Author = 'Microsoft Corporation'

# Company or vendor of this module
CompanyName = 'Microsoft Corporation'

# Copyright statement for this module
Copyright = '(c) 2014 Microsoft Corporation. All rights reserved.'

# Description of the functionality provided by this module
Description = 'Module with DSC Resources for Just Enough Admin (JEA). Jea makes it simple to create custom RBAC solutions using PowerShell.'

# Minimum version of the Windows PowerShell engine required by this module
PowerShellVersion = '4.0'

NestedModules = ".\xjea.psm1"

# Minimum version of the common language runtime (CLR) required by this module
CLRVersion = '4.0'

# Functions to export from this module
FunctionsToExport = '*'

# Cmdlets to export from this module
CmdletsToExport = '*'
}