Skip to content
This repository was archived by the owner on Jan 3, 2026. It is now read-only.
This repository was archived by the owner on Jan 3, 2026. It is now read-only.

Error in module DSC #34

@spawluk

Description

@spawluk

According to Microsoft documentation you should use .psm1 extensions instead of .psd1 in module manifest file in NestedModules section (https://msdn.microsoft.com/en-us/powershell/reference/4.0/microsoft.powershell.core/new-modulemanifest#-nestedmodules)

Because of .psd1 extensions i got error during configuration of my ServiceBus server

Cannot find module SBFarm_0.10.0.0 from the server http://[PULLSERVER]/PSDSCPullServer.svc/Module(ConfigurationId='8230F4D0-EC13-4B8F-BA99-90F859D5DBF1',ModuleName='SBFarm',ModuleVersion='0.10.0.0')/ModuleContent. + CategoryInfo : ResourceUnavailable: (root/Microsoft/...gurationManager:String) [], CimException + FullyQualifiedErrorId : WebDownloadManagerModuleNotFound,Microsoft.PowerShell.DesiredStateConfiguration.Commands.GetDscModuleCommand + PSComputerName : [COMPUTERNAME]

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions