From 379360c0c43e0d93e6dda453e066a418327100ce Mon Sep 17 00:00:00 2001 From: Chris Missal Date: Fri, 21 Jul 2023 19:05:42 -0500 Subject: [PATCH] Update README.md fixes typo in parameter description --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index df7e6ee..9871e40 100644 --- a/README.md +++ b/README.md @@ -192,7 +192,7 @@ Also, by default the Network Topology will not consider Virtual Networks that ar | AppId | Service Principal Authentication | `-AppId ` | | Secret | Client secret of the Service Principal | `-Secret ` | | SubscriptionID | Specifies Subscription(s) to be inventoried. | `-SubscriptionID ` | -| ManagementGroup | Specifies the Management Grount to be inventoried(all Subscriptions on it) | `-ManagementGroup ` | +| ManagementGroup | Specifies the Management Group to be inventoried(all Subscriptions on it) | `-ManagementGroup ` | | Lite | Speficies to use only the Import-Excel module and don't create the charts (using Excel's API) | `-Lite` | | SecurityCenter | Include Security Center Data. | `-SecurityCenter` | | SkipAdvisory | Do not collect Azure Advisory. | `-SkipAdvisory` |