Microsoft.AD.UserBaseActive Directory 使用者或群組

Microsoft.AD.UserBase (ClassType)

定義 Active Directory 使用者和群組的一般內容

Element properties:

Base ClassSystem.Domain.User
AbstractFalse
HostedFalse
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementId9c85086e-fc04-2c41-3efa-18bb212c2c24

Class Hierarchy:

Class Properties:

Property Name Type Display Name (CHT) Description (CHT) Key Max Length Min Length Case Sensitive Default Value EnumType
System.Entity:
DisplayName  string  顯示名稱 顯示物件的名稱。 false 4000  False     
System.ConfigItem:
ObjectStatus  enum  物件狀態 物件狀態 false 256    System.ConfigItem.ObjectStatusEnum.Active  System.ConfigItem.ObjectStatusEnum 
AssetStatus  enum  資產狀態 資產狀態 false 256      System.ConfigItem.AssetStatusEnum 
Notes  richtext  附註 附註 false 4000       
System.User:
FirstName  string  名字 名字 false 256  False     
Initials  string  縮寫 縮寫 false 256  False     
LastName  string  姓氏 姓氏 false 256  False     
Company  string  公司 公司 false 256  False     
Department  string  部門 部門 false 256  False     
Office  string  辦公室 辦公室 false 256  False     
Title  string  職稱 職稱 false 256  False     
EmployeeId  string  員工識別碼 員工識別碼 false 256  False     
StreetAddress  string  街道地址 街道地址 false 1024  False     
City  string  縣/市 縣/市 false 256  False     
State  string  州/省 州/省 false 256  False     
Zip  string  郵遞區號 郵遞區號 false 256  False     
Country  string  國家/地區 國家/地區 false 256  False     
BusinessPhone  string  公司電話 公司電話 false 256  False     
BusinessPhone2  string  公司電話 2 公司電話 2 false 256  False     
HomePhone  string  住家電話 住家電話 false 256  False     
HomePhone2  string  住家電話 2 住家電話 2 false 256  False     
Fax  string  傳真 傳真 false 256  False     
Mobile  string  行動電話 行動電話 false 256  False     
Pager  string  呼叫器 呼叫器 false 256  False     
System.Domain.User:
Domain  string  網域 網域 true 256  False     
UserName  string  使用者名稱 使用者名稱 true 256  False     
Microsoft.AD.UserBase:
DistinguishedName  string  辨別名稱 辨別名稱 false 256  False     
ObjectGuid  guid      false 256       
SID  string  SID SID false 256  False     
FQDN  string  FQDN 完整網域名稱 false 256  False     
UPN  string  UPN UPN false 256  False     
OrganizationalUnit  string  組織單位 組織單位 false 1024  False     

Health Model:

Source Code:

<ClassType ID="Microsoft.AD.UserBase" Base="System!System.Domain.User" Abstract="false" Accessibility="Public" Hosted="false">
<!-- TODO: add regexp to the properties that have a well-known format -->
<Property ID="DistinguishedName" Type="string"/>
<Property ID="ObjectGuid" Type="guid"/>
<Property ID="SID" Type="string"/>
<Property ID="FQDN" Type="string"/>
<Property ID="UPN" Type="string"/>
<Property ID="OrganizationalUnit" Type="string" MaxLength="1024"/>
<!--<Property ID="IsUserGroup" Type="bool"/>-->
</ClassType>