|
web
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
Use active directory to scan for software on a remote system?In programs like Hyena, you can use AD to view programs installed on
systems. How could I do something like this in .NET? I know there is a directory control, but im not sure how to query AD to get the installed software list on a remote system that is turned on. I posted this to .NET groups and AD groups because it deals with both, and was not sure which one I really would get a good answer from. Hi,
You can use the wmi connect to the remote computer and list the software installed. List computers in active directory http://www.vb-tips.com/default.aspx?ID=2b7d8d24-665f-43d4-9553-9c76953e41cf Use the win32_product wmi class to list the installed software http://msdn.microsoft.com/library/default.asp?url=/library/en-us/wmisdk/wmi/win32_product.asp Ken ---------------------- Show quoteHide quote "Brian Henry" wrote: > In programs like Hyena, you can use AD to view programs installed on > systems. How could I do something like this in .NET? I know there is a > directory control, but im not sure how to query AD to get the installed > software list on a remote system that is turned on. I posted this to .NET > groups and AD groups because it deals with both, and was not sure which one > I really would get a good answer from. > > > I have not used this tool personally, but I've heard it's pretty good from
some of my colleagues. I'm spoiled, and I've always had SMS at my disposal. ;) http://www.microsoft.com/Downloads/details.aspx?familyid=1D24563D-CAC9-4017-AF14-8DD686A96540&displaylang=en The tool is gpinventory, and my understanding is that itcan be used to determine installed software on a system. Show quoteHide quote "Ken Tucker [MVP]" <KenTucker***@discussions.microsoft.com> wrote in message news:ADD6CFE6-99AE-4B88-ACF4-2C9599636AF9@microsoft.com... > Hi, > > You can use the wmi connect to the remote computer and list the > software installed. > > List computers in active directory > http://www.vb-tips.com/default.aspx?ID=2b7d8d24-665f-43d4-9553-9c76953e41cf > > Use the win32_product wmi class to list the installed software > http://msdn.microsoft.com/library/default.asp?url=/library/en-us/wmisdk/wmi/win32_product.asp > > Ken > ---------------------- > > > > "Brian Henry" wrote: > >> In programs like Hyena, you can use AD to view programs installed on >> systems. How could I do something like this in .NET? I know there is a >> directory control, but im not sure how to query AD to get the installed >> software list on a remote system that is turned on. I posted this to .NET >> groups and AD groups because it deals with both, and was not sure which >> one >> I really would get a good answer from. >> >> >>
Get the selected value from a listbox
Help Needed WIth Printing BN.NET 2005 Patterns anyone? dll not reading .config ? Importing from Excel How can I get caption of all open windows?? Passing Vb equivilent of "structs" between forms settings.settings ?? LIstbox having multicolumn Reading an argument given to the program when started |
|||||||||||||||||||||||