Merge pull request #5052 from get-itips/patch-5

Changed Lync to SkypeOnlineConnector module
This commit is contained in:
Daniel Simpson 2019-09-27 11:20:48 -07:00 committed by GitHub
commit ef7a1b65c4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -611,7 +611,7 @@ function ExitIfError($strMsg)
## Check dependencies ## ## Check dependencies ##
try { try {
Import-Module LyncOnlineConnector Import-Module SkypeOnlineConnector
Import-Module MSOnline Import-Module MSOnline
} }
catch catch
@ -1100,7 +1100,7 @@ if ($fSfbIsOnline -or $fExIsOnline)
if ($fSfbIsOnline) if ($fSfbIsOnline)
{ {
try { try {
Import-Module LyncOnlineConnector Import-Module SkypeOnlineConnector
} }
catch catch
{ {
@ -1513,7 +1513,7 @@ else
if ($online) if ($online)
{ {
try { try {
Import-Module LyncOnlineConnector Import-Module SkypeOnlineConnector
} }
catch catch
{ {