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 ##
try {
Import-Module LyncOnlineConnector
Import-Module SkypeOnlineConnector
Import-Module MSOnline
}
catch
@ -1100,7 +1100,7 @@ if ($fSfbIsOnline -or $fExIsOnline)
if ($fSfbIsOnline)
{
try {
Import-Module LyncOnlineConnector
Import-Module SkypeOnlineConnector
}
catch
{
@ -1513,7 +1513,7 @@ else
if ($online)
{
try {
Import-Module LyncOnlineConnector
Import-Module SkypeOnlineConnector
}
catch
{