Daniel Scott-Raynsford
Daniel Scott-Raynsford
@fpschrisiom - could you raise a new issue detailing the new resource you'd like added? I just want to make sure we get the functional requirements right - e.g. that...
Hi @anusha189 - what version of the ComputerManagementDsc resource have you got installed? Can you tell me what is the output when you run `Get-DscResource -Module ComputerManagementDsc`?
Hi @alexmow - I've been digging around in the documentation and haven't had any success finding a way to import/export certificates to the Services stores. According to the documentation `Certutil.exe`...
I'll try and get onto this change next week unless someone else does it first.
I believe this configuration is already valid: ```powershell Node localhost { Computer NewNameAndWorkgroup { Name = 'localhost' WorkGroupName = 'ContosoWorkgroup' } ``` However, as Travis points out, using `Name` as...
Hi @fullenw1 - you definitely make a fair point here. PSDscResources Registry resource - the replacement for the inbox resources (https://github.com/PowerShell/PSDscResources/blob/dev/DscResources/MSFT_RegistryResource/MSFT_RegistryResource.schema.mof) also uses the Force parameter. So it might make...
Great catch @dappleby300 - hopefully is an easy fix. Will get onto it as soon as possible.
I'll be able to implement the fix in this one once #252 is merged.
#252 has been merged so I can get onto this one.
Good catch @AndreasSobczyk and thanks for raising this. I think we're also going to need to make other changes for this to support Nano Server. ```Import-Certificate``` is used but isn't...