I'm trying to get a basic DSC configuration going on a Windows Server 2012 R2 VM, but when I run Get-DscResource, none of the xWebAdministration resources appear in the list.
When I run
Get-Module -ListAvailable -Name x*
I get the following
Directory: C:\Program Files\WindowsPowerShell\Modules
ModuleType Version Name ExportedCommands
---------- ------- ---- ----------------
Manifest 1.3.2 xWebAdministration
Looking at other modules exportedCommands should not be empty.
Any suggestion on how I can get this fixed?
What I've done
I've downloaded version 1.3.2 and have extracted it to C:\Program Files\WindowsPowerShell\Modules
Found this xWebAdministration does not appear in Get-DscResource (PowerShell) but structure is correct.