Click here to Skip to main content
16,022,667 members

Comments by Saumya Chattopadhyay (Top 2 by date)

Saumya Chattopadhyay 20-Mar-24 3:12am View    
@Dave Kreskowiak
Our dependency and configuration product detection uses WMI queries to detect the applications available on the Windows Server and it also provide functionality to detect the same via non-admin user. Its and old product and recently one issue got reported on it. When we checked it was because the WMI query for Win32_Process is not returning the value of commandLine. So, I was looking for a way to get the same.
Saumya Chattopadhyay 19-Mar-24 5:59am View    
Thank you @DaveKreskowaik for the insight. Actually the issue is that we have a utility in our product that requires commandLine value for SQL server via non-admin user, and right now it is not giving me the correct value of commandLine. Is there any way SQL Server related processes will give correct value of commandLine for Win32_Process.