I need some assistance. I need a PowerShell script to enable the local "Administrator" account and reset the password. I need to be able to do this on all computers in the domain.
I've done some research and I see some people doing this using a batch file logon script, but I've read there are some updates that cause this to not work.
I use LabTech at my place of work and my objective is to create a LabTech script that calls the PowerShell script, which will run domain wide and make sure the local "Administrator" account is enabled and resets the password. Can someone please help?