Wilders Security Forums  

Go Back   Wilders Security Forums > Software, Hardware and General Services > other software & services
User Name
Password
Register FAQ Members List Calendar Search Today's Posts Mark Forums Read

 
 
Thread Tools Search this Thread
  #1  
Old August 6th, 2012, 10:30 AM
Trooper's Avatar
Trooper Trooper is offline
Very Frequent Poster
 
Join Date: Jan 2005
Posts: 2,542
Default Inventory of Software Needed on Domain

Hi folks,

I need to run a scan on my domain to see specifically, what versions of Outlook folks are running on there machines. I am at a central location, but need to scan about 31 different subnets. If it picks up other software etc that is fine, however I just need (right now) to see Outlook versions being run for a project.

Can anyone recommend any software (free or trial preferred) that can do this? I did a quick Google search this morning and found Lansweeper. Do you think this could do the trick or is there something else out there?

I've used Spiceworks in the past but found in cumbersome to setup and the results were not always accurate.

Thanks in advance!
__________________
This space for rent.
  #2  
Old August 6th, 2012, 10:53 AM
m00nbl00d m00nbl00d is offline
Incredibly Massive Poster
 
Join Date: Jan 2009
Posts: 6,560
Default Re: Inventory of Software Needed on Domain

You could try and research about Windows PowerShell. If you're running Windows Server 2008, I think it offers version 1, and so you'll have to download version 2 from Microsoft's website. Windows Server 2008 R2 already has version 2.

There's a version 3, but it's a RC, so I wouldn't run it on a production system; but, it's pretty stable, though.

You could query the remote computers using WMI (Windows Management Instrumentation). PowerShell works with WMI, .NET Framework...

A quick search gave me this links:

-http://www.powershellpro.com/why-i-no-longer-hate-writing-documentation/614/

-http://technet.microsoft.com/en-us/magazine/2009.02.windowspowershell.aspx

-https://blogs.technet.com/b/otto/archive/2007/03/04/quick-and-dirty-software-inventory-with-psinfo-and-powershell.aspx?Redirected=true

Anyway, research about it, and see if you can find some script that gets info about some program in remote machines and try to adapt it, or ask for help.
  #3  
Old August 6th, 2012, 11:25 AM
Trooper's Avatar
Trooper Trooper is offline
Very Frequent Poster
 
Join Date: Jan 2005
Posts: 2,542
Default Re: Inventory of Software Needed on Domain

Hi m00nbl00d thanks.

Not sure if this will work for me as I don't have the time to look at and configure scripts.

Will keep on the hunt though. I am saving your links for future reference however.

Cheers!
__________________
This space for rent.
  #4  
Old August 6th, 2012, 01:41 PM
treehouse786's Avatar
treehouse786 treehouse786 is offline
Very Frequent Poster
 
Join Date: Jun 2010
Location: Lancashire
Posts: 1,052
Default Re: Inventory of Software Needed on Domain

http://emcosoftware.com/network-inventory

used in the past with good success
__________________
Active@ Disk Image | 10 On-Demand Scanners

  #5  
Old August 6th, 2012, 03:11 PM
Trooper's Avatar
Trooper Trooper is offline
Very Frequent Poster
 
Join Date: Jan 2005
Posts: 2,542
Default Re: Inventory of Software Needed on Domain

Thanks I had a look at it, but unfortunately the free version will only scan up to 25 hosts.
__________________
This space for rent.
  #6  
Old August 6th, 2012, 03:54 PM
whitedragon551's Avatar
whitedragon551 whitedragon551 is offline
Very Frequent Poster
 
Join Date: Sep 2008
Location: USA
Posts: 2,761
Default Re: Inventory of Software Needed on Domain

If you can connect to other computers Nirsoft ProduKey may help. It pulls up versions, product ID, and license information for each computer.
__________________
|Kaspersky Anti-Virus 2013|Private Firewall|HitmanPro|MBAM|Keriver Image|WinPatrol Plus|

Looking for volunteer authors to write articles, reviews, and How-Tos. If you think you have what it takes, contact me.
|http://pc-babble.com/|
  #7  
Old August 6th, 2012, 04:28 PM
Trooper's Avatar
Trooper Trooper is offline
Very Frequent Poster
 
Join Date: Jan 2005
Posts: 2,542
Default Re: Inventory of Software Needed on Domain

Quote:
Originally Posted by whitedragon551
If you can connect to other computers Nirsoft ProduKey may help. It pulls up versions, product ID, and license information for each computer.

Cool. I've bookmarked it for future use. Unfortunately I need to scan over 700 workstations so I won't be able to use this. That is why I'm looking for a network scanning tool.

Thanks for your help.
__________________
This space for rent.
  #8  
Old August 6th, 2012, 05:20 PM
treehouse786's Avatar
treehouse786 treehouse786 is offline
Very Frequent Poster
 
Join Date: Jun 2010
Location: Lancashire
Posts: 1,052
Default Re: Inventory of Software Needed on Domain

Quote:
Originally Posted by Trooper
Thanks I had a look at it, but unfortunately the free version will only scan up to 25 hosts.
i remember there being a trial version a year ago or so, maybe you could email them and ask for a trial key?

edit- i think you may have attempted to download a different product to what i was recommending, this is what your looking for, a free trial is available, just select the 'enterprise' version.
__________________
Active@ Disk Image | 10 On-Demand Scanners

  #9  
Old August 6th, 2012, 05:56 PM
Trooper's Avatar
Trooper Trooper is offline
Very Frequent Poster
 
Join Date: Jan 2005
Posts: 2,542
Default Re: Inventory of Software Needed on Domain

Quote:
Originally Posted by treehouse786
i remember there being a trial version a year ago or so, maybe you could email them and ask for a trial key?

edit- i think you may have attempted to download a different product to what i was recommending, this is what your looking for, a free trial is available, just select the 'enterprise' version.

I did download and select the Enterprise version. It was limited to 25 hosts.
__________________
This space for rent.
  #10  
Old August 6th, 2012, 07:21 PM
m00nbl00d m00nbl00d is offline
Incredibly Massive Poster
 
Join Date: Jan 2009
Posts: 6,560
Default Re: Inventory of Software Needed on Domain

Quote:
Originally Posted by Trooper
Hi m00nbl00d thanks.

Not sure if this will work for me as I don't have the time to look at and configure scripts.

Will keep on the hunt though. I am saving your links for future reference however.

Cheers!

You're welcome. But, whenever time allows you, I'd learn PowerShell. It's really powerful, and it would allow you to do what you want to do.. and a LOT more!
  #11  
Old August 8th, 2012, 11:09 AM
Trooper's Avatar
Trooper Trooper is offline
Very Frequent Poster
 
Join Date: Jan 2005
Posts: 2,542
Default Re: Inventory of Software Needed on Domain

Quote:
Originally Posted by m00nbl00d
You're welcome. But, whenever time allows you, I'd learn PowerShell. It's really powerful, and it would allow you to do what you want to do.. and a LOT more!

I hear you. I am just under time constraints at the moment to get this done. Thanks!
__________________
This space for rent.
 

Wilders Security Forums > Software, Hardware and General Services > other software & services « Previous Thread | Next Thread »

Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Settings
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump


All times are GMT -4. The time now is 08:34 AM.


Powered by vBulletin® Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.
Copyright ©2002 - 2013, Wilders Security Forums