PDA

View Full Version : Command to retrieve all settings of the system and programs installed


Fai
30th January 2009, 21:57
Hi

Is there a command or other tool to retrieve in details all the system settings i have placed and installed.
I currently have the following working on:
Windows server 2008
SQL server 2008
VMware workstation
Sharepoint 2007 / Sharepoint services 3.0
PHP 5
MySql
and other associated tools

I want a command or tool where i can simply print out and can get in details of all the properties and setting of each program.
Ex: Server 2008 settings (AD DS, domain, IIS settings, DNS, DHCP, Netbios name, domain controller setting, login details, passwords ...)

Thank you

FireFleur
31st January 2009, 00:14
You could take a copy of the registry, that would get a lot of the settings.

But really you want to work your way down the list, finding all the config files you have used for each component.

Another way is to use a development and staging server that you keep in sync, or the longest route would be to mirror that system, then you would have everything.

There is:

sshwindows (http://sshwindows.sourceforge.net/)

that could help in the automation of the task, and you could wrap a script so you can activate it all with a single command.

Judge_Joolz
1st February 2009, 00:02
Hi,

I do not thinkn there is a single tool which will do 'everything'. There may be individual tools for each software.

ie. Hyena by SystemTools

which may be able to give you some of the info.

Why do you want it in printed form?

Regards

JJ