SharePoint SAML Migration Guide – Part 2 Trusted Identity

SharePoint SAML Migration Guide – Part 1 Planning SharePoint SAML Migration Guide – Part 2 Trusted Identity SharePoint SAML Migration Guide – Part 3 Migration SharePoint SAML Migration Guide – Part 4 Web Applications SharePoint SAML Migration Guide – Part 5 User Profiles Part 2 – Trusted Identity The Trusted Identity Provider has two main […]

SharePoint SAML Migration Guide – Part 1 Planning

SharePoint SAML Migration Guide – Part 1 Planning SharePoint SAML Migration Guide – Part 2 Trusted Identity SharePoint SAML Migration Guide – Part 3 Migration SharePoint SAML Migration Guide – Part 4 Web Applications SharePoint SAML Migration Guide – Part 5 User Profiles Part 1 – Planning With most everything in SharePoint, planning and testing […]

SharePoint Profile Picture Import 1.3

Link to original post: https://adamsorenson.com/user-profile-picture-import-with-active-directory-import/ A new year, blog home, & version of the picture importer I have just completed a migration to my new blog home here. This platform will give us a bit more flexibility with design and such. I have been working a many bugs that have been plaguing the profile picture […]

SharePoint – PowerShell Script to Remove Users from Site Collection

Site collections still have users that are either disabled or deleted from Active Directory. SharePoint does not have anything out of the box that will clean up these. The reasons to clean these users up is to avoid getting them as a result in the people picker when they should not be showing up.
I do have two scripts that will clean these users up. This will be something you want to test out since this is a delete function (leave $RemoveUsers = $false).