Description(microsoft-windows-deployment-runasynchronous-runasynchronouscommand-description)
Description
은 실행할 비동기 명령을 간략하게 설명합니다.
RunAsynchronous 명령은 auditUser 구성 패스의 사용자 컨텍스트 및 특수 패스의 시스템 컨텍스트에서 실행됩니다.
값
설명 |
비동기적으로 실행할 명령에 대한 설명을 지정합니다. Description은 최대 길이가 259자인 문자열입니다. |
이 문자열 형식은 비어 있는 요소를 지원하지 않습니다. 이 설정에 빈 값을 만들지 마세요.
유효한 구성 패스
auditUser
specialize
부모 계층
Microsoft-Windows-Deployment | RunAsynchronous | RunAsynchronousCommand | Description
적용 대상
이 구성 요소가 지원하는 지원되는 Windows 버전 및 아키텍처 목록은 Microsoft-Windows-Deployment를 참조하세요.
XML 예
다음 XML 출력에서는 비동기 명령을 설정하는 방법을 보여 줍니다.
<RunAsynchronous>
<RunAsynchronousCommand wcm:action="add">
<Credentials>
<Domain>MyDomain</Domain>
<Password>MyPassword</Password>
<Username>MyUsername</Username>
</Credentials>
<Description>AsynchCommand1</Description>
<Order>1</Order>
<Path>\\network\server\share\filename</Path>
</RunAsynchronousCommand>
<RunAsynchronousCommand wcm:action="add">
<Credentials>
<Domain>MyDomain</Domain>
<Password>MyPassword</Password>
<Username>MyUsername</Username>
</Credentials>
<Description>AsynchCommand2</Description>
<Order>2</Order>
<Path>\\network\server\share\filename</Path>
</RunAsynchronousCommand>
</RunAsynchronous>