Powershell thing to that I’ll need in a few months.
get-aduser -filter { ipphone -like ‘7*’ } -properties ipphone | Export-CSV “thatthing.csv”
Set-ADUser username -Replace @{ipphone=“#####”}
Mostly tech stuff, some memories.
Powershell thing to that I’ll need in a few months.
get-aduser -filter { ipphone -like ‘7*’ } -properties ipphone | Export-CSV “thatthing.csv”
Set-ADUser username -Replace @{ipphone=“#####”}