PSDscResources
PSDscResources copied to clipboard
I upgrade from: mod 'dsc-psdscresources', '2.12.0-0-2' mod 'puppetlabs-pwshlib', '0.8.0' to: mod 'dsc-psdscresources', '2.12.0-0-9' mod 'puppetlabs-pwshlib', '1.1.0' My code: dsc_service {'config_lanmanworkstation': dsc_ensure => present, dsc_name => 'lanmanworkstation', dsc_dependencies => ['Bowser', 'MRxSmb10',...
Hello, With the `Registry` resource, you cannot configure the same registry key for different users, at the same time, with the same configuration. Take a look at the following example....
Resource name 'Archive' is already being used by another Resource or Configuration. As I understand, problem same as https://github.com/PowerShell/PSDscResources/issues/88 #### Details of the scenario you tried and the problem that...
Failing to compile when using the Source member of WindowsFeatureSet Configuration InstallDotNet35 { Import-DscResource -ModuleName PSDscResources node localhost { WindowsFeatureSet 'InstallDotNet35' { Name = @('NET-Framework-Core') Source = 'C:\Temp\DotNetSrc' Ensure =...
#### Details of the scenario you tried and the problem that is occurring Trying to remove a registry value. I had been successfully creating Registry resources specifying the Keys in...
## Steps to reproduce This is about WindowsProcess DSC resource that we are using to invoke an exe. The configuration is pretty straightforward and is shared below. If I look...
#### Details of the scenario you tried and the problem that is occurring When using the new Guest Configuration feature in Azure Guest Configuration to apply DSC config via Azure...
I have a DSC file with a resource hashtable configured similar to the following: ```powershell Group AdminGroupMembership { Ensure = "Present" GroupName = "Administrators" MembersToInclude = @("Member01") } ``` When...
#### Details of the scenario you tried and the problem that is occurring When running Get-TargetResource on a Group with a single member, the Local Configuration Manager throws an exception,...
#### Details of the scenario you tried and the problem that is occurring when we use this module, we found it’s blocked by following group policy, which somehow is set...