Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Summary : Use a Windows PowerShell cmdlet to retrieve logged information about Windows PowerShell.
How can I easily find logged information about Windows PowerShell?
Use the Get-WinEvent cmdlet and look for a LogName with powershell in the name:
Get-WinEvent -LogName *powershell*...(read more)