Quantcast
Channel: The Official Scripting Guys Forum! forum
Viewing all articles
Browse latest Browse all 15028

Powershell

$
0
0

I am having problems getting this script to work. Can someone help?

Display a list of processes where the process ID is between 100 and 200; sort the display by process:

Get-Process |where { $_.'ID' -gt  100 and $_.’ID’ –lt 200[System.Management.Automation.PSObject]' } |Sort-Object-property'ID'

Thanks


Viewing all articles
Browse latest Browse all 15028

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>