以下のスクリプトを使用して、2 つの異なるドメインからすべてのコンピューター アカウントをエクスポートします。
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
.
一体どうしてそれが可能なのでしょうか?