Closed adrien-constant closed 1 year ago
I am pretty sure the module is not going to work on Linux or Mac OS X. The resources provided by that module make use of CIM classes and PowerShell cmdlets that are not available on Linux or Mac.
@adrien-constant It is complicated using a Linux or Mac as the authoring machine, and it is not possible to actually run the resource since they were made for Windows. Suggest taking a look at DSCv3 instead, and help out in the development of that. Closing this issue.
Problem description
I followed the docs https://github.com/dsccommunity/ComputerManagementDsc/wiki
I need to use a samba share on a remote Windows sever
On both Linux and macosX, the install command completes successfully :
Find-Module -Name ComputerManagementDsc -Repository PSGallery | Install-Module
But this command fails :
Get-DscResource -Module ComputerManagementDsc
Verbose logs
DSC configuration
Suggested solution
I don't know
Operating system the target node is running
PowerShell version and build the target node is running
ComputerManagementDsc version