Procesos WServer
La administración de procesos mediante powershell se realiza con los siguientes cmdlets Get-Process # Handlecount, ProcessName, NonpagedSystemMemorySize, PagedMemorySize, VirtualMemorySize, WorkingSet, TotalProcessorTime # Handles: The number of handles that the process has opened. # NPM(K): The amount of non-paged memory that the process is using, in kilobytes. # PM(K): The amount of pageable memory that the Read More »