cDFS.psd1
@{ # Version number of this module. ModuleVersion = '1.3.1.0' # ID used to uniquely identify this module GUID = '3bcb9c66-ea0b-4675-bd46-c390a382c388' # Author of this module Author = 'Daniel Scott-Raynsford' # Company or vendor of this module CompanyName = '' # Copyright statement for this module Copyright = '(c) 2015 Daniel Scott-Raynsford. All rights reserved.' # Description of the functionality provided by this module Description = 'DSC resources for configuring Distributed File System Replication and Namespaces.' # Minimum version of the Windows PowerShell engine required by this module PowerShellVersion = '5.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 = '*' } |