You have a computer named Computer1 that runs Windows 7. You need to configure Computer1 to support the collection of Windows system events from other computers. Which command should you run?
A.
Wecutil.exe qc
B.
Winrm.exe quickconfig
C.
Winrs r:Computer1
D.
Wmic /aggregate
Explanation:
Wecutil
To configure a computer running Windows 7 to collect events, open an elevated command prompt and enter the following command to configure the Windows Event Collector service: wecutil qc
{qc | quick-config}
Configures the Windows Event Collector service to ensure a subscription can be created and sustained through reboots. This includes the following steps:
8. Enable the ForwardedEvents channel if it is disabled.
9. Set the Windows Event Collector service to delay start.
10. Start the Windows Event Collector service if it is not running.