You need to enable PowerShell remoting on multiple domain-joined computers remotely without user interaction. Which approach is BEST?
ASend an email with the <code>Enable-PSRemoting</code> command and ask users to run it.
BManually run <code>Enable-PSRemoting -Force</code> on each computer via remote desktop.
CUse Group Policy to enable WinRM and configure remoting settings across all target machines.
DDisable the firewall on all target machines and run <code>Enable-PSRemoting</code> locally.