You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Install-O365Monitor.ps1
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -86,6 +86,7 @@ Function ConnectMgGraphModule
86
86
if($MsGraphModule-eq$null)
87
87
{
88
88
Write-host"Important: Microsoft graph module is unavailable. It is mandatory to have this module installed in the system to run the script successfully."
89
+
Write-host'If completion hangs or fails, please manually run "Update-Module" in a PowerShell window to first update prerequisite components.'-ForegroundColor Yellow
89
90
$confirm=Read-Host Are you sure you want to install Microsoft graph module? [Y] Yes [N] No
0 commit comments