Sending Microsoft Windows telemetry to Wirespeed
Wirespeed-Forwarder.ps1
) to harvest the centrally collected events from your WEC server and send them to us.
Servers OU
) → Create a GPO in this domain, and Link it here.Windows Event Forwarding
.Server=http://WEC-Server01.domain.local:5985/wsman/SubscriptionManager/WEC,Refresh=60
WEC-Server01.domain.local
with your WEC server’s FQDN. Port 5985
is the standard for WinRM over HTTP. Port 5986
is standard for WinRM over HTTPS, but this requires a proper internally-deployed TLS Certificate Authority in your Active Directory environment so that all endpoints can trust the HTTPS certificates. Without a proper PKI, leave this as 5985
over HTTP.Log script block invocation start/stop events
(4105/4106)Module Names
to *
%UserProfile%\Documents\PowerShell_transcripts
)%UserProfile%\Documents\PowerShell_transcripts
)Wirespeed-Forwarder.ps1
from Wirespeed’s Github: https://github.com/WirespeedSecurity/utils/./Wirespeed-Forwarder.ps1 -install https://[wirespeed-url]
replacing [wirespeed-url]
with the URL we provide you. The Wirespeed-Forwarder.ps1
script will then:
Wirespeed-Forwarder.ps1
script into the C:\Program Files\Wirespeed
directoryWinRm
dependency service, if not enabled, and opening the WinRM over HTTP
(5985) and WinRM over HTTPS
(5986) ports. See the note above the security concerns of enabling WinRM.subscription
to collect Windows System
, Application
, Security
, and PowerShell
logs, so you don’t have to define it manuallyWirespeed-Forwarder
that will run in the LOCAL SYSTEM
security context, executing the Wirespeed-Forwarder.ps1
script on regular intervals.C:\Program Files\Wirespeed
and paste the following into an interactive powershell terminal running as an administrator on the WEC Server: ./Wirespeed-Forwarder.ps1 -Debug
Wirespeed-Forwarder.ps1
script will attempt to send errors it encounters to Wirespeed, but this is not foolproof. The script will also use a rotating flat file log of its actions and results in C:\Program Files\Wirespeed\wirespeed-forwarder.log
on the WEC server.