S
S
sHARek2018-06-28 15:13:01
PowerShell
sHARek, 2018-06-28 15:13:01

How to correctly write information in txt?

Good afternoon.
I use this command:
get-eventlog -logname system -after 06/27/2018 | Out-file c:\temp\system.txt
In the txt file I get this:
joxi.ru/RmzqZ3JH0qkNgr
What needs to be done to record information for normal reading? (full information, no clippings)

Answer the question

In order to leave comments, you need to log in

2 answer(s)
A
Andrey Ivanov, 2018-06-28
@sHARek

get-eventlog -logname system -after 27/06/2018 | ft -AutoSize | Out-file  c:\temp\system.txt

S
sHARek, 2018-06-29
@sHARek

More like this of course -
=)

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question