schtasks C:\> net start C:\> sc query C:\> wmic service list brief | findstr "Running" C:\> wmic service list config C:\> wmic process list brief C:\> wmic process list status C:\> wmic process list memory C:\> wmic job list brief PS C:\> Get-Service | Where-Object { $_.Status -eq "running" }"> schtasks C:\> net start C:\> sc query C:\> wmic service list brief | findstr "Running" C:\> wmic service list config C:\> wmic process list brief C:\> wmic process list status C:\> wmic process list memory C:\> wmic job list brief PS C:\> Get-Service | Where-Object { $_.Status -eq "running" }"> schtasks C:\> net start C:\> sc query C:\> wmic service list brief | findstr "Running" C:\> wmic service list config C:\> wmic process list brief C:\> wmic process list status C:\> wmic process list memory C:\> wmic job list brief PS C:\> Get-Service | Where-Object { $_.Status -eq "running" }">
C:\\> at
C:\\> tasklist
C:\\> tasklist /SVC
C:\\> tasklist /SVC /fi "imagename eq svchost.exe"
C:\\> schtasks
C:\\> net start
C:\\> sc query
C:\\> wmic service list brief | findstr "Running"
C:\\> wmic service list config
C:\\> wmic process list brief
C:\\> wmic process list status
C:\\> wmic process list memory
C:\\> wmic job list brief
PS C:\\> Get-Service | Where-Object { $_.Status -eq
"running" }
List of all processes and then all loaded modules:
PS C:\\> Get-Process !select modules!ForeachÂ
Object{$_.modules}