Hi, I am running some java code to fetch WMI objects. This java code is being run as a windows service. I need domain admin privileges to fetch these WMI objects info. My plan is to run this windows service as "Domain Admin" user and then try to get this windows service "username" and "password" in my java file and use it in my code to fetch WMI objects. But not getting how to fetch service username and password from java. Any hints? Or is there any other better approach to achieve this ? Regards, Shivaraj