Powershell Import / Export photo into / from AD

Posted PS_cmdlet

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Powershell Import / Export photo into / from AD相关的知识,希望对你有一定的参考价值。

  1. Import photo to AD
    $photopath = d:\\photo\\aaa.jpg
    $photo = [byte[]](Get-Content $photopath -Encoding byte)
    Set-ADUser $username -Replace @thumbnailPhoto=$photo
  2. Export photo from AD
    $photopath = d:\\photo\\aaa.jpg
    $user = Get-ADUser $username -Properties thumbnailPhoto
    $user.thumbnailPhoto | Set-Content $photopath -Encoding byte

以上是关于Powershell Import / Export photo into / from AD的主要内容,如果未能解决你的问题,请参考以下文章

反序列化对象类型问题 - 特别是 Powershell 5 类和 Import-CliXml

powershell Import-ServerNames.ps1 #blog

Powershell Import / Export photo into / from AD

PowerShell Import-CSV“过滤掉空行”Export-CSV

为啥 Powershell Import-Csv 在此 CSV 文件上无法正常工作?

Import Unexpected identifier + SyntaxError: Unexpected string