{"content":"<div></div>","rawMetadata":{"metadata":{"_op_canonicalUrlPrefix":"https://learn.microsoft.com/ko-kr/powershell/","_op_gitContributorInformation":{"author":{"display_name":"Banreet Kaur","id":"92906285","name":"Banreet","profile_url":"https://github.com/Banreet"},"contributors":[{"display_name":"Aaron Czechowski","id":"26784733","name":"aczechowski","profile_url":"https://github.com/aczechowski"},{"display_name":"Dan Mabee","id":"40476441","name":"damabe","profile_url":"https://github.com/damabe"},{"display_name":"sankethka","id":"16908144","name":"sankethka","profile_url":"https://github.com/sankethka"}],"update_at":"2026. 6. 25.","updated_at_date_time":"2026-06-25T23:55:10.8568517Z"},"_path":"module/configurationmanager/set-cmapplication.json","_rel":"../../","_tocRel":"../sccm-ps/toc.json","apiPlatform":"powershell","author":"Banreet","breadcrumb_path":"/powershell/sccm/bread/toc.json","canonical_url":"https://learn.microsoft.com/ko-kr/powershell/module/configurationmanager/set-cmapplication?view=sccm-ps","content_git_url":"https://github.com/MicrosoftDocs/sccm-docs-powershell-ref/blob/main/sccm-ps/ConfigurationManager/Set-CMApplication.md","default_moniker":"sccm-ps","depot_name":"MSDN.sccm-powershell","description":"애플리케이션의 속성을 구성합니다.","document_id":"8a5b3f21-7b20-c783-6984-f80d281f33a6","document_version_independent_id":"4ac02258-93b5-baba-2cd5-3519e1210708","external help file":"AdminUI.PS.dll-Help.xml","feedback_product_url":"https://feedbackportal.microsoft.com/feedback/forum/4669adfc-ee1b-ec11-b6e7-0022481f8472","feedback_system":"Standard","git_commit_id":"48cf632fb4b9ad92060012681a500478254de750","gitcommit":"https://github.com/MicrosoftDocs/sccm-docs-powershell/blob/48cf632fb4b9ad92060012681a500478254de750/sccm-ps/ConfigurationManager/Set-CMApplication.md","github_contributors":["aczechowski","damabe","sankethka"],"locale":"ko-kr","manager":"laurawi","Module Name":"ConfigurationManager","monikers":["sccm-ps"],"ms.author":"dannygu","ms.date":"03/29/2021","ms.service":"configuration-manager","ms.subservice":"other","ms.topic":"reference","open_to_public_contributors":true,"original_content_git_url":"https://github.com/MicrosoftDocs/sccm-docs-powershell/blob/live/sccm-ps/ConfigurationManager/Set-CMApplication.md","original_content_git_url_template":"{repo}/blob/{branch}/sccm-ps/ConfigurationManager/Set-CMApplication.md","PlatyPS schema version":"2.0.0","products":["https://authoring-docs-microsoft.poolparty.biz/devrel/f1499c3b-793f-48c3-a9ce-20285bcc6541"],"site_name":"Docs","title":"Set-CMApplication","titleSuffix":"Configuration Manager","uhfHeaderId":"MSDocsHeader-Powershell","updated_at":"2026-06-25 11:55 PM","xrefs":[{"href":"https://learn.microsoft.com/powershell/module/configurationmanager/set-cmapplication","monikerGroup":"f98fea35b6ac2b0f56c6ee5ec06ffce9","name":"Set-CMApplication","schemaType":"PowershellCmdlet","summary":"<p>애플리케이션의 속성을 구성합니다.</p>\n","uid":"ConfigurationManager.Set-CMApplication"}],"ocv-translation-feedback":true},"_xrefmap":{"ConfigurationManager":{"href":"./","monikerGroup":"f98fea35b6ac2b0f56c6ee5ec06ffce9","name":"ConfigurationManager","schemaType":"PowershellModule","uid":"ConfigurationManager"},"ConfigurationManager.Set-CMApplication":{"href":"set-cmapplication","monikerGroup":"f98fea35b6ac2b0f56c6ee5ec06ffce9","name":"Set-CMApplication","schemaType":"PowershellCmdlet","summary":"<p>애플리케이션의 속성을 구성합니다.</p>\n","uid":"ConfigurationManager.Set-CMApplication"}},"description":"<p>\n              <strong>Set-CMApplication</strong> cmdlet을 사용하여 애플리케이션의 설정을 구성합니다.</p>\n<div class=\"NOTE\">\n<p>참고</p>\n<p>Configuration Manager 사이트 드라이브에서 Configuration Manager cmdlet을 실행합니다(예: <code>PS XYZ:\\&gt;</code>). 자세한 내용은 <a href=\"/powershell/sccm/overview\">시작을 참조하세요</a>.</p>\n</div>\n","examples":[{"code":"$app = Get-CMApplication -Name \"Application01\"\n$userCat = Get-CMCategory -Name \"Test Applications\" -CategoryType CatalogCategories\n$adminCat = Get-CMCategory -Name \"Testing\" -CategoryType AppCategories\n\nSet-CMApplication -InputObject $app -NewName \"Application01_New\" -Description \"Application updated\" -Publisher \"Test group\" -SoftwareVersion \"1.0.0.1\" -OptionalReference \"Reference\" -ReleaseDate 2/24/2016 -AutoInstall $True -Owner \"jqpublic\" -SupportContact \"jqpublic\" -LocalizedApplicationName \"Localized Application01\" -UserDocumentation \"https://contoso.com/content\" -LinkText \"For more info\" -LocalizedDescription \"Localized Application New\" -Keyword \"Application\" -PrivacyUrl \"https://contoso.com/privacy\" -IsFeatured $True -IconLocationFile \"C:\\Users\\art\\icon.png\" -DistributionPriority Medium -SendToProtectedDistributionPoint $True -DistributionPointSetting NoDownload -AddUserCategory $userCat -AddAppCategory $adminCat","description":"","summary":"<p>첫 번째 명령은 <strong>Application01</strong>이라는 애플리케이션 개체를 가져옵니다. 다음 두 명령은 <strong>Get-CMCategory</strong> cmdlet을 사용하여 사용자 및 관리자 범주에 대한 개체를 가져옵니다. \n              <strong>Set-CMApplication</strong> cmdlet은 <strong>Applicaton01</strong>에서 지정된 속성을 설정합니다.</p>\n","title":"예제 1: 애플리케이션의 속성 다시 구성"}],"inputs":[{"description":"","name":"<span class=\"no-loc xref\">Microsoft.ConfigurationManagement.ManagementProvider.IResultObject</span>\n"}],"links":[{"href":"convert-cmapplication","text":"Convert-CMApplication"},{"href":"convertfrom-cmapplication","text":"ConvertFrom-CMApplication"},{"href":"convertto-cmapplication","text":"ConvertTo-CMApplication"},{"href":"export-cmapplication","text":"Export-CMApplication"},{"href":"get-cmapplication","text":"Get-CMApplication"},{"href":"import-cmapplication","text":"Import-CMApplication"},{"href":"new-cmapplication","text":"New-CMApplication"},{"href":"remove-cmapplication","text":"Remove-CMApplication"},{"href":"resume-cmapplication","text":"Resume-CMApplication"},{"href":"suspend-cmapplication","text":"Suspend-CMApplication"},{"href":"new-cmapplicationdisplayinfo","text":"New-CMApplicationDisplayInfo"},{"href":"/mem/configmgr/apps/deploy-use/create-applications","text":"Configuration Manager에서 애플리케이션 만들기"}],"module":"ConfigurationManager","name":"Set-CMApplication","notes":"<p>이 반환 개체 및 해당 속성에 대한 자세한 내용은 <a href=\"/mem/configmgr/develop/reference/apps/sms_application-server-wmi-class\">SMS_Application 서버 WMI 클래스</a>를 참조하세요.</p>\n","outputs":[{"description":"","name":"<span class=\"no-loc xref\">IResultObject</span>\n"}],"parameters":[{"aliases":"AppCatalogs","defaultValue":"None","description":"<p>이 매개 변수를 사용하여 특정 언어에 대한 소프트웨어 센터 항목을 지정합니다. 이 항목에는 앱에 대한 모든 지역화된 정보가 포함될 수 있습니다.</p>\n<ul>\n<li>설명</li>\n<li>IconLocationFile</li>\n<li>키워드</li>\n<li>LinkText</li>\n<li>PrivacyUrl</li>\n<li>제목</li>\n<li>UserDocumentation</li>\n</ul>\n<p>이 개체를 얻으려면 <a href=\"new-cmapplicationdisplayinfo\">New-CMApplicationDisplayInfo</a> cmdlet을 사용합니다.</p>\n","name":"AddAppCatalog","parameterValueGroup":"","position":"Named","type":"<p><span class=\"no-loc xref\">AppDisplayInfo</span><span>[</span><span>]</span></p>\n"},{"aliases":"AddAppCategories","defaultValue":"None","description":"<p>콘솔에서 앱을 필터링하고 찾는 데 도움이 되는 하나 이상의 관리 범주 개체를 지정합니다. 이러한 개체를 얻으려면 <a href=\"get-cmcategory\">Get-CMCategory</a> cmdlet을 사용합니다. 이러한 범주는 <strong>AppCategories</strong> 형식입니다.</p>\n<p>사용자가 소프트웨어 센터에서 애플리케이션을 필터링하고 찾는 데 도움이 되는 범주를 추가하려면 <strong>AddUserCategory</strong> 매개 변수를 사용합니다.</p>\n","name":"AddAppCategory","parameterValueGroup":"","position":"Named","type":"<p><span class=\"no-loc xref\">IResultObject</span><span>[</span><span>]</span></p>\n"},{"aliases":"AddOwners","defaultValue":"None","description":"<p>이 앱을 담당하는 관리자를 하나 이상 지정합니다.</p>\n","name":"AddOwner","parameterValueGroup":"","position":"Named","type":"<p><span class=\"no-loc xref\">String</span><span>[</span><span>]</span></p>\n"},{"aliases":"AddSupportContacts","defaultValue":"None","description":"<p>최종 사용자가 이 애플리케이션에 대한 도움을 요청하기 위해 연락할 수 있는 하나 이상의 관리 사용자를 지정합니다.</p>\n","name":"AddSupportContact","parameterValueGroup":"","position":"Named","type":"<p><span class=\"no-loc xref\">String</span><span>[</span><span>]</span></p>\n"},{"aliases":"AddUserCategories","defaultValue":"None","description":"<p>콘솔에서 앱 그룹을 필터링하고 찾는 데 도움이 되는 하나 이상의 사용자 범주 개체를 지정합니다. 이러한 개체를 얻으려면 <a href=\"get-cmcategory\">Get-CMCategory</a> cmdlet을 사용합니다. 이러한 범주는 <strong>CatalogCategories</strong> 형식입니다.</p>\n<p>사용자가 소프트웨어 센터에서 애플리케이션을 필터링하고 찾는 데 도움이 되는 범주를 추가하려면 <strong>AddAppCategory</strong> 매개 변수를 사용합니다.</p>\n","name":"AddUserCategory","parameterValueGroup":"","position":"Named","type":"<p><span class=\"no-loc xref\">IResultObject</span><span>[</span><span>]</span></p>\n"},{"aliases":"AppCategories","defaultValue":"None","description":"<p>이 매개 변수는 더 이상 사용되지 않습니다. <strong>-AddAppCategory</strong>를 사용합니다.</p>\n","name":"AppCategory","parameterValueGroup":"","position":"Named","type":"<p><span class=\"no-loc xref\">String</span><span>[</span><span>]</span></p>\n"},{"aliases":"ApplySettingToSpecificLanguage","defaultValue":"None","description":"<p>소프트웨어 센터에 표시되는 설정의 경우 이 매개 변수를 사용하여 설정의 언어 ID를 지정합니다.</p>\n<p>이 ID는 Windows 언어 ID에 해당하는 10진수입니다. 예를 들어 <code>1033</code> 은 <code>0x0409</code><strong>영어(미국)</strong>이며 <code>2108</code><strong>아일랜드어(아일랜드)</strong>입니다<code>0x083C</code>. 자세한 내용은 <a href=\"/openspecs/windows_protocols/ms-lcid/a9eac961-e77d-41a6-90a5-ce1a8b0cdb9c\">[MS-LCID]: LCID(Windows 언어 코드 식별자) 참조를 참조하세요</a>.</p>\n<p>예를 들어 <strong>아일랜드어(아일랜드)</strong>의 지역화된 앱 이름을 추가하려면 다음을 수행합니다.</p>\n<p><code>-ApplyToLanguageById 2108 -LocalizedName &quot;Fáilte romhat&quot;</code></p>\n","name":"ApplyToLanguageById","parameterValueGroup":"","position":"Named","type":"<span class=\"no-loc xref\">Int32</span>\n"},{"aliases":"","defaultValue":"None","description":"<p>배포하지 않고 애플리케이션 설치 작업 순서 단계에서 앱을 설치할 수 있도록 이 매개 변수를 <strong>$true</strong> 설정합니다.</p>\n","name":"AutoInstall","parameterValueGroup":"","position":"Named","type":"<span class=\"no-loc xref\">Boolean</span>\n"},{"aliases":"CleanAppCategories","defaultValue":"None","description":"<p>이 매개 변수를 추가하여 모든 관리 범주를 제거합니다. 단일 범주를 제거하려면 <strong>RemoveAppCategory</strong> 매개 변수를 사용합니다.</p>\n","name":"CleanAppCategory","parameterValueGroup":"","position":"Named","type":"<span class=\"no-loc xref\">SwitchParameter</span>\n"},{"aliases":"CleanUserCategories","defaultValue":"None","description":"<p>이 매개 변수를 추가하여 모든 사용자 범주를 제거합니다. 단일 범주를 제거하려면 <strong>RemoveUserCategory</strong> 매개 변수를 사용합니다.</p>\n","name":"CleanUserCategory","parameterValueGroup":"","position":"Named","type":"<span class=\"no-loc xref\">SwitchParameter</span>\n"},{"aliases":"ClearAppCatalogs, CleanAppCatalog, CleanAppCatalogs","defaultValue":"None","description":"<p>지역화된 모든 소프트웨어 센터 항목을 제거하려면 이 매개 변수를 추가합니다. 단일 항목을 제거하려면 <strong>RemoveAppCatalog</strong> 매개 변수를 사용합니다.</p>\n","name":"ClearAppCatalog","parameterValueGroup":"","position":"Named","type":"<span class=\"no-loc xref\">SwitchParameter</span>\n"},{"aliases":"CleanOwners","defaultValue":"None","description":"<p>이 매개 변수를 추가하여 모든 소유자를 제거합니다. 단일 소유자를 제거하려면 <strong>RemoveOwner</strong> 매개 변수를 사용합니다.</p>\n","name":"ClearOwner","parameterValueGroup":"","position":"Named","type":"<span class=\"no-loc xref\">SwitchParameter</span>\n"},{"aliases":"CleanSupportContacts","defaultValue":"None","description":"<p>이 매개 변수를 추가하여 모든 지원 연락처를 제거합니다. 단일 연락처를 제거하려면 <strong>RemoveSupportContact</strong> 매개 변수를 사용합니다.</p>\n","name":"ClearSupportContact","parameterValueGroup":"","position":"Named","type":"<span class=\"no-loc xref\">SwitchParameter</span>\n"},{"aliases":"cf","defaultValue":"False","description":"<p>cmdlet을 실행하기 전에 확인 메시지를 표시합니다.</p>\n","name":"Confirm","parameterValueGroup":"","position":"Named","type":"<span class=\"no-loc xref\">SwitchParameter</span>\n"},{"aliases":"","defaultValue":"None","description":"<p>기본 소프트웨어 센터 언어의 언어 ID를 지정합니다.</p>\n<p>이 ID는 Windows 언어 ID에 해당하는 10진수입니다. 예를 들어 <code>1033</code> 은 <code>0x0409</code><strong>영어(미국)</strong>이며 <code>2108</code><strong>아일랜드어(아일랜드)</strong>입니다<code>0x083C</code>. 자세한 내용은 <a href=\"/openspecs/windows_protocols/ms-lcid/a9eac961-e77d-41a6-90a5-ce1a8b0cdb9c\">[MS-LCID]: LCID(Windows 언어 코드 식별자) 참조를 참조하세요</a>.</p>\n","name":"DefaultLanguageId","parameterValueGroup":"","position":"Named","type":"<span class=\"no-loc xref\">Int32</span>\n"},{"aliases":"","defaultValue":"None","description":"<p>앱에 대한 선택적 관리자 주석을 지정합니다. 최대 길이는 2048자입니다.</p>\n","name":"Description","parameterValueGroup":"","position":"Named","type":"<span class=\"no-loc xref\">String</span>\n"},{"aliases":"","defaultValue":"None","description":"<p>이 매개 변수는 와일드카드 문자를 리터럴 문자 값으로 처리합니다. \n              <strong>ForceWildcardHandling</strong>과 결합할 수 없습니다.</p>\n","name":"DisableWildcardHandling","parameterValueGroup":"","position":"Named","type":"<span class=\"no-loc xref\">SwitchParameter</span>\n"},{"aliases":"DisplaySupersedencesInApplicationCatalog","defaultValue":"None","description":"<p>애플리케이션 카탈로그는 더 이상 지원되지 않지만 이 매개 변수를 사용하여 사용자가 이 애플리케이션에 대한 소프트웨어 센터 배포 및 대체되는 모든 애플리케이션을 볼 수 있도록 할 수 있습니다.</p>\n","name":"DisplaySupersedenceInApplicationCatalog","parameterValueGroup":"","position":"Named","type":"<span class=\"no-loc xref\">Boolean</span>\n"},{"aliases":"","defaultValue":"None","description":"<p>사전 준비된 배포 지점 설정을 지정합니다.</p>\n<ul>\n<li><p>\n              <code>AutoDownload</code>: 패키지가 배포 지점에 할당되면 콘텐츠를 자동으로 다운로드합니다.</p>\n</li>\n<li><p>\n              <code>DeltaCopy</code>: 배포 지점에 콘텐츠 변경 내용만 다운로드합니다.</p>\n</li>\n<li><p>\n              <code>NoDownload</code>: 이 패키지의 콘텐츠를 배포 지점에 수동으로 복사합니다.</p>\n</li>\n</ul>\n","name":"DistributionPointSetting","parameterValueGroup":"AutoDownload, DeltaCopy, NoDownload","position":"Named","type":"<span class=\"no-loc xref\">DistributionPointSettingType</span>\n"},{"aliases":"","defaultValue":"None","description":"<p>사이트에서 콘텐츠를 다른 사이트와 이 사이트의 배포 지점으로 보내는 순서를 지정합니다.</p>\n<p>사이트는 우선 순위가 중간 또는 낮은 콘텐츠 전에 우선 순위가 높은 콘텐츠를 보냅니다. 우선 순위가 같은 콘텐츠는 생성된 순서대로 전송됩니다.</p>\n","name":"DistributionPriority","parameterValueGroup":"High, Medium, Low","position":"Named","type":"<span class=\"no-loc xref\">DistributionPriorityType</span>\n"},{"aliases":"","defaultValue":"None","description":"<p>이 매개 변수는 와일드카드 문자를 처리하고 예기치 않은 동작(권장되지 않음)으로 이어질 수 있습니다. \n              <strong>DisableWildcardHandling</strong>과 결합할 수 없습니다.</p>\n","name":"ForceWildcardHandling","parameterValueGroup":"","position":"Named","type":"<span class=\"no-loc xref\">SwitchParameter</span>\n"},{"aliases":"","defaultValue":"None","description":"<p>이 앱의 아이콘이 포함된 파일의 경로를 지정합니다. 아이콘의 픽셀 크기는 최대 512x512일 수 있습니다. 파일은 다음 이미지 및 아이콘 파일 형식일 수 있습니다.</p>\n<ul>\n<li>DLL</li>\n<li>EXE</li>\n<li>JPG</li>\n<li>ICO</li>\n<li>PNG</li>\n</ul>\n","name":"IconLocationFile","parameterValueGroup":"","position":"Named","type":"<span class=\"no-loc xref\">String</span>\n"},{"aliases":"CIId, CI_ID","defaultValue":"None","description":"<p>구성할 앱의 ID를 지정합니다. 이 값은 <strong>CI_ID</strong>(예 <code>1025866</code>: )와 동일합니다.</p>\n","isRequired":true,"name":"Id","parameterValueGroup":"","position":"0","type":"<span class=\"no-loc xref\">Int32</span>\n"},{"aliases":"Application","defaultValue":"None","description":"<p>구성할 앱 개체를 지정합니다. 이 개체를 얻으려면 <a href=\"get-cmapplication\">Get-CMApplication</a> cmdlet을 사용합니다.</p>\n","isRequired":true,"name":"InputObject","parameterValueGroup":"","pipelineInput":true,"position":"0","type":"<span class=\"no-loc xref\">IResultObject</span>\n"},{"aliases":"","defaultValue":"None","description":"<p>이 매개 변수를 <strong>$true</strong> 설정하여 이 애플리케이션을 추천 앱으로 표시하고 회사 포털에서 강조 표시합니다.</p>\n","name":"IsFeatured","parameterValueGroup":"","position":"Named","type":"<span class=\"no-loc xref\">Boolean</span>\n"},{"aliases":"Keywords","defaultValue":"None","description":"<p>선택한 언어로 키워드 목록을 지정합니다. 이러한 키워드는 소프트웨어 센터 사용자가 앱 그룹을 검색하는 데 도움이 됩니다.</p>\n<div class=\"TIP\">\n<p>팁</p>\n<p>여러 키워드를 추가하려면 <strong>CultureInfo.CurrentCulture.TextInfo.ListSeparator</strong> 를 구분 기호로 사용합니다.</p>\n</div>\n","name":"Keyword","parameterValueGroup":"","position":"Named","type":"<p><span class=\"no-loc xref\">String</span><span>[</span><span>]</span></p>\n"},{"aliases":"","defaultValue":"None","description":"<p>\n              <strong>UserDocumentation</strong> 매개 변수를 사용하는 경우 이 매개 변수를 사용하여 소프트웨어 센터에서 \"추가 정보\" 대신 문자열을 표시합니다. 최대 길이는 128자입니다.</p>\n","name":"LinkText","parameterValueGroup":"","position":"Named","type":"<span class=\"no-loc xref\">String</span>\n"},{"aliases":"","defaultValue":"None","description":"<p>선택한 언어로 앱 이름을 지정합니다. 이 이름은 소프트웨어 센터에 표시됩니다.</p>\n<p>추가하는 각 언어에 대한 이름이 필요합니다.</p>\n<p>최대 길이는 256자입니다.</p>\n","name":"LocalizedApplicationName","parameterValueGroup":"","position":"Named","type":"<span class=\"no-loc xref\">String</span>\n"},{"aliases":"LocalizedApplicationDescription","defaultValue":"None","description":"<p>선택한 언어로 이 앱에 대한 설명을 지정합니다. 최대 길이는 2048자입니다.</p>\n","name":"LocalizedDescription","parameterValueGroup":"","position":"Named","type":"<span class=\"no-loc xref\">String</span>\n"},{"aliases":"","defaultValue":"None","description":"<p>구성할 앱의 애플리케이션 모델 식별자를 지정합니다. 이 값을 <strong>CI 고유 ID</strong>라고도 합니다. 예를 들면 <code>ScopeId_0D7D8B60-F2F9-484A-B9F3-4A8B68D14D59/ApplicationGroup_047fbf05-55f4-42ab-9581-e63fd0337fed</code>와 같습니다.</p>\n","isRequired":true,"name":"ModelName","parameterValueGroup":"","position":"Named","type":"<span class=\"no-loc xref\">String</span>\n"},{"aliases":"LocalizedDisplayName, ApplicationName","defaultValue":"None","description":"<p>구성할 앱의 이름을 지정합니다.</p>\n","isRequired":true,"name":"Name","parameterValueGroup":"","position":"0","type":"<span class=\"no-loc xref\">String</span>\n"},{"aliases":"","defaultValue":"None","description":"<p>이 매개 변수를 사용하여 앱의 이름을 바꿉니다. 최대 길이는 256자입니다.</p>\n","name":"NewName","parameterValueGroup":"","position":"Named","type":"<span class=\"no-loc xref\">String</span>\n"},{"aliases":"","defaultValue":"None","description":"<p>콘솔에서 앱을 찾는 데 도움이 되는 선택적 문자열을 지정합니다. 최대 길이는 256자입니다.</p>\n","name":"OptionalReference","parameterValueGroup":"","position":"Named","type":"<span class=\"no-loc xref\">String</span>\n"},{"aliases":"","defaultValue":"None","description":"<p>이 앱을 담당하는 관리 사용자를 지정합니다.</p>\n","name":"Owner","parameterValueGroup":"","position":"Named","type":"<span class=\"no-loc xref\">String</span>\n"},{"aliases":"","defaultValue":"None","description":"<p>작업 중인 항목을 나타내는 개체를 반환하려면 이 매개 변수를 추가합니다. 기본적으로 이 cmdlet은 출력을 생성하지 않을 수 있습니다.</p>\n","name":"PassThru","parameterValueGroup":"","position":"Named","type":"<span class=\"no-loc xref\">SwitchParameter</span>\n"},{"aliases":"","defaultValue":"None","description":"<p>앱의 개인정보취급방침 웹 사이트 주소를 지정합니다. 형식은 유효한 URL(예 <code>https://contoso.com/privacy</code>: )이어야 합니다. 전체 문자열의 최대 길이는 128자입니다.</p>\n","name":"PrivacyUrl","parameterValueGroup":"","position":"Named","type":"<span class=\"no-loc xref\">String</span>\n"},{"aliases":"Manufacturer","defaultValue":"None","description":"<p>이 앱에 대한 선택적 공급업체 정보를 지정합니다. 최대 길이는 256자입니다.</p>\n","name":"Publisher","parameterValueGroup":"","position":"Named","type":"<span class=\"no-loc xref\">String</span>\n"},{"aliases":"","defaultValue":"None","description":"<p>이 앱이 릴리스된 날짜 개체를 지정합니다. 이 개체를 얻으려면 <a href=\"/powershell/module/microsoft.powershell.utility/get-date\">Get-Date</a> 기본 제공 cmdlet을 사용합니다.</p>\n","name":"ReleaseDate","parameterValueGroup":"","position":"Named","type":"<span class=\"no-loc xref\">DateTime</span>\n"},{"aliases":"RemoveAppCatalogsByLanguageId","defaultValue":"None","description":"<p>연결된 소프트웨어 센터 항목을 제거할 언어 ID 배열을 지정합니다. 모든 항목을 제거하려면 <strong>ClearAppCatalog</strong> 매개 변수를 사용합니다.</p>\n<p>이 ID는 Windows 언어 ID에 해당하는 10진수입니다. 예를 들어 <code>1033</code> 은 <code>0x0409</code><strong>영어(미국)</strong>이며 <code>2108</code><strong>아일랜드어(아일랜드)</strong>입니다<code>0x083C</code>. 자세한 내용은 <a href=\"/openspecs/windows_protocols/ms-lcid/a9eac961-e77d-41a6-90a5-ce1a8b0cdb9c\">[MS-LCID]: LCID(Windows 언어 코드 식별자) 참조를 참조하세요</a>.</p>\n<p>예를 들어 <strong>아일랜드어(아일랜드)</strong>에 대한 지역화된 소프트웨어 센터 항목을 제거하려면 다음을 수행합니다.</p>\n<p><code>-RemoveAppCatalog 2108</code></p>\n","name":"RemoveAppCatalog","parameterValueGroup":"","position":"Named","type":"<p><span class=\"no-loc xref\">Int32</span><span>[</span><span>]</span></p>\n"},{"aliases":"RemoveAppCategoryNames","defaultValue":"None","description":"<p>제거할 관리 범주 이름의 배열을 지정합니다. 모든 관리 범주를 제거하려면 <strong>CleanAppCategory</strong> 매개 변수를 사용합니다.</p>\n","name":"RemoveAppCategoryName","parameterValueGroup":"","position":"Named","type":"<p><span class=\"no-loc xref\">String</span><span>[</span><span>]</span></p>\n"},{"aliases":"RemoveOwners","defaultValue":"None","description":"<p>제거할 소유자 배열을 지정합니다. 모든 소유자를 제거하려면 <strong>ClearOwner</strong> 매개 변수를 사용합니다.</p>\n","name":"RemoveOwner","parameterValueGroup":"","position":"Named","type":"<p><span class=\"no-loc xref\">String</span><span>[</span><span>]</span></p>\n"},{"aliases":"RemoveSupportContacts","defaultValue":"None","description":"<p>제거할 지원 연락처 배열을 지정합니다. 모든 지원 연락처를 제거하려면 <strong>ClearSupportContact</strong> 매개 변수를 사용합니다.</p>\n","name":"RemoveSupportContact","parameterValueGroup":"","position":"Named","type":"<p><span class=\"no-loc xref\">String</span><span>[</span><span>]</span></p>\n"},{"aliases":"RemoveUserCategoryNames","defaultValue":"None","description":"<p>제거할 사용자 범주 이름의 배열을 지정합니다. 모든 사용자 범주를 제거하려면 <strong>CleanUserCategory</strong> 매개 변수를 사용합니다.</p>\n","name":"RemoveUserCategoryName","parameterValueGroup":"","position":"Named","type":"<p><span class=\"no-loc xref\">String</span><span>[</span><span>]</span></p>\n"},{"aliases":"","defaultValue":"None","description":"<p>이 애플리케이션을 보호된 배포 지점에 복사할지 여부를 나타냅니다.</p>\n","name":"SendToProtectedDistributionPoint","parameterValueGroup":"","position":"Named","type":"<span class=\"no-loc xref\">Boolean</span>\n"},{"aliases":"","defaultValue":"None","description":"<p>앱에 대한 선택적 버전 문자열을 지정합니다. 최대 길이는 64자입니다.</p>\n","name":"SoftwareVersion","parameterValueGroup":"","position":"Named","type":"<span class=\"no-loc xref\">String</span>\n"},{"aliases":"","defaultValue":"None","description":"<p>최종 사용자가 이 애플리케이션에 대한 도움을 요청하기 위해 연락할 수 있는 관리 사용자를 지정합니다.</p>\n","name":"SupportContact","parameterValueGroup":"","position":"Named","type":"<span class=\"no-loc xref\">String</span>\n"},{"aliases":"UserCategories","defaultValue":"None","description":"<p>이 매개 변수는 더 이상 사용되지 않으며 <strong>-AddUserCategory</strong>를 사용합니다.</p>\n","name":"UserCategory","parameterValueGroup":"","position":"Named","type":"<p><span class=\"no-loc xref\">String</span><span>[</span><span>]</span></p>\n"},{"aliases":"","defaultValue":"None","description":"<p>소프트웨어 센터 사용자가 이 앱에 대한 자세한 정보를 얻을 수 있는 파일의 위치를 지정합니다. 이 위치는 웹 사이트 주소 또는 네트워크 경로 및 파일 이름입니다. 사용자가 이 위치에 액세스할 수 있는지 확인합니다.</p>\n<p>전체 문자열의 최대 길이는 256자입니다.</p>\n","name":"UserDocumentation","parameterValueGroup":"","position":"Named","type":"<span class=\"no-loc xref\">String</span>\n"},{"aliases":"wi","defaultValue":"False","description":"<p>cmdlet이 실행되면 어떻게 되는지 보여줍니다. cmdlet이 실행되지 않습니다.</p>\n","name":"WhatIf","parameterValueGroup":"","position":"Named","type":"<span class=\"no-loc xref\">SwitchParameter</span>\n"}],"schema":"PowershellCmdlet","summary":"<p>애플리케이션의 속성을 구성합니다.</p>\n","syntaxes":["Set-CMApplication [-AddAppCatalog <AppDisplayInfo[]>] [-AddAppCategory <IResultObject[]>]\n [-AddOwner <String[]>] [-AddSupportContact <String[]>] [-AddUserCategory <IResultObject[]>]\n [-AppCategory <String[]>] [-ApplyToLanguageById <Int32>] [-AutoInstall <Boolean>] [-CleanAppCategory]\n [-CleanUserCategory] [-ClearAppCatalog] [-ClearOwner] [-ClearSupportContact] [-DefaultLanguageId <Int32>]\n [-Description <String>] [-DisplaySupersedenceInApplicationCatalog <Boolean>]\n [-DistributionPointSetting <DistributionPointSettingType>] [-DistributionPriority <DistributionPriorityType>]\n [-IconLocationFile <String>] [-InputObject] <IResultObject> [-IsFeatured <Boolean>] [-Keyword <String[]>]\n [-LinkText <String>] [-LocalizedApplicationName <String>] [-LocalizedDescription <String>] [-NewName <String>]\n [-OptionalReference <String>] [-Owner <String>] [-PassThru] [-PrivacyUrl <String>] [-Publisher <String>]\n [-ReleaseDate <DateTime>] [-RemoveAppCatalog <Int32[]>] [-RemoveAppCategoryName <String[]>]\n [-RemoveOwner <String[]>] [-RemoveSupportContact <String[]>] [-RemoveUserCategoryName <String[]>]\n [-SendToProtectedDistributionPoint <Boolean>] [-SoftwareVersion <String>] [-SupportContact <String>]\n [-UserCategory <String[]>] [-UserDocumentation <String>] [-DisableWildcardHandling] [-ForceWildcardHandling]\n [-WhatIf] [-Confirm] [<CommonParameters>]","Set-CMApplication [-AddAppCatalog <AppDisplayInfo[]>] [-AddAppCategory <IResultObject[]>]\n [-AddOwner <String[]>] [-AddSupportContact <String[]>] [-AddUserCategory <IResultObject[]>]\n [-AppCategory <String[]>] [-ApplyToLanguageById <Int32>] [-AutoInstall <Boolean>] [-CleanAppCategory]\n [-CleanUserCategory] [-ClearAppCatalog] [-ClearOwner] [-ClearSupportContact] [-DefaultLanguageId <Int32>]\n [-Description <String>] [-DisplaySupersedenceInApplicationCatalog <Boolean>]\n [-DistributionPointSetting <DistributionPointSettingType>] [-DistributionPriority <DistributionPriorityType>]\n [-IconLocationFile <String>] [-Id] <Int32> [-IsFeatured <Boolean>] [-Keyword <String[]>] [-LinkText <String>]\n [-LocalizedApplicationName <String>] [-LocalizedDescription <String>] [-NewName <String>]\n [-OptionalReference <String>] [-Owner <String>] [-PassThru] [-PrivacyUrl <String>] [-Publisher <String>]\n [-ReleaseDate <DateTime>] [-RemoveAppCatalog <Int32[]>] [-RemoveAppCategoryName <String[]>]\n [-RemoveOwner <String[]>] [-RemoveSupportContact <String[]>] [-RemoveUserCategoryName <String[]>]\n [-SendToProtectedDistributionPoint <Boolean>] [-SoftwareVersion <String>] [-SupportContact <String>]\n [-UserCategory <String[]>] [-UserDocumentation <String>] [-DisableWildcardHandling] [-ForceWildcardHandling]\n [-WhatIf] [-Confirm] [<CommonParameters>]","Set-CMApplication [-AddAppCatalog <AppDisplayInfo[]>] [-AddAppCategory <IResultObject[]>]\n [-AddOwner <String[]>] [-AddSupportContact <String[]>] [-AddUserCategory <IResultObject[]>]\n [-AppCategory <String[]>] [-ApplyToLanguageById <Int32>] [-AutoInstall <Boolean>] [-CleanAppCategory]\n [-CleanUserCategory] [-ClearAppCatalog] [-ClearOwner] [-ClearSupportContact] [-DefaultLanguageId <Int32>]\n [-Description <String>] [-DisplaySupersedenceInApplicationCatalog <Boolean>]\n [-DistributionPointSetting <DistributionPointSettingType>] [-DistributionPriority <DistributionPriorityType>]\n [-IconLocationFile <String>] [-IsFeatured <Boolean>] [-Keyword <String[]>] [-LinkText <String>]\n [-LocalizedApplicationName <String>] [-LocalizedDescription <String>] -ModelName <String> [-NewName <String>]\n [-OptionalReference <String>] [-Owner <String>] [-PassThru] [-PrivacyUrl <String>] [-Publisher <String>]\n [-ReleaseDate <DateTime>] [-RemoveAppCatalog <Int32[]>] [-RemoveAppCategoryName <String[]>]\n [-RemoveOwner <String[]>] [-RemoveSupportContact <String[]>] [-RemoveUserCategoryName <String[]>]\n [-SendToProtectedDistributionPoint <Boolean>] [-SoftwareVersion <String>] [-SupportContact <String>]\n [-UserCategory <String[]>] [-UserDocumentation <String>] [-DisableWildcardHandling] [-ForceWildcardHandling]\n [-WhatIf] [-Confirm] [<CommonParameters>]","Set-CMApplication [-AddAppCatalog <AppDisplayInfo[]>] [-AddAppCategory <IResultObject[]>]\n [-AddOwner <String[]>] [-AddSupportContact <String[]>] [-AddUserCategory <IResultObject[]>]\n [-AppCategory <String[]>] [-ApplyToLanguageById <Int32>] [-AutoInstall <Boolean>] [-CleanAppCategory]\n [-CleanUserCategory] [-ClearAppCatalog] [-ClearOwner] [-ClearSupportContact] [-DefaultLanguageId <Int32>]\n [-Description <String>] [-DisplaySupersedenceInApplicationCatalog <Boolean>]\n [-DistributionPointSetting <DistributionPointSettingType>] [-DistributionPriority <DistributionPriorityType>]\n [-IconLocationFile <String>] [-IsFeatured <Boolean>] [-Keyword <String[]>] [-LinkText <String>]\n [-LocalizedApplicationName <String>] [-LocalizedDescription <String>] [-Name] <String> [-NewName <String>]\n [-OptionalReference <String>] [-Owner <String>] [-PassThru] [-PrivacyUrl <String>] [-Publisher <String>]\n [-ReleaseDate <DateTime>] [-RemoveAppCatalog <Int32[]>] [-RemoveAppCategoryName <String[]>]\n [-RemoveOwner <String[]>] [-RemoveSupportContact <String[]>] [-RemoveUserCategoryName <String[]>]\n [-SendToProtectedDistributionPoint <Boolean>] [-SoftwareVersion <String>] [-SupportContact <String>]\n [-UserCategory <String[]>] [-UserDocumentation <String>] [-DisableWildcardHandling] [-ForceWildcardHandling]\n [-WhatIf] [-Confirm] [<CommonParameters>]"],"uid":"ConfigurationManager.Set-CMApplication","hideEdit":true,"ms.translationtype":"MT","ms.contentlocale":"ko-kr","loc_version":"2024-08-21T21:18:36.7205003Z","loc_source_id":"Github-72476255#live","loc_file_id":"Github-72476255.live.MSDN.sccm-powershell.sccm-ps/ConfigurationManager/Set-CMApplication.md","xrefs":[{"href":"https://learn.microsoft.com/powershell/module/configurationmanager/set-cmapplication","monikerGroup":"f98fea35b6ac2b0f56c6ee5ec06ffce9","name":"Set-CMApplication","schemaType":"PowershellCmdlet","summary":"<p>애플리케이션의 속성을 구성합니다.</p>\n","uid":"ConfigurationManager.Set-CMApplication"}],"canonical_url":"https://learn.microsoft.com/ko-kr/powershell/module/configurationmanager/set-cmapplication?view=sccm-ps","_op_canonicalUrl":"https://learn.microsoft.com/ko-kr/powershell/module/configurationmanager/set-cmapplication?view=sccm-ps"},"pageMetadata":"<meta name=\"description\" content=\"<p>\n              <strong>Set-CMApplication</strong> cmdlet을 사용하여 애플리케이션의 설정을 구성합니다.</p>\n<div class=&quot;NOTE&quot;>\n<p>참고</p>\n<p>Configuration Manager 사이트 드라이브에서 Configuration Manager cmdlet을 실행합니다(예: <code>PS XYZ:\\&amp;gt;</code>). 자세한 내용은 <a href=&quot;/powershell/sccm/overview&quot;>시작을 참조하세요</a>.</p>\n</div>\n\" />\r\n<meta name=\"hideEdit\" content=\"true\" />\r\n<meta name=\"loc_file_id\" content=\"Github-72476255.live.MSDN.sccm-powershell.sccm-ps/ConfigurationManager/Set-CMApplication.md\" />\r\n<meta name=\"loc_source_id\" content=\"Github-72476255#live\" />\r\n<meta name=\"loc_version\" content=\"2024-08-21T21:18:36.7205003Z\" />\r\n<meta name=\"module\" content=\"ConfigurationManager\" />\r\n<meta name=\"ms.contentlocale\" content=\"ko-kr\" />\r\n<meta name=\"ms.translationtype\" content=\"MT\" />\r\n<meta name=\"name\" content=\"Set-CMApplication\" />\r\n<meta name=\"notes\" content=\"<p>이 반환 개체 및 해당 속성에 대한 자세한 내용은 <a href=&quot;/mem/configmgr/develop/reference/apps/sms_application-server-wmi-class&quot;>SMS_Application 서버 WMI 클래스</a>를 참조하세요.</p>\n\" />\r\n<meta name=\"schema\" content=\"PowershellCmdlet\" />\r\n<meta name=\"summary\" content=\"<p>애플리케이션의 속성을 구성합니다.</p>\n\" />\r\n<meta name=\"syntaxes\" content=\"Set-CMApplication [-AddAppCatalog <AppDisplayInfo[]>] [-AddAppCategory <IResultObject[]>]\n [-AddOwner <String[]>] [-AddSupportContact <String[]>] [-AddUserCategory <IResultObject[]>]\n [-AppCategory <String[]>] [-ApplyToLanguageById <Int32>] [-AutoInstall <Boolean>] [-CleanAppCategory]\n [-CleanUserCategory] [-ClearAppCatalog] [-ClearOwner] [-ClearSupportContact] [-DefaultLanguageId <Int32>]\n [-Description <String>] [-DisplaySupersedenceInApplicationCatalog <Boolean>]\n [-DistributionPointSetting <DistributionPointSettingType>] [-DistributionPriority <DistributionPriorityType>]\n [-IconLocationFile <String>] [-InputObject] <IResultObject> [-IsFeatured <Boolean>] [-Keyword <String[]>]\n [-LinkText <String>] [-LocalizedApplicationName <String>] [-LocalizedDescription <String>] [-NewName <String>]\n [-OptionalReference <String>] [-Owner <String>] [-PassThru] [-PrivacyUrl <String>] [-Publisher <String>]\n [-ReleaseDate <DateTime>] [-RemoveAppCatalog <Int32[]>] [-RemoveAppCategoryName <String[]>]\n [-RemoveOwner <String[]>] [-RemoveSupportContact <String[]>] [-RemoveUserCategoryName <String[]>]\n [-SendToProtectedDistributionPoint <Boolean>] [-SoftwareVersion <String>] [-SupportContact <String>]\n [-UserCategory <String[]>] [-UserDocumentation <String>] [-DisableWildcardHandling] [-ForceWildcardHandling]\n [-WhatIf] [-Confirm] [<CommonParameters>]\" />\r\n<meta name=\"syntaxes\" content=\"Set-CMApplication [-AddAppCatalog <AppDisplayInfo[]>] [-AddAppCategory <IResultObject[]>]\n [-AddOwner <String[]>] [-AddSupportContact <String[]>] [-AddUserCategory <IResultObject[]>]\n [-AppCategory <String[]>] [-ApplyToLanguageById <Int32>] [-AutoInstall <Boolean>] [-CleanAppCategory]\n [-CleanUserCategory] [-ClearAppCatalog] [-ClearOwner] [-ClearSupportContact] [-DefaultLanguageId <Int32>]\n [-Description <String>] [-DisplaySupersedenceInApplicationCatalog <Boolean>]\n [-DistributionPointSetting <DistributionPointSettingType>] [-DistributionPriority <DistributionPriorityType>]\n [-IconLocationFile <String>] [-Id] <Int32> [-IsFeatured <Boolean>] [-Keyword <String[]>] [-LinkText <String>]\n [-LocalizedApplicationName <String>] [-LocalizedDescription <String>] [-NewName <String>]\n [-OptionalReference <String>] [-Owner <String>] [-PassThru] [-PrivacyUrl <String>] [-Publisher <String>]\n [-ReleaseDate <DateTime>] [-RemoveAppCatalog <Int32[]>] [-RemoveAppCategoryName <String[]>]\n [-RemoveOwner <String[]>] [-RemoveSupportContact <String[]>] [-RemoveUserCategoryName <String[]>]\n [-SendToProtectedDistributionPoint <Boolean>] [-SoftwareVersion <String>] [-SupportContact <String>]\n [-UserCategory <String[]>] [-UserDocumentation <String>] [-DisableWildcardHandling] [-ForceWildcardHandling]\n [-WhatIf] [-Confirm] [<CommonParameters>]\" />\r\n<meta name=\"syntaxes\" content=\"Set-CMApplication [-AddAppCatalog <AppDisplayInfo[]>] [-AddAppCategory <IResultObject[]>]\n [-AddOwner <String[]>] [-AddSupportContact <String[]>] [-AddUserCategory <IResultObject[]>]\n [-AppCategory <String[]>] [-ApplyToLanguageById <Int32>] [-AutoInstall <Boolean>] [-CleanAppCategory]\n [-CleanUserCategory] [-ClearAppCatalog] [-ClearOwner] [-ClearSupportContact] [-DefaultLanguageId <Int32>]\n [-Description <String>] [-DisplaySupersedenceInApplicationCatalog <Boolean>]\n [-DistributionPointSetting <DistributionPointSettingType>] [-DistributionPriority <DistributionPriorityType>]\n [-IconLocationFile <String>] [-IsFeatured <Boolean>] [-Keyword <String[]>] [-LinkText <String>]\n [-LocalizedApplicationName <String>] [-LocalizedDescription <String>] -ModelName <String> [-NewName <String>]\n [-OptionalReference <String>] [-Owner <String>] [-PassThru] [-PrivacyUrl <String>] [-Publisher <String>]\n [-ReleaseDate <DateTime>] [-RemoveAppCatalog <Int32[]>] [-RemoveAppCategoryName <String[]>]\n [-RemoveOwner <String[]>] [-RemoveSupportContact <String[]>] [-RemoveUserCategoryName <String[]>]\n [-SendToProtectedDistributionPoint <Boolean>] [-SoftwareVersion <String>] [-SupportContact <String>]\n [-UserCategory <String[]>] [-UserDocumentation <String>] [-DisableWildcardHandling] [-ForceWildcardHandling]\n [-WhatIf] [-Confirm] [<CommonParameters>]\" />\r\n<meta name=\"syntaxes\" content=\"Set-CMApplication [-AddAppCatalog <AppDisplayInfo[]>] [-AddAppCategory <IResultObject[]>]\n [-AddOwner <String[]>] [-AddSupportContact <String[]>] [-AddUserCategory <IResultObject[]>]\n [-AppCategory <String[]>] [-ApplyToLanguageById <Int32>] [-AutoInstall <Boolean>] [-CleanAppCategory]\n [-CleanUserCategory] [-ClearAppCatalog] [-ClearOwner] [-ClearSupportContact] [-DefaultLanguageId <Int32>]\n [-Description <String>] [-DisplaySupersedenceInApplicationCatalog <Boolean>]\n [-DistributionPointSetting <DistributionPointSettingType>] [-DistributionPriority <DistributionPriorityType>]\n [-IconLocationFile <String>] [-IsFeatured <Boolean>] [-Keyword <String[]>] [-LinkText <String>]\n [-LocalizedApplicationName <String>] [-LocalizedDescription <String>] [-Name] <String> [-NewName <String>]\n [-OptionalReference <String>] [-Owner <String>] [-PassThru] [-PrivacyUrl <String>] [-Publisher <String>]\n [-ReleaseDate <DateTime>] [-RemoveAppCatalog <Int32[]>] [-RemoveAppCategoryName <String[]>]\n [-RemoveOwner <String[]>] [-RemoveSupportContact <String[]>] [-RemoveUserCategoryName <String[]>]\n [-SendToProtectedDistributionPoint <Boolean>] [-SoftwareVersion <String>] [-SupportContact <String>]\n [-UserCategory <String[]>] [-UserDocumentation <String>] [-DisableWildcardHandling] [-ForceWildcardHandling]\n [-WhatIf] [-Confirm] [<CommonParameters>]\" />\r\n<meta name=\"uid\" content=\"ConfigurationManager.Set-CMApplication\" />\r\n","themesRelativePathToOutputRoot":"_themes/"}