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
OsName : Microsoft Windows Server 2022 Standard
OsOperatingSystemSKU : StandardServerEdition
OsArchitecture : 64-bit
WindowsVersion : 2009
WindowsBuildLabEx : 20348.1.amd64fre.fe_release.210507-1500
OsLanguage : en-US
OsMuiLanguages : {en-US}
PowerShell version and build the target node is running
xPSDesiredStateConfiguration version
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