add: future changes to be committed

This commit is contained in:
DrIOS
2024-04-15 15:51:00 -05:00
parent d037f82f60
commit a4dce52825
4 changed files with 110 additions and 4 deletions

View File

@@ -248,12 +248,12 @@ function Invoke-M365SecurityAudit {
}
End {
# Return all collected audit results
return $allAuditResults
# Check if the Disconnect switch is present
if (!($DoNotDisconnect)) {
# Clean up sessions
Disconnect-M365Suite
}
# Return all collected audit results
return $allAuditResults
# Check if the Disconnect switch is present
}
}