If you want to highlight a part of a string in bold letters. Just use * at the start and at the end of the part in the Chat message.
Write-Host "Hello *world* is bold"
This example above generates a single Robogator Chat message with hello world is bold as content and world is in bold letters.
