Clarification of functionality
Details of the scenario you try and problem that is occurring:
We are using the provided powershell module on a Windows Server 2016 to replicate our Active Directory (forest and domain functional level 2016). After execution, the output folder contains only a .ps1 file containing only AD users. No .psd1 is generated and no error is printed.
From the README, we expected the module to replicate our AD. Currently, I see only users being replicated. Are we assessing the situation correctly?
The DSC configuration that is using the resource:
Version of the Operating System and PowerShell the DSC Target Node is running:
- Windows Server 2016 (forest and domain functional level 2016)
- PowerShell version
$PSVersionTable
Name Value
---- -----
PSVersion 5.1.14393.3471
PSEdition Desktop
PSCompatibleVersions {1.0, 2.0, 3.0, 4.0...}
BuildVersion 10.0.14393.3471
CLRVersion 4.0.30319.42000
WSManStackVersion 3.0
PSRemotingProtocolVersion 2.3
SerializationVersion 1.1.0.1
Version of the DSC module you're using:
Latest master e58afecdcba4ddea0fa782148353c7d4e53fc6fa
+1
+1