{"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"}],"update_at":"2026. 6. 25.","updated_at_date_time":"2026-06-25T22:40:21.1746398Z"},"_path":"module/configurationmanager/add-cmcidetectionmethod.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/add-cmcidetectionmethod?view=sccm-ps","content_git_url":"https://github.com/MicrosoftDocs/sccm-docs-powershell-ref/blob/main/sccm-ps/ConfigurationManager/Add-CMCIDetectionMethod.md","default_moniker":"sccm-ps","depot_name":"MSDN.sccm-powershell","document_id":"b8337cbd-4888-4dc3-ed44-07c7240fddab","document_version_independent_id":"b7b0d7bc-1e3e-59ff-48e4-6ccc39d42ccc","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/Add-CMCIDetectionMethod.md","github_contributors":["aczechowski"],"locale":"ko-kr","manager":"laurawi","Module Name":"ConfigurationManager","monikers":["sccm-ps"],"ms.author":"dannygu","ms.date":"12/03/2020","ms.service":"configuration-manager","ms.subservice":"other","ms.topic":"reference","online version":"","open_to_public_contributors":true,"original_content_git_url":"https://github.com/MicrosoftDocs/sccm-docs-powershell/blob/live/sccm-ps/ConfigurationManager/Add-CMCIDetectionMethod.md","original_content_git_url_template":"{repo}/blob/{branch}/sccm-ps/ConfigurationManager/Add-CMCIDetectionMethod.md","PlatyPS schema version":"2.0.0","products":["https://authoring-docs-microsoft.poolparty.biz/devrel/f1499c3b-793f-48c3-a9ce-20285bcc6541"],"site_name":"Docs","titleSuffix":"Configuration Manager","uhfHeaderId":"MSDocsHeader-Powershell","updated_at":"2026-06-25 10:40 PM","xrefs":[{"href":"https://learn.microsoft.com/powershell/module/configurationmanager/add-cmcidetectionmethod","monikerGroup":"f98fea35b6ac2b0f56c6ee5ec06ffce9","name":"Add-CMCIDetectionMethod","schemaType":"PowershellCmdlet","summary":"<p>클라이언트가 애플리케이션을 검색하는 방법을 지정합니다.</p>\n","uid":"ConfigurationManager.Add-CMCIDetectionMethod"}],"ocv-translation-feedback":true},"_xrefmap":{"ConfigurationManager":{"href":"./","monikerGroup":"f98fea35b6ac2b0f56c6ee5ec06ffce9","name":"ConfigurationManager","schemaType":"PowershellModule","uid":"ConfigurationManager"},"ConfigurationManager.Add-CMCIDetectionMethod":{"href":"add-cmcidetectionmethod","monikerGroup":"f98fea35b6ac2b0f56c6ee5ec06ffce9","name":"Add-CMCIDetectionMethod","schemaType":"PowershellCmdlet","summary":"<p>클라이언트가 애플리케이션을 검색하는 방법을 지정합니다.</p>\n","uid":"ConfigurationManager.Add-CMCIDetectionMethod"}},"description":"<p>이 cmdlet은 클라이언트가 디바이스에서 애플리케이션을 검색하는 방법을 지정합니다. Windows Installer 검색, 특정 애플리케이션 및 배포 유형별 검색 및 애플리케이션을 검색하는 사용자 지정 스크립트의 세 가지 검색 방법이 있습니다.</p>\n","examples":[{"code":"$ci = Get-CMConfigurationItem -Name \"testCI\"\n\n$msiFilePath = \"C:\\tools\\CCMTools\\Orca.Msi\"\n\n$ci | Add-CMCIDetectionMethod -DetectionOption Msi -MsiFilePath $msiFilePath","description":"","summary":"","title":"예제 1: Windows Installer 검색"},{"code":"$ci = Get-CMConfigurationItem -Name \"testCI\"\n\n$ci | Add-CMCIDetectionMethod -DetectionOption DeploymentType -ApplicationName \"testApp\" -DeploymentTypeId \"392672\"","description":"","summary":"","title":"예제 2: 특정 앱 및 배포 유형"},{"code":"$ci = Get-CMConfigurationItem -Name \"testCI\"\n\n$scriptFile  = \"C:\\share\\testScript.ps1\"\n\n$ci | Add-CMCIDetectionMethod -DetectionOption Script -ScriptLanguage PowerShell -ScriptFile $scriptFile","description":"","summary":"","title":"예제 3: 사용자 지정 스크립트 검색"}],"inputs":[{"description":"","name":"<span class=\"no-loc xref\">Microsoft.ConfigurationManagement.ManagementProvider.IResultObject</span>\n"}],"links":[{"href":"get-cmconfigurationitem","text":"Get-CMConfigurationItem"},{"href":"get-cmdeploymenttype","text":"Get-CMDeploymentType"}],"module":"ConfigurationManager","name":"Add-CMCIDetectionMethod","notes":"","outputs":[{"description":"","name":"<span class=\"no-loc xref\">System.Object</span>\n"}],"parameters":[{"aliases":"","defaultValue":"None","description":"<p>\n              <strong>DetectionOption</strong><code>DeploymentType</code>을 로 설정하면 이 매개 변수를 사용하여 Configuration Manager 애플리케이션의 이름을 지정합니다. \n              <strong>DeploymentTypeID</strong>와 함께 이 매개 변수를 사용합니다.</p>\n","name":"ApplicationName","parameterValueGroup":"","position":"Named","type":"<span class=\"no-loc xref\">String</span>\n"},{"aliases":"cf","defaultValue":"None","description":"<p>cmdlet을 실행하기 전에 확인 메시지를 표시합니다.</p>\n","name":"Confirm","parameterValueGroup":"","position":"Named","type":"<span class=\"no-loc xref\">SwitchParameter</span>\n"},{"aliases":"","defaultValue":"None","description":"<p>\n              <strong>DetectionOption</strong><code>DeploymentType</code>을 로 설정하면 이 매개 변수를 사용하여 Configuration Manager 애플리케이션의 배포 유형 ID를 지정합니다. \n              <strong>ApplicationName</strong>에서 이 매개 변수를 사용합니다.</p>\n<p>배포 유형 ID를 가져오려면 <a href=\"get-cmdeploymenttype\">Get-CMDeploymentType</a> cmdlet을 사용하고 <strong>CI_ID</strong> 속성을 참조합니다.</p>\n","name":"DeploymentTypeId","parameterValueGroup":"","position":"Named","type":"<span class=\"no-loc xref\">String</span>\n"},{"aliases":"","defaultValue":"None","description":"<p>사용할 검색 방법을 지정합니다.</p>\n","isRequired":true,"name":"DetectionOption","parameterValueGroup":"None, Msi, Script, DeploymentType","position":"Named","type":"<span class=\"no-loc xref\">ApplicationDetectionMethod</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":"","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>애플리케이션 배포 유형에 대한 구성 항목 개체를 지정합니다. 이 개체를 얻으려면 <a href=\"get-cmconfigurationitem\">Get-CMConfigurationItem</a>을 사용합니다.</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>이 매개 변수를 로 <code>$true</code> 설정하여 사용자별로 설치되도록 지정합니다.</p>\n","name":"IsPerUserInstallation","parameterValueGroup":"","position":"Named","type":"<span class=\"no-loc xref\">Boolean</span>\n"},{"aliases":"","defaultValue":"None","description":"<p>\n              <strong>DetectionOption</strong>을 <code>Msi</code>로 설정하면 이 매개 변수를 사용하여 Windows Installer 파일의 경로를 지정합니다.</p>\n","name":"MsiFilePath","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>\n              <strong>DetectionOption</strong>을 <code>Script</code>로 설정하면 이 매개 변수를 사용하여 스크립트의 경로를 지정합니다. \n              <strong>ScriptLanguage</strong>에서 이 매개 변수를 사용합니다.</p>\n","name":"ScriptFile","parameterValueGroup":"","position":"Named","type":"<span class=\"no-loc xref\">String</span>\n"},{"aliases":"ScriptType","defaultValue":"None","description":"<p>\n              <strong>DetectionOption</strong>을 로 <code>Script</code>설정하면 이 매개 변수를 사용하여 스크립트의 언어를 지정합니다. \n              <strong>ScriptFile</strong> 및 <strong>ScriptText</strong>에서 이 매개 변수를 사용합니다.</p>\n","name":"ScriptLanguage","parameterValueGroup":"PowerShell, VBScript, JScript","position":"Named","type":"<span class=\"no-loc xref\">ScriptingLanguage</span>\n"},{"aliases":"ScriptContent","defaultValue":"None","description":"<p>\n              <strong>DetectionOption</strong>을 <code>Script</code>로 설정하면 이 매개 변수를 사용하여 스크립트의 텍스트를 지정합니다. \n              <strong>ScriptLanguage</strong>에서 이 매개 변수를 사용합니다.</p>\n","name":"ScriptText","parameterValueGroup":"","position":"Named","type":"<span class=\"no-loc xref\">String</span>\n"},{"aliases":"wi","defaultValue":"None","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":["Add-CMCIDetectionMethod [-InputObject] <IResultObject> -DetectionOption <ApplicationDetectionMethod>\n [-MsiFilePath <String>] [-IsPerUserInstallation <Boolean>] [-ScriptFile <String>]\n [-ScriptLanguage <ScriptingLanguage>] [-ScriptText <String>] [-ApplicationName <String>]\n [-DeploymentTypeId <String>] [-PassThru] [-DisableWildcardHandling] [-ForceWildcardHandling] [-WhatIf]\n [-Confirm] [<CommonParameters>]"],"uid":"ConfigurationManager.Add-CMCIDetectionMethod","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/Add-CMCIDetectionMethod.md","xrefs":[{"href":"https://learn.microsoft.com/powershell/module/configurationmanager/add-cmcidetectionmethod","monikerGroup":"f98fea35b6ac2b0f56c6ee5ec06ffce9","name":"Add-CMCIDetectionMethod","schemaType":"PowershellCmdlet","summary":"<p>클라이언트가 애플리케이션을 검색하는 방법을 지정합니다.</p>\n","uid":"ConfigurationManager.Add-CMCIDetectionMethod"}],"canonical_url":"https://learn.microsoft.com/ko-kr/powershell/module/configurationmanager/add-cmcidetectionmethod?view=sccm-ps","_op_canonicalUrl":"https://learn.microsoft.com/ko-kr/powershell/module/configurationmanager/add-cmcidetectionmethod?view=sccm-ps"},"pageMetadata":"<meta name=\"description\" content=\"<p>이 cmdlet은 클라이언트가 디바이스에서 애플리케이션을 검색하는 방법을 지정합니다. Windows Installer 검색, 특정 애플리케이션 및 배포 유형별 검색 및 애플리케이션을 검색하는 사용자 지정 스크립트의 세 가지 검색 방법이 있습니다.</p>\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/Add-CMCIDetectionMethod.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=\"Add-CMCIDetectionMethod\" />\r\n<meta name=\"notes\" content=\"\" />\r\n<meta name=\"schema\" content=\"PowershellCmdlet\" />\r\n<meta name=\"summary\" content=\"<p>클라이언트가 애플리케이션을 검색하는 방법을 지정합니다.</p>\n\" />\r\n<meta name=\"syntaxes\" content=\"Add-CMCIDetectionMethod [-InputObject] <IResultObject> -DetectionOption <ApplicationDetectionMethod>\n [-MsiFilePath <String>] [-IsPerUserInstallation <Boolean>] [-ScriptFile <String>]\n [-ScriptLanguage <ScriptingLanguage>] [-ScriptText <String>] [-ApplicationName <String>]\n [-DeploymentTypeId <String>] [-PassThru] [-DisableWildcardHandling] [-ForceWildcardHandling] [-WhatIf]\n [-Confirm] [<CommonParameters>]\" />\r\n<meta name=\"uid\" content=\"ConfigurationManager.Add-CMCIDetectionMethod\" />\r\n","themesRelativePathToOutputRoot":"_themes/"}