How to get the SID for Windows Server 2012 R2
We always switch back and forth from staging to production environment or production environment to Dev or Test , we want to get the SID for the current user setting.
Below are the steps you can perform to successfully log on to Microsoft Dynamics AX:
1. Open the command prompt \”run as administrator\”
2. Type whoami press enter,
3. This whoami command to check the correct domain and user name
4. Type whoami /user press enter will give you SID
It will look like:
Microsoft Windows [Version 6.3.9600]
(c) 2013 Microsoft Corporation. All rights reserved.
C:Windowssystem32>cd
C:>whoami
googleupandit
C:>whoami /user
USER INFORMATION
—————-
User Name SID
============== ===============================================
googleupandit S-1-5-23-2133773085-922363285-719344707-1522203
C:>
Happy AX Infra!
Thanks & Regards,