Hi,
für die Abfrage im Server Manager wird per Code auf die WMI Objekte zugegriffen.
Per Powershell lässt sich das nachstellen:
Get-WmiObject -Class ServiceDomainInformation -Namespace root\Sagede\ApplicationServer10 | Format-Table -Property ServiceName, WindowsProcessId, State, Context...