Final answer:
The correct cmdlet to change the user account name from 'Lea' to 'Leahona' is Rename-LocalUser.
Step-by-step explanation:
To change the user account name 'Lea' to 'Leahona' in Windows PowerShell, you can use thb
The correct answer is c. Rename-LocalUser.
For example, you can use the following command:
Rename-LocalUser -Name 'Lea' -NewName 'Leahona'