📝 update readme

Add reference to RMM example script.
This commit is contained in:
Bailey Eaton 2023-08-28 14:08:15 +10:00 committed by GitHub
parent 6590c1222b
commit facbcefca5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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