我正在研究 ADuser 的自動同步。我需要編輯一個 xml 檔案來執行此操作,但此編輯的來源將是 get-aduser 生成的 csv 文件
我需要更改郵件地址以在 powershell 中建立 foreach,foreach 目標是 csv 中的郵件地址。
所以現在我有我的 csv 與電子郵件地址等...和我的設定檔sync.exe.cfg
這個想法是,導入 CSV 後,
foreach %USER% in file.csv Read Emailaddress load sync.exe.cfg IN sync.exe.cfg "edit line [email protected] with mail in cache" CALL sync.exe
或者我可以使用變數編輯 cfg 中的郵件部分,並對其執行 foreach 操作,而無需更改檔案。只需重寫 cfg 以外的變數。
謝謝你的時間