Voilà une commande powershell qui permet d’importer des photos dans Lync
Import-RecipientDataProperty -Identity stephane -Picture -FileData ([Byte[])$(Get-content -Path « d:\photo.jpg » -Encoding Byte -Readcount 0))
Voilà une commande powershell qui permet d’importer des photos dans Lync
Import-RecipientDataProperty -Identity stephane -Picture -FileData ([Byte[])$(Get-content -Path « d:\photo.jpg » -Encoding Byte -Readcount 0))