SMS_ADForest 서버 WMI 클래스SMS_ADForest Server WMI Class
SMS_ADForest
WMI (WMI(Windows Management Instrumentation)) 클래스는 Configuration Manager에서 Configuration Manager 포리스트 검색을 통해 검색 되는 Active Directory 포리스트를 포함 하는 SMS 공급자 서버 클래스입니다.The SMS_ADForest
Windows Management Instrumentation (WMI) class is an SMS Provider server class, in Configuration Manager, that contains Active Directory forests discovered by Configuration Manager Forest Discovery.
MOF(Managed Object Format) 코드에서 간결하게 표기된 다음 구문은 상속된 속성을 모두 포함합니다.The following syntax is simplified from Managed Object Format (MOF) code and includes all inherited properties.
구문Syntax
Class SMS_ADForest : SMS_BaseClass
{
String Account;
String CreatedBy;
DateTime CreatedOn;
String Description;
UInt32 DiscoveredADSites;
UInt32 DiscoveredDomains;
UInt32 DiscoveredIPSubnets;
UInt32 DiscoveredTrusts;
UInt32 DiscoveryStatus;
Boolean EnableDiscovery;
String ForestFQDN;
UInt32 ForestID;
String ModifiedBy;
DateTime ModifiedOn;
String PublishingPath;
UInt32 PublishingStatus;
};
메서드Methods
다음 표에서는 클래스의 메서드를 보여 줍니다 SMS_ADForest
.The following table lists the methods in the SMS_ADForest
class.
메서드Method | 설명Description |
---|---|
클래스 SMS_ADForest의 DeleteDiscoveryData 메서드DeleteDiscoveryData Method in Class SMS_ADForest | 포리스트 검색 프로세스에 의해 수집 된 정보를 제거 합니다.Removes information gathered by the forest discovery process. |
속성Properties
Account
데이터 형식: String
Data type: String
액세스 형식: 읽기 전용Access type: Read-only
한정자: [읽기]Qualifiers: [read]
Active Directory 포리스트를 검색 하는 계정입니다.Account to discover the Active Directory forest.
CreatedBy
데이터 형식: String
Data type: String
액세스 형식: 읽기/쓰기Access type: Read/Write
한정자: 없음Qualifiers: none
Active Directory 포리스트를 추가한 사용자입니다.User that added the Active Directory forest.
CreatedOn
데이터 형식: DateTime
Data type: DateTime
액세스 형식: 읽기 전용Access type: Read-only
한정자: [읽기]Qualifiers: [read]
Active Directory 포리스트가 추가 된 날짜입니다.Date the Active Directory forest was added.
Description
데이터 형식: String
Data type: String
액세스 형식: 읽기/쓰기Access type: Read/Write
한정자: 없음Qualifiers: none
Active Directory 포리스트에 대 한 설명입니다.Description of the Active Directory forest.
DiscoveredADSites
데이터 형식: UInt32
Data type: UInt32
액세스 형식: 읽기 전용Access type: Read-only
한정자: [읽기]Qualifiers: [read]
검색 된 Active Directory 사이트 수입니다.Count of discovered Active Directory sites.
DiscoveredDomains
데이터 형식: UInt32
Data type: UInt32
액세스 형식: 읽기 전용Access type: Read-only
한정자: [읽기]Qualifiers: [read]
검색 된 Active Directory 도메인의 수입니다.Count of discovered Active Directory domains.
DiscoveredIPSubnets
데이터 형식: UInt32
Data type: UInt32
액세스 형식: 읽기 전용Access type: Read-only
한정자: [읽기]Qualifiers: [read]
검색 된 Active Directory IP 서브넷 수입니다.Count of discovered Active Directory IP subnets.
DiscoveredTrusts
데이터 형식: UInt32
Data type: UInt32
액세스 형식: 읽기 전용Access type: Read-only
한정자: [읽기]Qualifiers: [read]
검색 된 Active Directory 트러스트 수입니다.Count of discovered Active Directory trusts.
DiscoveryStatus
데이터 형식: UInt32
Data type: UInt32
액세스 형식: 읽기 전용Access type: Read-only
한정자: [enumeration, 읽기]Qualifiers: [enumeration, read]
검색 상태.Discovery status. 가능한 값은 다음과 같습니다.Possible values are:
값Value | 검색 상태Discovery status |
---|---|
00 | 성공SUCCEEDED |
11 | 완료됨COMPLETED |
22 | ACCESS_DENIEDACCESS_DENIED |
33 | FAILEDFAILED |
44 | STOPPEDSTOPPED |
EnableDiscovery
데이터 형식: Boolean
Data type: Boolean
액세스 형식: 읽기/쓰기Access type: Read/Write
한정자: 없음Qualifiers: none
true
Active Directory 포리스트 검색을 사용 하도록 설정 합니다.true
if Active Directory forest discovery is enabled.
ForestFQDN
데이터 형식: String
Data type: String
액세스 형식: 읽기/쓰기Access type: Read/Write
한정자: 없음Qualifiers: none
Active Directory 포리스트의 FQDN입니다.FQDN of the Active Directory forest.
ForestID
데이터 형식: UInt32
Data type: UInt32
액세스 형식: 읽기 전용Access type: Read-only
한정자: [key, read]Qualifiers: [key, read]
Active Directory 포리스트의 식별자입니다.Identifier of the Active Directory forest.
ModifiedBy
데이터 형식: String
Data type: String
액세스 형식: 읽기/쓰기Access type: Read/Write
한정자: 없음Qualifiers: none
Active Directory 포리스트를 마지막으로 수정한 사용자입니다.User that last modified the Active Directory Forest.
ModifiedOn
데이터 형식: DateTime
Data type: DateTime
액세스 형식: 읽기 전용Access type: Read-only
한정자: [읽기]Qualifiers: [read]
Active Directory 포리스트가 마지막으로 수정 된 날짜입니다.Date the Active Directory Forest was last modified.
PublishingPath
데이터 형식: String
Data type: String
액세스 형식: 읽기/쓰기Access type: Read/Write
한정자: 없음Qualifiers: none
대체 게시 경로입니다.Alternate publishing path.
PublishingStatus
데이터 형식: UInt32
Data type: UInt32
액세스 형식: 읽기 전용Access type: Read-only
한정자: [enumeration, 읽기]Qualifiers: [enumeration, read]
게시 상태.Publishing status. 가능한 값은 다음과 같습니다.Possible values are:
값Value | 게시 상태Publishing status |
---|---|
00 | UNKNOWNUNKNOWN |
11 | 성공SUCCEEDED |
22 | FAILEDFAILED |
요구 사항Requirements
런타임 요구 사항Runtime Requirements
자세한 내용은 Configuration Manager 서버 런타임 요구 사항을 참조하세요.For more information, see Configuration Manager Server Runtime Requirements.
개발 요구 사항Development Requirements
자세한 내용은 Configuration Manager 서버 개발 요구 사항을 참조하세요.For more information, see Configuration Manager Server Development Requirements.