Jason Walker

Results 17 comments of Jason Walker

@danielboth does using the Force parameter help any? In the example below only Account1 will be assigned 'Log on as a service' ```powershell Configuration LogonAsService { Import-DscResource -ModuleName @{ModuleName =...

I wanted to reopen this, as this seems to constantly come up, and ask the community for feedback. Here are the solutions that have been suggested in the past: 1....

@SwethaGanapathy01 I have tested the settings you provided in your issue and the resource succeeds without error. Can you provide the error you are getting?

This PR should probably be abandoned because the scenario when a machine cannot resolve "Window Manager\Window Manager Group" is when the group does not exist, such as Sever Core. On...

To my knowledge the issue with SID translation has been fixed with PR #97. This PR was opened to handle the absence of "Window Manager\Window Manager Group" which doesn't exist...

Hi @pyrostew, does using UserConfiguration for the targetType give the desired result for your issue?

I would have to test to verify but I think if UserConfiguration is the targetType the policy will apply to all users so it would be unnecessary to apply same...