📝 update readme
Add reference to RMM example script.
This commit is contained in:
parent
6590c1222b
commit
facbcefca5
@ -53,7 +53,11 @@ TED supports the following switches:
|
|||||||
- "MACHINE NAME: @machineName"
|
- "MACHINE NAME: @machineName"
|
||||||
- "OS: @osName"
|
- "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
|
```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."
|
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.
|
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
|
|
||||||
|
|
||||||
 
|
 
|
||||||
|
|
||||||
## Adding Tokens
|
## Adding Tokens
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user