For Schools!

Hi,
Just testing this software for school use. I’m wanting to draw a simple layout of each classroom. I’ve already got one classroom up and running however as I went along I cant seem to work out how to hopefully achieve the following:

  • Display the current logged on user when hovering over a computer.

  • Right click and use a tool to open up the C$ share on the machine.

  • Possibly show free drivespace

  • Possibly show a count of the number of folders in C:/Users

  • Reboot a machine/shutdown a machine

  • WOL a machine

The top two are priority!
Hope someone can help?

I created a tool called explore and just put in it

\[Device Name\C$

and it opens up the c drive in explorer. It assumes you are logged in as a domain admin

for reboot/shutdown you could use pstools to launch shutdown command

psshutdown.exe \ipaddr -u domain\user -p password -c -f -s -t 1 (shutsdown)
psshutdown.exe \ipaddr -u domain\user -p password -c -f -r -t 1 (restarts)