From db4cc99afe2a3b9b28fcc439e2e7164dd2852824 Mon Sep 17 00:00:00 2001 From: mgeeky Date: Thu, 4 Nov 2021 15:36:36 +0100 Subject: [PATCH] updates --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index ba92fdd..fbac051 100644 --- a/README.md +++ b/README.md @@ -648,6 +648,13 @@ ANALYSIS: ``` +--- + +### Known Issues + +- HTML formatted output (when used with colors) is not working at the moment. Need to rewrite loggic that translates ANSI colors into HTML colors. +- `getOffice365TenantNameById(tenantID)` method is not yet finished, I know of a few ways to map Office365 Tenant GUID into Tenant Name but couldn't yet establish a stable way to do so. + ---