Active Directory üzerinde topluca fax no değiştirmek için, Active Directory Module for Windows Powershell üzerinde aşağıdaki powershell komutu çalıştırılabilinir.
1 | Get-AdUser -Filter * -SearchBase “OU=ORTAK,DC=atasoylu,DC=com” | Set-ADUser –fax "555 55 55" |