Answer:
c. Run the Get-ADComputer and Invoke-GPUpdate PowerShell cmdlets.
Step-by-step explanation:
- Get-ADComputer will perform a search to retrieve information of all the accounts signed in.
- Invoke-GPUpdate will refresh assigned policies by running this command on the remote computers.
- Hence using these two commands you can easily update policies on all 50 accounts.