Prerequisites
Steps to reproduce
Get-Service does not show services with the KernelDriver ServiceType, as posted in this SO question:
https://stackoverflow.com/questions/76981412/why-doesnt-get-service-show-services-with-the-kerneldriver-servicetype
Get-Service | Where-Object {$_.ServiceType -eq "KernelDriver"}
Does not return anything.
Expected behavior
To show services of the *ServiceType* `KernelDriver`
Actual behavior
Error details
Environment data
PowerShell Version : 7.3.6
OS Name : Microsoft Windows 10 Home (64-bit)
OS Version : 10.0.19044 [2021-06-28 06:45:15 PM]
OS BuildLabEx : 19041.1
OS HAL : 10.0.19041.2728
OS Kernel : 10.0.19041.2788
OS UBR : 2965
Visuals
No response
Prerequisites
Steps to reproduce
Get-Service does not show services with the KernelDriver ServiceType, as posted in this SO question:
https://stackoverflow.com/questions/76981412/why-doesnt-get-service-show-services-with-the-kerneldriver-servicetype
Does not return anything.
Expected behavior
To show services of the *ServiceType* `KernelDriver`Actual behavior
Shows nothingError details
n/aEnvironment data
Visuals
No response