Hi all,
I quiet new on this forum and on Fixlet creation.
I’m looking for a way to identifying if a specific DLL is loaded on my server.
I don’t know how to look after loaded DLL.
TIA
Jerome
Hi all,
I quiet new on this forum and on Fixlet creation.
I’m looking for a way to identifying if a specific DLL is loaded on my server.
I don’t know how to look after loaded DLL.
TIA
Jerome
How would you figure out if a DLL is loaded by looking at the file system, the registry, or through the command line?
Once you know how to do the process outside of BigFix / a Fixlet, then you can adapt that to work within BigFix.
What about using something like this the sysinternals tool below, dumping the results, and reading the file with relevance to see if the filesize > 0 or if the file is not blank? You have the specific .dll name, so that is a known value. Probably several ways you can go about this, such as using vbscript to process the command and write a registry value you can easily get with relevance.
Example from the page:
listdlls -d mso.dll