Rank: Freeware user Groups: Member
Joined: 6/20/2008 Posts: 1 Location: Perth
|
Can someone please provide the code to add an "IP" column to the "Computers in domain" (in database view GUI30computers ?)
|
Rank: Freeware user Groups: Member
Joined: 11/5/2008 Posts: 6 Location: S
|
sure you can and all you have to do is modify this asp page called it-alldomain.asp and add in the following code similar to mine.
td><table border="0" cellpadding="1" cellspacing="0" class="sortable"> <tr> <td valign="middle" class="sorttable_nosort"> </td> <td valign="middle" class="tblcell">Computer</td> <td valign="middle" class="tblcell">IP Address </td> <td valign="middle" class="tblcell">Description</td> <td valign="middle" class="tblcell">OS</td>
|