AD 檢視賬戶資訊命令 Get aduser

2021-09-20 16:55:59 字數 736 閱讀 3314

從ad匯出所有啟用的郵箱列表

1

get-aduser-filter-properties * | select name,samaccountname,displayname,userprincipalname,surname,givenname

匯出禁用的 ad 賬戶,以日期為準進行排序

1get-aduser-filter-properties * | select displayname,userprincipalname,lastlogondate | sort lastlogondate -descending |export-csvd:\disableuser.csv -encoding utf8

匯出後的檔案包含三列:

(由於要和別的系統的使用者資訊做比對,所以匯出下面的三列)

c 獲取AD賬戶資訊

1 獲取連線語句 2 獲取相關資訊 3 搜尋資訊 3 遍歷資訊 注意 遍歷的電腦必須加入域環境 ipglobalproperties ipglobalproperties ipglobalproperties.getipglobalproperties string doname ipglobalp...

ASP 驗證 查詢AD域賬戶資訊

函式功能 查詢域使用者資訊 引數說明 stradmin 域管理賬戶 password 域帳戶密碼 domain 域伺服器。參考資料 搜尋 query ldap for existing user classic asp 在 www.experts exchange.com function geta...

PS AD 命令之禁用AD賬戶!

剛才我們講到了批量啟用,那麼接下來肯定是禁用賬戶,禁用賬戶和啟用賬戶基本上是反著來,命令模式基本上一樣。我們來看看禁用怎麼做。disable adaccount identity p 團ad團caiwu 曰二iine 國國lineone 他通常也和我們的 get aduser 合起來執行相應的命令,...