Skip to content

Commit

Permalink
fixed dot source of Connect-ServicesWithTokens
Browse files Browse the repository at this point in the history
  • Loading branch information
vilega committed Jul 31, 2020
1 parent ca35447 commit 8b9eff2
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion O365Troubleshooters.psm1
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,8 @@ Function Connect-O365PS { # Function to connecto to O365 services
$Try = 0
$global:errordesc = $null
$Global:O365Cred=$null
. $script:modulePath\ActionPlans\Connect-ServicesWithTokens.ps1


#region Module Checks

Expand Down Expand Up @@ -988,7 +990,7 @@ Function Set-GlobalVariables {
#Start-Sleep -Seconds 5
#}

. $script:modulePath\ActionPlans\Connect-ServicesWithTokens.ps1

}

function Get-ValidEmailAddress([string]$EmailAddressType)
Expand Down

0 comments on commit 8b9eff2

Please sign in to comment.