Administering Windows Server 2012 — Question 22
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 Server 03 continue to use
Service01.
Which cmdlet should you run?
Answer options
- A. Set-ADServiceAccount
- B. Remove-ADServiceAccount
- C. Uninstall-ADServiceAccount
- D. Reset-ADServiceAccountPassword
Correct answer: B
Explanation
The correct answer is B, Remove-ADServiceAccount, because it specifically removes the cached password from the specified server without affecting other servers that use the same service account. The other options either do not exist or do not serve the purpose of removing the password cache from a single server while retaining the service account's functionality on others.