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=@()