xDhcpServer.psd1
@{ # Version number of this module. ModuleVersion = '1.0' # ID used to uniquely identify this module GUID = '286890c9-a6c3-4605-9cd5-03c8413c8325' # 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 = 'The xDhcpServer 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 resources: •xDhcpServerScope, which sets a scope for consecutive range of possible IP addresses that the DHCP server can lease to clients on a subnet. •xDhcpServerReservation, which set lease assignments used to ensure that a specified client on a subnet can always use the same IP address •xDhcpServerOptions, which currently supports setting DNS domain and DNS Server IP Address options at a DHCP server scope level. 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 xDhcpServer stands for experimental , which means that these resources will be fix forward and monitored by the module owner(s). ' # 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 = '*' } |