Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save UmeshPandit/f0a30ab69942ff947a463543d1d25472 to your computer and use it in GitHub Desktop.
Save UmeshPandit/f0a30ab69942ff947a463543d1d25472 to your computer and use it in GitHub Desktop.
How to update the Email of all users in AX 2012 to invalid in test environments
How to update the Email of all users in AX 2012 to invalid in test environments
Open SSMS:
update SYSUSERINFO Set EMAIL = 'invalid@email.com' where EMAIL != ''
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment