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