Microsoft Configuration Manager를 사용하여 Dell Client Device Manager를 배포하는 방법
Summary: 이 문서에서는 IT 관리자에게 DCDM(Dell Client Device Manager) 애플리케이션에 대해 원하는 모듈을 선택하고 Microsoft Configuration Manager를 사용하여 배포하는 단계별 절차를 안내합니다.
Instructions
- 애플리케이션을 만들고 배포하는 데 필요한 권한이 있는 계정을 사용하여 Microsoft Configuration Manager 콘솔을 열고 Software Library → Application Management로 이동합니다.

- Application Management를 확장하고 Applications를 클릭한 다음 Create Application을 클릭합니다.

- 라디오 버튼을 선택합니다. Manually specify the application information을 선택하고 NEXT를 클릭합니다.

- 필요한 정보를 입력하고 NEXT를 클릭합니다.
- 이름: 애플리케이션 이름(예: Dell Client Device Manager)을 입력합니다.
- Administrator comments: 설명을 추가합니다(보안 모듈이 설치된 Dell Client Device Manager).
- Publisher: 게시자(Dell)를 지정합니다.
- Software Version: 버전(1.10)을 지정합니다.
- Owners: 해당 사용자 또는 그룹을 선택합니다.
- Support Contacts: 해당 사용자 또는 그룹을 선택합니다.

- NEXT를 클릭합니다.

- ADD를 클릭합니다.

- Type 드롭다운에서 스크립트 설치 프로그램을 선택하고 NEXT를 클릭합니다.

- 필수 이름 및 관리자 설명을 지정하고 NEXT를 클릭합니다.


- 배포할 콘텐츠가 배치되는 콘텐츠 위치를 추가하고 설치 프로그램에서 콘텐츠를 설치하는 데 사용되는 명령을 지정한 다음 Run installation and uninstall program as a 32-bit process on 64-bit clients 확인란을 클릭하고 Next를 클릭합니다.
참고: 설치 매개변수, 모듈 및 예제 목록은 아래에서 확인할 수 있습니다.
Install: powershell.exe -executionpolicy Bypass -windowstyle hidden -noninteractive -nologo -file "dcdm_deployment.ps1" -action < install / uninstall > -modules < modules to install >매개변수 설명 -help 선택 사항: 매개변수에 대한 설명을 표시합니다. -action 필수: 수행할 작업(설치/제거)을 지정합니다. -modules 선택 사항: 포함할 모듈을 지정합니다(기본값: "DCDMCS,"DCDMU,"DCDMS"). -logpath 선택 사항: 기본값은 "C:ProgramData\Dell\ClientDeviceManager"입니다. 로그 파일의 경로를 지정합니다. -verboselog 선택 사항: 콘솔에 로그 표시를 활성화합니다(True 또는 False). -debuglevel 선택 사항: 기본값은 'all'입니다. 디버깅 정보의 수준을 지정합니다. -telemetryconsent 선택 사항: 기본값은 'true'입니다. 텔레메트리 동의를 나타냅니다. 모듈 설명 모듈 결정 요인 DCDMCS Dell Client Device Manager Core Services(이전 명칭: DCS(Dell Core Service)) 해당 없음. 핵심 구성 요소 필요 DCDMS Dell Client Device Manager Security(이전 명칭: DTD(Dell Trusted Device)) DCDMCS DCDMU Dell Client Device Manager Update(이전 명칭: DCU(Dell Command Update)) DCDMCS, DCDMS 예:
모든 모듈을 설치/업데이트하고 DCDMU용 텔레메트리를 전송합니다.
powershell.exe -executionpolicy Bypass -windowstyle hidden -noninteractive -nologo -file "dcdm_deployment.ps1" -action "install"텔레메트리 없이 모든 모듈을 설치/업데이트합니다.
powershell.exe -executionpolicy Bypass -windowstyle hidden -noninteractive -nologo -file "dcdm_deployment.ps1" -action "install" -telemetryconsent "false"DCDMS(Dell Client Device Manager | Security) 설치/업데이트
powershell.exe -executionpolicy Bypass -windowstyle hidden -noninteractive -nologo -file "dcdm_deployment.ps1" -action "install" -modules "DCDMS"DCDMS(Dell Client Device Manager | Security) 제거
powershell.exe -executionpolicy Bypass -windowstyle hidden -noninteractive -nologo -file "dcdm_deployment.ps1" -action "uninstall" -modules "DCDMS"모든 모듈 제거
powershell.exe -executionpolicy Bypass -windowstyle hidden -noninteractive -nologo -file "dcdm_deployment.ps1" -action "uninstall"
- Add Clause를 클릭합니다.

- Type은 Folder로 선택합니다.
- B) Browse 버튼을 클릭하여 콘텐츠가 있는 경로를 추가하고 모든 데이터가 채워지면 OK를 클릭합니다.

- Clause가 추가되었으면 NEXT를 클릭합니다.

- Installation Behavior 드롭다운에서 Install for system을 선택하고, Logon requirement 드롭다운에서 Whether or not a user is logged on을 선택하고, Installation program visibility에서 Normal을 선택한 후 NEXT를 클릭합니다.

- Specify installation requirements for this deployment type 창에서 NEXT를 클릭합니다.

- Specify software dependencies for this deployment type에서 NEXT를 클릭합니다.
참고: Dell Client Device Manager에는 Microsoft .NET 8 Desktop Runtime 및 ASP.Net Core가 종속성으로 필요합니다.

- Summary 창에서 모든 데이터를 읽고 NEXT를 클릭합니다.

- 패키지가 생성되었으며 CLOSE 버튼을 클릭하여 아래 창을 닫습니다.

- NEXT를 클릭합니다.

- Summary 화면에서 NEXT를 클릭합니다.

- Close를 클릭하여 Create Application Wizard를 종료합니다.

- 애플리케이션이 콘솔에 나열되어 있는지 확인합니다.

- 상단 리본에서 Deploy 버튼을 클릭하여 적절한 엔드포인트에 배포합니다.