0

我无法将图片映射到 SharePoint 2013 用户配置文件中的 AD thumbnailPhoto:

  • 我当前的用户有农场权限
  • 我可以在管理用户属性中编辑图片
  • 当我从下拉列表中选择 thumbnailPhoto 并单击确定时,它会返回到管理用户属性而不映射

提前致谢

4

2 回答 2

0

Does this happen after choosing thumbnailPhoto and then clicking "import"?

Or after it shows the property mapping for synchronization and then clicking on "OK"?

If none of your images have pulled through after mapping then try running this script:

$mySitesUrl = “http://mySiteURL”
$mySitesHost = Get-SPSite –Identity $mySitesUrl
Update-SPProfilePhotoStore –MySiteHostLocation $mySitesHost
–CreateThumbnailsForImportedPhotos $true

This article should help: Adding Pictures to Active Directory and Show in SharePoint 2013

于 2014-11-13T06:30:01.677 回答
0

终于,它工作了,实际上这是一个非常愚蠢的,我在确定之前没有点击添加按钮!,愚蠢的是不是:)?

于 2014-11-16T09:37:43.963 回答