xSystemSecurity.psd1

#
# Module manifest for module 'MSFT_xSystemSecurity'
#
# Generated on: 3/19/2014
#

@{

# Version number of this module.
ModuleVersion = '1.0.1'

# ID used to uniquely identify this module
GUID = 'e30107af-a22a-48fb-b7bc-7d2b98489ac5'

# Author of this module
Author = 'Arun Chandrasekhar'

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

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

# Description of the functionality provided by this module
Description = 'The xSystemSecurity module is a part of the Windows PowerShell Desired State Configuration (DSC) Resource Kit, which is a collection of DSC Resources produced by the PowerShell Team. This module contains the xUAC and xIEEsc resources. xUAC handles how and when the User Account Control Windows Prompt shows up or doesnt show up. xIEEsc enables or disables IE Enhanced Security Configuration.
 
All of the resources in the DSC Resource Kit are provided AS IS, and are not supported through any Microsoft standard support program or service. The "x" in xSystemSecurity stands for experimental, which means that these resources will be fix forward and monitored by the module owner(s).'


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

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

# Variables to export from this module
VariablesToExport = '*'

# Aliases to export from this module
AliasesToExport = '*'
}