I am working on a large SharePoint farm, mainly with the backend SQL Servers. We have always used stsadm -o for all stsadm functions, but no one seems to know why. I can't seem to find the info specific for stsadm, would it be general Windows command-line sytax?

link|improve this question

55% accept rate
feedback

2 Answers

up vote 6 down vote accepted

The -o is short for -operation. It basically specifies the operation of the command.

http://technet.microsoft.com/en-us/library/cc261956.aspx

link|improve this answer
Interesting I didn't een make the correlation until I re-read the technet article linked. Thank you! – Ddono25 Apr 9 '10 at 17:43
feedback

actually -o[peration] operationname distinguishes actual commands from -help operationname requests

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.