When adding another authentication provider to a web application like ADFS(SAML) or FBA(LDAP), SharePoint sees these users and roles(groups) as entirely different users and groups than Windows counterparts. The backend Active Directory might be the same along with usernames and passwords but to SharePoint these are different users. Different Users, Different Permissions I’ve deployed ADFS […]
Month: February 2018
Deleting User Profiles Using PowerShell
There are many reasons why we would want to use a PowerShell shell script to delete user profiles. We don’t want to use or trust the My Site Cleanup job. We have a batch of stub user profiles that need to be deleted. We just want to delete some user profiles for testing purposes. We […]