User Profile
Thysmith
Copper Contributor
Joined Dec 20, 2020
User Widgets
Recent Discussions
Re: Sharing problems in Sharepoint (sharing options greyed out)
LuxLumen Hey there, I have experienced the same thing you bring up here. To resolve this you need to remove the Limited-Access User Permission Lockdown Mode. Go to Your site collection >> Click on Settings Gear >> Click on “Site Information” >> Click on the “View All Site Information” link. Under the site settings page, click on “Site Collection Features”. Click on the “Deactivate” button next to the “Limited-access user permission lockdown mode” feature and confirm the prompt on the next page. More info here: https://www.sharepointdiary.com/2019/03/sharepoint-online-anyone-with-link-greyed-out.html8KViews0likes0CommentsRe: Azure AD Connect - Dealing with incorrectly created users post-sync
Marconi Poveda I see this is old and somewhat unanswered. I am sure you have likely found the solution by now, but for those that have this question. --- When you end up with duplicate user accounts, while attempting to soft-match (ie. forgetting to update the UPN, or a slight variation in the logon name.) Even after simply deleting the duplicated account, you will still be unable to get the correct existing account in the AAD to soft-match until you remove the duplicate from the deleted users section of the Office365 portal. To do this, use the following PowerShell cmdlet remove the account from the recycle bin; Remove-MsolUser -UserPrincipalName <Incorrectaccountname@domain.com> -RemoveFromRecycleBin You can then perform a new AAD Export and your accounts will be soft-matched correctly. More Guidance regarding removing deleted users: https://practical365.com/exchange-server/permanently-remove-deleted-users-office-365/ Hope this helps.130KViews0likes0Comments
Recent Blog Articles
No content to show