Skip to content

Commit

Permalink
Update Install-O365Monitor.ps1
Browse files Browse the repository at this point in the history
  • Loading branch information
Xorlent authored Sep 19, 2024
1 parent 1473fda commit 3ea4c18
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Install-O365Monitor.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,7 @@ Function ConnectMgGraphModule
if($MsGraphModule -eq $null)
{
Write-host "Important: Microsoft graph module is unavailable. It is mandatory to have this module installed in the system to run the script successfully."
Write-host 'If completion hangs or fails, please manually run "Update-Module" in a PowerShell window to first update prerequisite components.' -ForegroundColor Yellow
$confirm = Read-Host Are you sure you want to install Microsoft graph module? [Y] Yes [N] No
if($confirm -match "[yY]")
{
Expand Down

0 comments on commit 3ea4c18

Please sign in to comment.