powershell一些简要用法
更新:HHH   时间:2023-1-7


Get-Process -id MyProcessID

Get-WMIObject -class Win32_Process -Filter "ProcessID='123'"

返回系统运维教程...