From f329c262fd411bb410444201a66fc6c6a1213c4c Mon Sep 17 00:00:00 2001 From: AdminDroid <49208841+admindroid-community@users.noreply.github.com> Date: Fri, 17 Dec 2021 12:30:06 +0530 Subject: [PATCH] Audit User Activity in Office 365 Audit User Activity in Office 365 --- .../UserActivityReport.ps1 | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/Audit Office 365 User Activity Report/UserActivityReport.ps1 b/Audit Office 365 User Activity Report/UserActivityReport.ps1 index 10c6c0a..3161d1c 100644 --- a/Audit Office 365 User Activity Report/UserActivityReport.ps1 +++ b/Audit Office 365 User Activity Report/UserActivityReport.ps1 @@ -246,6 +246,7 @@ else if((Test-Path -Path $OutputCSV) -eq "True") { Write-Host `nThe Output file availble in $OutputCSV -ForegroundColor Green + Write-Host `nFor more Office 365 related PowerShell scripts, check https://o365reports.com -ForegroundColor Cyan $Prompt = New-Object -ComObject wscript.shell $UserInput = $Prompt.popup("Do you want to open output file?",` 0,"Open Output File",4) @@ -258,3 +259,14 @@ else #Disconnect Exchange Online session Disconnect-ExchangeOnline -Confirm:$false | Out-Null + + + <# +============================================================================================= +Name: Audit user activity in Office 365 +website: o365reports.com +For detailed Script execution: https://o365reports.com/2021/01/06/export-office-365-user-activity-report-to-csv-using-powershell/ + +============================================================================================ +#> + \ No newline at end of file