SMS_MobileDeviceAgentConfig 서버 WMI 클래스

SMS_MobileDeviceAgentConfig WMI(Windows Management Instrumentation) 클래스는 Configuration Manager 모바일 디바이스에 대한 일반 설정을 지정하는 SMS 공급자 서버 클래스입니다.

다음 구문은 MOF(Managed Object Format) 코드에서 간소화되며 상속된 모든 속성을 포함합니다.

구문

Class SMS_MobileDeviceAgentConfig : SMS_ClientAgentConfig_BaseClass  
{  
    UInt32 AgentID;  
    UInt32 DeviceEnrollmentProfileID;  
    UInt32 EnableDeviceEnrollment;  
    Boolean EnableFileCollection;  
    Boolean EnableHardwareInventory;  
    UInt32 EnableModernDeviceEnrollment;  
    Boolean EnableSoftwareDistribution;  
    Boolean EnableSoftwareInventory;  
    UInt32 FailureRetryCount;  
    String FailureRetryInterval;  
    String FileCollectionExcludeCompressed[];  
    String FileCollectionExcludeEncrypted[];  
    String FileCollectionFilter[];  
    String FileCollectionInterval;  
    String FileCollectionPath[];  
    String FileCollectionSubdirectories[];  
    String HardwareInventoryInterval;  
    UInt32 MDMPollInterval;  
    UInt32 ModernDeviceEnrollmentProfileID;  
    String PollingInterval;  
    String PollServer;  
    String SoftwareInventoryExcludeCompressed[];  
    String SoftwareInventoryExcludeEncrypted[];  
    String SoftwareInventoryFilter[];  
    String SoftwareInventoryInterval;  
    String SoftwareInventoryPath[];  
    String SoftwareInventorySubdirectories[];  
};  

메서드

클래스는 SMS_MobileDeviceAgentConfig 메서드를 정의하지 않습니다.

속성

AgentID
데이터 형식: UInt32

액세스 유형: 읽기 전용

한정자: [키, 읽기]

클라이언트 에이전트 구성 요소를 식별합니다. 모바일 디바이스 에이전트 ID는 12입니다.

DeviceEnrollmentProfileID
데이터 형식: UInt32

액세스 유형: 읽기/쓰기

한정자: 없음

모바일 디바이스 등록 프로필 ID입니다.

EnableDeviceEnrollment
데이터 형식: UInt32

액세스 유형: 읽기/쓰기

한정자: 없음

사용자가 모바일 디바이스를 등록할 수 있도록 허용합니다.

EnableFileCollection
데이터 형식: Boolean

액세스 유형: 읽기/쓰기

한정자: 없음

true 파일 컬렉션을 사용하도록 설정합니다.

EnableHardwareInventory
데이터 형식: Boolean

액세스 유형: 읽기/쓰기

한정자: 없음

true 하드웨어 인벤토리를 사용하도록 설정합니다.

EnableModernDeviceEnrollment
데이터 형식: UInt32

액세스 유형: 읽기/쓰기

한정자: 없음

최신 디바이스에 등록할 수 있습니다.

EnableSoftwareDistribution
데이터 형식: Boolean

액세스 유형: 읽기/쓰기

한정자: 없음

true 디바이스에서 소프트웨어 배포를 사용하도록 설정합니다.

EnableSoftwareInventory
데이터 형식: Boolean

액세스 유형: 읽기/쓰기

한정자: 없음

true 디바이스에서 소프트웨어 인벤토리를 사용하도록 설정합니다.

FailureRetryCount
데이터 형식: UInt32

액세스 유형: 읽기/쓰기

한정자: 없음

FailureRetryCount 설명입니다.

FailureRetryInterval
데이터 형식: String

액세스 유형: 읽기/쓰기

한정자: 없음

FailureRetryInterval.

FileCollectionExcludeCompressed
데이터 형식: String Array

액세스 유형: 읽기/쓰기

한정자: 없음

파일을 수집할 때 압축된 파일을 제외합니다.

FileCollectionExcludeEncrypted
데이터 형식: String Array

액세스 유형: 읽기/쓰기

한정자: 없음

파일을 수집할 때 암호화된 파일을 제외합니다.

FileCollectionFilter
데이터 형식: String Array

액세스 유형: 읽기/쓰기

한정자: 없음

FileCollectionFilter.

FileCollectionInterval
데이터 형식: String

액세스 유형: 읽기/쓰기

한정자: 없음

FileCollectionInterval.

FileCollectionPath
데이터 형식: String Array

액세스 유형: 읽기/쓰기

한정자: 없음

FileCollectionPath.

FileCollectionSubdirectories
데이터 형식: String Array

액세스 유형: 읽기/쓰기

한정자: 없음

FileCollectionSubdirectories.

HardwareInventoryInterval
데이터 형식: String

액세스 유형: 읽기/쓰기

한정자: 없음

HardwareInventoryInterval.

MDMPollInterval
데이터 형식: UInt32

액세스 유형: 읽기/쓰기

한정자: 없음

모바일 디바이스 관리를 위한 폴링 간격입니다.

ModernDeviceEnrollmentProfileID
데이터 형식: UInt32

액세스 유형: 읽기/쓰기

한정자: 없음

사용자가 최신 디바이스를 등록할 수 있는 등록 프로필의 ID입니다.

PollingInterval
데이터 형식: String

액세스 유형: 읽기/쓰기

한정자: 없음

정책 폴링 간격(분)입니다.

PollServer
데이터 형식: String

액세스 유형: 읽기/쓰기

한정자: 없음

PollServer.

SoftwareInventoryExcludeCompressed
데이터 형식: String Array

액세스 유형: 읽기/쓰기

한정자: 없음

파일을 인벤토리할 때 압축된 파일을 제외합니다.

SoftwareInventoryExcludeEncrypted
데이터 형식: String Array

액세스 유형: 읽기/쓰기

한정자: 없음

파일을 인벤토리할 때 암호화된 파일을 제외합니다.

SoftwareInventoryFilter
데이터 형식: String Array

액세스 유형: 읽기/쓰기

한정자: 없음

SoftwareInventoryFilter.

SoftwareInventoryInterval
데이터 형식: String

액세스 유형: 읽기/쓰기

한정자: 없음

SoftwareInventoryInterval.

SoftwareInventoryPath
데이터 형식: String Array

액세스 유형: 읽기/쓰기

한정자: 없음

SoftwareInventoryPath.

SoftwareInventorySubdirectories
데이터 형식: String Array

액세스 유형: 읽기/쓰기

한정자: 없음

SoftwareInventorySubdirectories.

설명

요구 사항

런타임 요구 사항

자세한 내용은 Configuration Manager 서버 런타임 요구 사항을 참조하세요.

개발 요구 사항

자세한 내용은 Configuration Manager 서버 개발 요구 사항을 참조하세요.