PowerShell - System Administration
What will this command output?
Get-WinEvent -LogName Security -MaxEvents 2 | Format-Table Id, LevelDisplayName
Get-WinEvent -LogName Security -MaxEvents 2 | Format-Table Id, LevelDisplayName
-LogName Security targets the Security log; -MaxEvents 2 limits output to 2 events.Format-Table displays selected properties in a table format.15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions