Changed Lync to SkypeOnlineConnector module

This commit is contained in:
Andres Mariano Gorzelany
2019-09-27 08:36:08 -03:00
committed by GitHub
parent 71db17cdb9
commit b00fdb00f0

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
{ {