Ylianst / MeshCentral

A complete web-based remote monitoring and management web site. Once setup you can install agents and perform remote desktop session to devices on the local network or over the Internet.
https://meshcentral.com
Apache License 2.0
3.88k stars 529 forks source link

documentation for "console" commands #1659

Open Tomatoschewps opened 4 years ago

Tomatoschewps commented 4 years ago

Hi, I didn't find the documentation for the available commands from the agent console :

> help
Available commands: 
 agentsize, alert, amt, amtacm, amtccm, amtdeactivate, amtpolicy, amtreset, apf, args, av, coredump,
 cpuinfo, dbcompact, dbget, dbkeys, dbset, eval, fdcount, fdsnapshot, getclip, getscript, help,
 httpget, info, kill, kvmmode, location, lock, log, ls, netinfo, notify, nwslist, openurl, osinfo,
 parseuri, plugin, power, print, ps, rawsmbios, safemode, scanamt, scanwifi, sendcaps, service,
 setclip, setdebug, smbios, startupoptions, sysinfo, toast, type, uac, unzip, users, versions,
 vm, wakeonlan, wallpaper, wpfhwacceleration, wsclose, wsconnect, wssend, zip.

And some of them catch my eye :)

Ylianst commented 4 years ago

Makes sense. I want to include documentation in the console itself as much as possible.

Tomatoschewps commented 4 years ago

Okay, great! We'll watch for future updates, nothing urgent :)

srivera42 commented 1 year ago

any updates on this?

krayon007 commented 1 year ago

any updates on this?

Let me work on this...

silversword411 commented 1 year ago

@Tomatoschewps here's where those are processed

https://github.com/Ylianst/MeshCentral/blob/master/agents/meshcore.js#L3653

I'm working on an initial PR for a stub, maybe you can help read code and come up with some verbiage.

silversword411 commented 1 year ago

...looks like there are some commands that don't appear when you type help either like mousetrails.

krayon007 commented 1 year ago

The undocumented ones were experimental ones I was still testing . Mouse trails was just added with the last update. I'll pull together something later today.

krayon007 commented 1 year ago

ok I pushed a first pass of the console command documentation. I wasn't sure on the best way to format it, but it was a first pass.

ratheader commented 7 months ago

An option to use winget would be fine.