Get-Process | Select-Object -Property * -Exclude *Memory*

1 answer

The above PowerShell command is used to retrieve information on all running processes and select all properties except those that contain the word "Memory".
Similar Questions
    1. answers icon 1 answer
  1. 1.Get-Process | Select-Object -Property Name, Id 2. Get-Process | Select-Object -Property Name, *Memory 3. Get-Process |
    1. answers icon 1 answer
    1. answers icon 1 answer
    1. answers icon 1 answer
more similar questions