DSC/Configuration/xRemoteDesktopSessionHost/xRemoteDesktopSessionHost.psd1 (22 lines of code) (raw):
@{
# Version number of this module.
ModuleVersion = '1.0.1'
# ID used to uniquely identify this module
GUID = 'b42ff085-bd2b-4232-90ba-02b4c780e2d9'
# 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 Remote Desktop Session Host'
# Minimum version of the Windows PowerShell engine required by this module
PowerShellVersion = '4.0'
# 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 = '*'
}