Dell KACEアプライアンスを使用すると、通常は3~4人を要する作業を2人で遂行することが可能です。
Bryon Black氏、IT管理者
South Coast Water District

How to Make Refresh Reload your K1000 appliance web page instead of going to the welcome screen

In order to use the built-in refresh of the browser you are using (e.g. F5 in IE) you first need to go directly to the K1000 page of interest.

By default the admin pages are all wrapped under the URL of http;//k1000/admin and the user portal is http://k1000

Well, if you instead browse and log in through http://k1000/adminui or http://k1000/userui respectively then you will be ble to get refresh and bookmark functionality back. The drawback is that the URLs can be quite long.

For example, the inventory screen is: http://k1000/adminui/computer_inventory.php

but if you wanted to do an advanced search on the machine name of "MyPC" the URL would be:

 http://192.168.2.122/adminui/computer_inventory.php?TYPE=search&SQL=select+*%2C+UNIX_TIMESTAMP(now())+-+UNIX_TIMESTAMP(LAST_SYNC)+as+LAST_SYNC_TIME%2C%0A+++++++++++++++++++++++UNIX_TIMESTAMP(MACHINE.LAST_SYNC)+as+LAST_SYNC_SECONDS%0A++++++++++++++++++from+ORG5.MACHINE%0A+++++++++++++++++where+((++(1++in+(select+1+from+ORG5.ASSET+where+ASSET.ASSET_TYPE_ID+%3D+5+AND+ASSET.MAPPED_ID+%3D+MACHINE.ID+and+ASSET.NAME+like+%27%25MyPC%25%27))+))&FINDFIELDS[WFIELD1]=MAPPED-ASSET5.NAME&FINDFIELDS[EXP_SELECT1]=CONTAINS&FINDFIELDS[INPUT1]=MyPC&FINDFIELDS[UNION_SELECT2]=0&FINDFIELDS[UNION_SELECT3]=0&FINDFIELDS[UNION_SELECT4]=0

Not that on most pages where a refresh is necessary (e.g. RUN NOW status) ou can refresh them by simply clicking the tab that brought you too it in the first place and many pages have a "refresh" button that you can use instead.