DMPE-PEG-Biotin DMPE磷脂-聚乙二醇-生物素 工艺放大技术支持
2026/6/26 15:55:50
在管理Active Directory时,了解属性名称与Active Directory Users and Computers (ADUC)管理工具中“友好”显示名称之间的映射关系至关重要。以下是地址页面的属性映射表:
| Active Directory Users and Computers标签 | Active Directory属性名称 |
| — | — |
| Street | streetAddress |
| P.O. Box | postOfficeBox |
| City | l (小写) |
| State/Province | st |
| Zip/Postal Code | postalCode |
| Country/Region | c |
以下是一个修改用户属性的脚本示例,详细展示了各个部分的操作:
provider = "LDAP://" OU = "ou=lab22," domain = "dc=a,dc=com" oCN = "CN=" oUname = "labUser," Set objUser = GetObject(provider & oCN & oUname & OU & domain) objUser.Put "streetAddress", "123 main st" objUser.Put "post