Adrian Grigore
Adrian Grigore
I understand you had your reason for changing the default behavior, but we are using Select2 on a long-term project and need to provide existing users the UX they are...
I also just tried this and the password was definitely changed even though the user name stayed the same.
All I did was to add the following to my configuration: User Setup_Admin_Account{ UserName=$ConfigurationData.NonNodeData.AdminLogin PasswordNeverExpires = $true Ensure = 'Present' Password = $FinalAdminCredentials } where the $FinalAdminCredentials variable contains an...
It's not problem for me, btw. In fact I am using this to reset the admin password on my servers. I just found this thread by coincidence and wanted to...
It definitely changes the password, at least it worked on my Windows Server 2016 servers. The only caveat is that it will throw some errors if changing the credentials of...
Same problem here. Half an hour for a release build is too much.
The buck occurs for me as well, but only when the sandbox is enabled. What's really strange is that it also occurs when I enable the sandbox and I exclude...