标签: powershell active-directory
我正在尝试使用以下条件从Active Directory读取用户。 我只想要通过samaccountName的用户。 那么如何在powershell中使用SAMAccountName属性查找活动目录用户?
答案 0 :(得分:0)
dsquery user -samid samaccountname
例如:dsquery user -samid jdoe