DSCResources/cFirefoxPolicy/cFirefoxPolicy.psd1
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 |
@{ RootModule = 'cFirefoxPolicy.schema.psm1' ModuleVersion = '1.0.0' GUID = '0f163f21-cc50-46f9-a86f-68e011af1486' Author = 'mkht' Copyright = '(c) 2018 mkht. All rights reserved.' FunctionsToExport = '*' CmdletsToExport = '*' VariablesToExport = '*' AliasesToExport = '*' PrivateData = @{ PSData = @{ } } } |