Skip to main content

Posts

Featured

powershell cmd

How to Monitor PowerShell Commands and Logs in Windows Complete Guide to PowerShell Monitoring, History, and Security Logging PowerShell is one of the most powerful administration tools in Windows. It is widely used by system administrators, developers, and security professionals for automation and management tasks. However, because of its powerful scripting capabilities, PowerShell is also commonly abused in malware attacks and unauthorized system activity. This guide explains how to: Check running PowerShell commands View PowerShell history Monitor PowerShell logs Enable advanced logging Record full PowerShell sessions Detect suspicious PowerShell activity 1. Check Currently Running PowerShell Commands To see whether PowerShell processes are currently running: Get-Process powershell To view the actual command line used by each PowerShell process: Get-WmiObject Win32_Process | Where-Object { $_ . Name -like "powershell*" } | Select-Object ProcessId...

Latest posts

Excelsheet hang issue

How to Fix An Extended Error Has Occurred in Windows 11 & Windows 10

Windows search is not working properly.

How to fix the indexing in Outlook

Error Code: INET_E_RESOURCE_NOT_FOUND

Microsoft Activation Scripts (MAS)

Software List - Inventory -WMIC Product