From facbcefca580e0c1f0f0fb9ab7b3035583090bc8 Mon Sep 17 00:00:00 2001 From: Bailey Eaton Date: Mon, 28 Aug 2023 14:08:15 +1000 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9D=20update=20readme?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Add reference to RMM example script. --- README.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 6f18fcd..fdb9a17 100644 --- a/README.md +++ b/README.md @@ -53,7 +53,11 @@ TED supports the following switches: - "MACHINE NAME: @machineName" - "OS: @osName" -Example usage: +## Examples + +We've provided an example PowerShell script to make deploying with your RMM quick and easy. You can find the script [here.](https://github.com/HealthITAU/TED/blob/main/examples/rmm_deploy.ps1) + +TED is a CLI tool and can be called like so: ```shell ted -di path/to/dark_image.png -li path/to/light_image.png -f Arial -fs 14 -ls 5 -hp 10 -vp 10 -line "Hello, @userName!" -line "You are using @osName on @machineName." @@ -61,8 +65,6 @@ ted -di path/to/dark_image.png -li path/to/light_image.png -f Arial -fs 14 -ls 5 In terms of real world usage, we've found this to be a fantastic tool for helping clients quickly identify key information about their machine whilst on the phone with them. -## Examples - ![TED Screenshot 1]( https://healthit.com.au/TEDScreenshot1_res1.png) ![TED Screenshot 2]( https://healthit.com.au/TEDScreenshot2_res1.png) ## Adding Tokens