If you know the DLL, in theory, you could have a DCM that runs frequently that 
checks for this, or setup a WMI event to monitor for it and write something to 
a custom WMI table to be picked up in Inventory.  Many ways to slice this bread.

 

 

Powershell to list all loaded DLLs

Get-WmiObject -class CIM_ProcessExecutable | Where-Object {$_.Antecedent -like 
"*.dll*"}

 

References:

How to find the DLLs that are loaded

http://trevorsullivan.net/2010/08/25/powershell-finding-currently-loaded-dlls/

 

How to setup a WMI Event

http://myitforum.com/myitforumwp/2011/11/07/monitoring-collection-membership-with-wmi-events/
 

 

 

 

 

From: [email protected] [mailto:[email protected]] On 
Behalf Of Jason Sandys
Sent: Monday, October 5, 2015 9:17 AM
To: [email protected]
Subject: RE: [mssms] Software Metering - Office Add-Ins

 

Yep, software metering won’t help. Not sure if telemetry will even tell you 
that.

 

J

 

From: [email protected] [mailto:[email protected]] On 
Behalf Of Jay Parekh
Sent: Sunday, October 4, 2015 7:59 PM
To: [email protected]
Subject: Re: [mssms] Software Metering - Office Add-Ins

 

Usage only. 

Sent from a mobile device


On Oct 4, 2015, at 7:57 PM, Jason Sandys <[email protected]> wrote:

Are you trying to determine usage or simply installation/existence?

 

J

 

From: [email protected] [mailto:[email protected]] On 
Behalf Of Jay Parekh
Sent: Sunday, October 4, 2015 4:09 PM
To: [email protected]
Subject: RE: [mssms] Software Metering - Office Add-Ins

 

Thanks Jason.  I did suggest that couple of weeks ago but he keeps asking to do 
it with CM. I figured this wasn't possible but wanted to ask just in case 
someone found a creative way here.
 


  _____  


From: [email protected]
To: [email protected]
Subject: RE: [mssms] Software Metering - Office Add-Ins
Date: Sun, 4 Oct 2015 19:44:49 +0000

No. ConfigMgr software metering requires an exe.

 

You can use Office telemetry though for this task:  
<http://blogs.technet.com/b/office_resource_kit/archive/2012/08/01/introducing-office-telemetry-in-the-new-office.aspx>
 
http://blogs.technet.com/b/office_resource_kit/archive/2012/08/01/introducing-office-telemetry-in-the-new-office.aspx

 

J

 

From: [email protected] [mailto:[email protected]] On 
Behalf Of Jay Parekh
Sent: Sunday, October 4, 2015 1:56 PM
To: [email protected]
Subject: [mssms] Software Metering - Office Add-Ins

 

Is there a way to enable metering for Office Add-ins?  Lot of legal clients 
have applications integrated with Office particularly Word and Outlook.  Most 
of these are not EXEs but COM Add-in which are DLLs.  I have one customer 
wanted to know if his users are using those add-ons or not and want to be able 
to meter those.
 
Any suggestions?
 
Thanks in advance.
 
Jay
Sent from Mail <http://go.microsoft.com/fwlink/?LinkId=550986>  for Windows 10

 

 

 

 

 

 




Reply via email to