get-service|where-object{$_.status -eq “running”}
using this command we can get the all running services from computer
get-process|whre-object($_.cpu -gt “50”}
get-hotfix|where-object($_.description -eq “security udpate”)
using this command we can get the installed security updates on the system