AndiBellstedt / NPSLogFile

Module for interpreting NPS/IAS Logfiles in PowerShell
MIT License
4 stars 1 forks source link

NPS Log (DTS Compliant) #6

Open HZO-IT opened 1 year ago

HZO-IT commented 1 year ago

It does not look like the function understands DTS complianet NPS logs

$npslogdir = "C:\Windows\system32\LogFiles\NPS" $npslogfile = gci $npslogdir | sort LastWriteTime | select -Last 1 clear write-host "" write-host "Log file is $npslogfile" write-host "" Get-NPSLog $npslogfile

image

HZO-IT commented 1 year ago

image