How are your applications deployed? If via GPO, then take a look at
GPMC, allowing you to run a report to find what settings are configured
for certain machines/users by Group Policy.
If applications have been installed on machines, you could use the WMI
class Win32_Product to return this information. WMI can return a whole
load of information about your local machine and remote machines. Check
out Scriptomatic -
http://www.microsoft.com/technet/scr.../wmimatic.mspx
lmelm wrote:
> Hi, I have a domain controller Windows Server 2003 with active Directory, my
> question is How can I see which applications are connected each of my users.
> is it possible??
> Thanks