Skip to content

Commit 3ea4c18

Browse files
authored
Update Install-O365Monitor.ps1
1 parent 1473fda commit 3ea4c18

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Install-O365Monitor.ps1

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,7 @@ Function ConnectMgGraphModule
8686
if($MsGraphModule -eq $null)
8787
{
8888
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
8990
$confirm = Read-Host Are you sure you want to install Microsoft graph module? [Y] Yes [N] No
9091
if($confirm -match "[yY]")
9192
{

0 commit comments

Comments
 (0)