Configuring Advanced Windows Server 2012 Services — Question 54
You have a group Managed Service Account named Service01. Three servers named Server01, Server02, and Server03 currently use the Service01 service account.
You plan to decommission Server01.
You need to remove the cached password of the Service01 service account from Server01. The solution must ensure that Server02 and Server03 continue to use
Service01.
Which cmdlet should you run?
Answer options
- A. Set-ADServiceAccount
- B. Reset-ADServiceAccountPassword
- C. Remove-ADServiceAccount
- D. Uninstall-ADServiceAccount
Correct answer: B
Explanation
The correct answer is B, as the Reset-ADServiceAccountPassword cmdlet is specifically designed to reset the password for a Managed Service Account on a specific machine without affecting other servers using the same account. The other options do not serve this purpose; A alters account properties, C removes the account entirely, and D is not a valid operation in this context.