Get computer name or Hostname

  • 20 September 2018
  • 2 replies
  • 30 views

Badge +3

Hi guys,

 

I need to show "Computer name/hostname" in Nintex form for SharePoint online, Classic form. 

Also, it should be editable by the user. 

Can you help me if you have any experience with that? 

 

 

Thanks

Bahareh


2 replies

Userlevel 6
Badge +16

You can do it with a script but only in IE

var ax = new ActiveXObject("WScript.Network");alert('User: ' + ax.UserName );alert('Computer: ' + ax.ComputerName);
Badge +3

Hi Fernando,

Thanks for your answer, I used this Javascript in IE but I give this error.

Regards,

Reply