# Get the logon user of the SharePoint Server Search 14 ServiceGet-WmiObject -Class Win32_Service | ? { $_.Name -match "osearch14"} | select Name, StartName, State# Get the logon user of the SharePoint Server Search 14 ServiceGet-WmiObject -Class Win32_Service | ? { $_.Name -match "osearch14"} | select Name, StartName, State