mirror of
https://github.com/MicrosoftDocs/windows-itpro-docs.git
synced 2025-05-16 23:37:22 +00:00
Merge pull request #5052 from get-itips/patch-5
Changed Lync to SkypeOnlineConnector module
This commit is contained in:
commit
ef7a1b65c4
@ -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
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user