Friday, September 21, 2012

Vignettes AD <-> Profile

la KB officielle ; introduit en octobre 2010 http://support.microsoft.com/kb/2394320 Consider the following scenario. You try to import pictures in a user profile from the Active Directory thumbnailPhoto attribute to the PictureURL attribute in Microsoft SharePoint Server 2010. You set up an import PictureURL mapping. Then, you perform a full synchronization in the SharePoint server. In this scenario, the pictures are not added to the user profile in the SharePoint server. Note You can use following command to perform the import operation: Update-SPProfilePhotoStore -CreateThumbnailsForImportedPhotos 1 -MySiteHostLocation http:///my

Monday, August 27, 2012

Article exceptionnel sur le blobcache

http://sharepointinterface.com/2011/02/21/client-server-interactions-and-the-max-age-attribute-with-sharepoint-blob-caching/

Thursday, July 19, 2012

Synchro issues / Profiles

cet article est extremement exhaustif : http://blogs.technet.com/b/nishants/archive/2010/08/23/troubleshooting-user-profile-sync-issues-in-office-sharepoint-server-2007.aspx

Thursday, May 10, 2012

Diag des Alertes

http://blogs.developpeur.org/themit/archive/2012/05/08/sharepoint-mes-alertes-ne-marchent-pas-que-faire-comment-r-parer-ou-agir.aspx

Tuesday, April 17, 2012

tester du HTML dans une page sharepoint

pour reproduire un bug intermittent $req=[system.Net.HttpWebRequest]::Create($url); $req.UseDefaultCredentials = $true $response = $req.GetResponse() $stream = $response.GetResponseStream() $reader = New-Object IO.StreamReader($stream) $html = $reader.ReadToEnd() IF ($html -match "banner-aew-europe.jpg") { … Bug actif ….}

Wednesday, April 11, 2012

Webpart Derniers documents d'un site

Elegant, standard, avec une doc. http://www.fiechter.eu/blog/Lists/Posts/Post.aspx?ID=19&mobile=0

Monday, March 19, 2012

Dungeon master!

pour les nostalgiques, http://www.grimrock.net :)