Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save UmeshPandit/0880c265c8682ab76f0c8e76841d3c13 to your computer and use it in GitHub Desktop.
Save UmeshPandit/0880c265c8682ab76f0c8e76841d3c13 to your computer and use it in GitHub Desktop.
How to enable all user in Microsoft Dynamics 365 FO
Open Target SSMS
New Query:
update userinfo set [enable] = 1 where ID <> 'guest'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment