How to use a script to change the ASA (Kerberos) password using Exchange Server 2010
Hi folks, If you are using a load balancer and your design decision was to use Kerberos instead of NTLM for the CAS Array and you are a couple of good reasons for that you may want also to create a procedure to change the password for the Computer and then update the Client Access Server that use that account. During the deployment probably you used a script like this one to set the password, right? RollAlternateServiceAccountPassword.ps1 –ToArrayMembers ArrayName.domain.local –GenerateNewPasswordFor domain.fqdn\ASAAccount$ If you want to change that password every month for example we can run the following cmdlet: RollAlternateServiceAccountPassword.ps1 -CreateScheduledTask … Continue reading How to use a script to change the ASA (Kerberos) password using Exchange Server 2010