From 9a53092bf70b9152e15ecd30df42c3bbdd2781b5 Mon Sep 17 00:00:00 2001 From: "Jeremy D. Berkleef" Date: Mon, 3 May 2021 09:00:17 -0300 Subject: [PATCH] Fix emphasis on option 3 --- Docs/alias-toolkit.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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