문서 편집 권한이 없습니다. 다음 이유를 확인해주세요: 요청한 명령은 다음 권한을 가진 사용자에게 제한됩니다: 사용자. 문서의 원본을 보거나 복사할 수 있습니다. ==기능제거 == ===Operation=== '''uninstallfeature''' ===Syntax=== <syntaxhighlight lang="dos"> stsadm -o uninstallfeature -filename <file name> -name <feature folder> -id <feature ID> [-force]</syntaxhighlight> ===Sample=== <syntaxhighlight lang="dos">stsadm -o uninstallfeature -filename "TeamCalList\feature.xml" -force</syntaxhighlight> ===Parameters=== {| class="wikitable" !Parameter !Value !Required? !Description |- |filename |A valid file path, such as "MyFeature\Feature.xml" |Yes |Path to feature must be a relative path to the 12\Template\Features directory. Can be any standard character that the Windows system supports for a file name. |- |name |Name of the feature directory, such as “MyFeature” |Yes |Name of the feature folder located in the 12\Template\Features folder |- |id |A valid GUID, such as “21d186e1-7036-4092-a825-0eb6709e9281” |Yes |GUID that identifies the feature definition to remove |- |force |<none> |No |Forces the feature to be uninstalled. |} ¶'''filename''', '''name''', '''id''' 매개변수 중 하나를 선택해서 입력해야 한다. <cite>MSDN Uninstallfeature : Stsadm Operation </cite><ref name="msdn">[http://technet.microsoft.com/en-us/library/cc262976(v=office.12).aspx MSDN Uninstallfeature : Stsadm Operation]</ref> <references /> [[분류:SharePoint]] Stsadm command-Line Tool 문서로 돌아갑니다.