Hi Using MS server 2012R2 with WMF 5.
I have created a configuration to install SQL and SharePoint.
I have configured a LCM on my dev Node machine to pull the configuration from a Pull server. It did so flawlessly.
However after testing an updated configuration (Adding sharepoint service pack 1 as a package DSCresource). I now get multiple import-dscresource errors on the node. Here i listed the first one:
Could not import the PowerShell DSC resource: C:\Program Files\WindowsPowerShell\Modules\xWindowsUpdate\2.5.0.0\DscResources\MSFT_xWindowsUpdate
+ CategoryInfo : ResourceUnavailable: (:) [], CimException
+ FullyQualifiedErrorId : PsproviderImportFailure
+ PSComputerName : localhost
PS C:\Windows\system32> Get-DscResource -module xwindowsupdate
ImplementedAs Name ModuleName Version Properties
------------- ---- ---------- ------- ----------
PowerShell xHotfix xWindowsUpdate 2.5.0.0 {Id, Path, Credential, DependsOn...}
PowerShell xMicrosoftUpdate xWindowsUpdate 2.5.0.0 {Ensure, DependsOn, PsDscRunAsCredential}
PowerShell xWindowsUpdateAgent xWindowsUpdate 2.5.0.0 {IsSingleInstance, Source, Category, DependsOn...}
PS C:\Windows\system32> Get-Module -ListAvailable xWindowsUpdate
Directory: C:\Program Files\WindowsPowerShell\Modules
ModuleType Version Name ExportedCommands
---------- ------- ---- ----------------
Manifest 2.5.0.0 xWindowsUpdate
Any ideas to what can be causing this?
I tried removing all modules on the node, so that it pulls new modules from the pull server, but I am getting the samme import errors.
brgs
Bjørn