You will find that Get-Service will not list device services. Here is how you can enumerate those low-level services:
[System.ServiceProcess.ServiceController]::GetDevices()
You will find that Get-Service will not list device services. Here is how you can enumerate those low-level services:
[System.ServiceProcess.ServiceController]::GetDevices()