The purpose of this blog is for knowledge sharing and connect the relevant audience who are all into Microsoft Dynamics world.
Alfasith AX
Tuesday, July 8, 2014
Monday, July 7, 2014
Code to get IP from the syste name / server name belongs to same domain
Hi,
1. Start > RUN > CMD
2. PING -4 (SERVER NAME / SYSTEM NAME)
//here You can also enter just directly PING Syste_Name
This will return the IP of the system provided system should be in same domain.
Here my system in the XXXX domain and to get the server IP where my instance is installed.
it returns the ip.
Regards,
1. Start > RUN > CMD
2. PING -4 (SERVER NAME / SYSTEM NAME)
//here You can also enter just directly PING Syste_Name
This will return the IP of the system provided system should be in same domain.
Here my system in the XXXX domain and to get the server IP where my instance is installed.
it returns the ip.
Regards,
Subscribe to:
Posts (Atom)
SQL code to upate one Legal entity banner to all the legal entity in D365
Hi, update companyimage set companyimage.Image = companyimageA.Image from ( select Image from companyimage where dataAreaid = 'USF...
-
Hi, AccountingDistribution ( accounting distribution 7452 ) AccountingDistributionEventTmp ( accounting distribution 100001 ) Accountin...
-
Hi, Create a EDT name it Gender then in properties enumType : //select the enum name Use the below code and enjoy. static v...