From 86a6113f2df5203f0887821bf4bd94aea3f5a991 Mon Sep 17 00:00:00 2001 From: silversword411 Date: Sun, 12 Jun 2022 14:22:17 -0400 Subject: [PATCH] docs - adding videos --- docs/docs/install/index.md | 6 ++++++ docs/docs/meshcmd/index.md | 6 ++++++ 2 files changed, 12 insertions(+) diff --git a/docs/docs/install/index.md b/docs/docs/install/index.md index 34a428bf..f278b4b9 100644 --- a/docs/docs/install/index.md +++ b/docs/docs/install/index.md @@ -24,3 +24,9 @@ You can run the MeshCentral Server with --help to get options for background ins Once you get MeshCentral installed, the first user account that is created will be the server administrator. So, don't delay and navigate to the login page and create a new account. You can then start using your server right away. A lot of the fun with MeshCentral is the 100's of configuration options that are available in the config.json file. You can put your own branding on the web pages, setup a SMTP email server, SMS services and much more. You can look [here for simple config.json](https://raw.githubusercontent.com/Ylianst/MeshCentral/master/sample-config.json), [here for a more advanced configuration](https://raw.githubusercontent.com/Ylianst/MeshCentral/master/sample-config-advanced.json) and [here for all possible configuration options](https://raw.githubusercontent.com/Ylianst/MeshCentral/master/meshcentral-config-schema.json). You can also take a look at the [MeshCentral User's Guide](https://meshcentral.com/info/docs/MeshCentral2InstallGuide.pdf) and [tutorial videos](https://meshcentral.com/info/tutorials.html) for additional help. + +## Video Walkthru + +
+ +
\ No newline at end of file diff --git a/docs/docs/meshcmd/index.md b/docs/docs/meshcmd/index.md index 1032d51b..38528f91 100644 --- a/docs/docs/meshcmd/index.md +++ b/docs/docs/meshcmd/index.md @@ -416,6 +416,12 @@ In this example, the CIRA setup script was run on a remote computer. After the s ## IDE Redirection +## Video Walkthru + +
+ +
+ MeshCmd has all the code needed to perform Intel AMT IDE Redirection from the command line. This allows disk images on the administrator’s computer to be remotely mounted to an Intel AMT computer. You need to start with a floppy disk .img file and/or an .iso CDROM file. ![](images/2022-05-15-15-42-01.png)