We can Convert Windows system Event to HTML or CSV or Excel format using Convert Commad
open power shell. and use Get cmd & ConvertTo cmd.
Ex:- Get-Childitem | ConvertTo-HTML > myfile.html.
Here ConvertTo - will help the data to view in html format and html format to excel and apply filers.
open power shell. and use Get cmd & ConvertTo cmd.
Ex:- Get-Childitem | ConvertTo-HTML > myfile.html.
Here ConvertTo - will help the data to view in html format and html format to excel and apply filers.