【发布时间】:2012-06-08 09:23:00
【问题描述】:
我正在尝试使用 get-aduser 来查找用户正在使用的计算机主机名。
到目前为止,我已经得到了这个,但它不起作用。
get-aduser username -properties extensionattribute3 | select extentionattribute3
没有返回任何东西。
请帮忙
【问题讨论】:
-
extensionattribute3是一个免费字段。您认为它如何包含用户的实际机器主机名?
标签: powershell