Advertisement
Guest User

Untitled

a guest
Feb 20th, 2020
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.27 KB | None | 0 0
  1. powershell -ExecutionPolicy ByPass -File C:\winlogbeat-6.6.0-windows-x86_64\install-service-winlogbeat.ps1
  2. Set-Service winlogbeat -StartupType Automatic
  3. Start-Service winlogbeat
  4. (Get-WmiObject Win32_Service -filter "Name='winlogbeat'").StartMode
  5. get-service winlogbeat
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement