0
我導出所有計算機帳戶從兩個不同的域與下面的腳本:CSVDE出口問題
CSVDE -d "DC=DC,DC...etc." -s servername -r "(&(objectClass=computer)(!useraccountcontrol:1.2.840.113556.1.4.803:=2))" -f comp.csv -l DN,cn,description,userAccountControl,managedBy
列順序的第一個域是:DN,cn,description,userAccountControl,managedBy
。 如果我爲下一個腳本運行相同的腳本:DN,cn,userAccountControl,description,managedBy
。
這究竟有多可能?
[CSVDE導出的LDAP列順序]的可能重複(http://stackoverflow.com/questions/13763548/ldap-column-order-of-csvde-export) – Damien