-
Notifications
You must be signed in to change notification settings - Fork 131
xUser should have an option to only make sure a user is present #769
Copy link
Copy link
Open
Labels
enhancementThe issue is an enhancement request.The issue is an enhancement request.good first issueThe issue should be easier to fix and can be taken up by a beginner to learn to contribute on GitHubThe issue should be easier to fix and can be taken up by a beginner to learn to contribute on GitHubhelp wantedThe issue is up for grabs for anyone in the community.The issue is up for grabs for anyone in the community.
Metadata
Metadata
Assignees
Labels
enhancementThe issue is an enhancement request.The issue is an enhancement request.good first issueThe issue should be easier to fix and can be taken up by a beginner to learn to contribute on GitHubThe issue should be easier to fix and can be taken up by a beginner to learn to contribute on GitHubhelp wantedThe issue is up for grabs for anyone in the community.The issue is up for grabs for anyone in the community.
Type
Fields
Give feedbackNo fields configured for issues without a type.
Problem description
I want to use this to make an account for our LAPS user instead of using the default admin and it fails because the password is 'being managed by a different process'.
Verbose logs
DSC configuration
xUser name { Ensure = "Present" UserName = "[username]" Password = $credential Disabled = $False }Suggested solution
I would like a version or toggle of this that does not do the password checks and merely creates the user once and then checks if it is still there.
Operating system the target node is running
PowerShell version and build the target node is running
xPSDesiredStateConfiguration version