From 84956ab7b91aab41ebbe1c62d6d80f1bdcba5bde Mon Sep 17 00:00:00 2001 From: AdminDroid <49208841+admindroid-community@users.noreply.github.com> Date: Tue, 23 Nov 2021 19:19:08 +0530 Subject: [PATCH] Microsoft 365 group report Microsoft 365 group report --- Microsoft 365 Group Report/M365GroupReport.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Microsoft 365 Group Report/M365GroupReport.ps1 b/Microsoft 365 Group Report/M365GroupReport.ps1 index dce4346..061132b 100644 --- a/Microsoft 365 Group Report/M365GroupReport.ps1 +++ b/Microsoft 365 Group Report/M365GroupReport.ps1 @@ -169,7 +169,7 @@ Function main() $Count=0 #Check for input file - if([string]$GroupIDssFile -ne "") + if([string]$GroupIDsFile -ne "") { #We have an input file, read it into memory $DG=@()