diff --git a/Docs/alias-toolkit.md b/Docs/alias-toolkit.md index 1289620..38c2dc9 100644 --- a/Docs/alias-toolkit.md +++ b/Docs/alias-toolkit.md @@ -32,7 +32,7 @@ This option will create a .csv with the columns Displayname and EmailAddresses based on the search term given. This uses `Get-Mailbox | Where-Object $_.EmailAddresses -like "$SearchTerm"`, so it will support wildcards. - >***This won't give you a .csv you can apply by default, this is by design. `You need to replace the spaces with ; in the EmailAddresses column.` This was implemented to ensure double-checking no unwanted addresses are included into the import.*** + > ***This won't give you a .csv you can apply by default, this is by design. You need to replace the spaces with ; in the EmailAddresses column. This was implemented to ensure double-checking no unwanted addresses are included into the import.*** ### 4. Use the legacy search script and output the alias list to console. This does the same as the above option, but outputs the results to console with some nice-ish formatting. This is an adaptation of search-email-addresses. \ No newline at end of file