I often forget the location of stsadm, the admin command line tool for MOSS. Here it is:
%COMMONPROGRAMFILES%\microsoft shared\web server extensions\12\bin
bye
a blog on... well, many things, like internet, web development, mobile devices, flight simulation, and many other subjects... written and directed by "synchronicity coordinator" ila.
I often forget the location of stsadm, the admin command line tool for MOSS. Here it is:
%COMMONPROGRAMFILES%\microsoft shared\web server extensions\12\bin
bye
Posted by WinstonWolf at 1:41 AM 0 comments
Labels: MOSS2007, sharepoint, survival
I’m in the middle of a transition from a pc to another, and I’d like to reinstall all the software I (probably) need.
I recently discovered that there is a way to get such a list without the need of third party software, using WMIC (Windows Management Instrumentation Command-line). Here’s how.
This way you’ll obtain the complete list of what has been installed on your Windows environment… but do not forget that sometimes you use software that does not installs but instead runs directly – so probably this list will not be complete.
To get more insights on WMIC you can browse the command-line help with /? – or read articles like this one.