But isn’t it correct that …. to get details about “Automatic” services, we have to use “WMI-Object”, as Get-Service can only provide “Name” , “Status” & “DisplayName” properties for a service, but not “Statup Type” or “Executable path” or “LogonAs” properties?
That’s the reason why I had to choose Wmi-Object actually… as first I tried a lot to get the data through Get-Service, as my initial assumption was… Get-Service will get me everything related to Service…
Please correct me if I am wrong….
And really Thank You for helping me out and guiding me till now… Much appreciate it and you guys are the reason why we are able to learn Powershell…. Thank You Very Much!