mirror of
https://github.com/MicrosoftDocs/windows-itpro-docs.git
synced 2025-06-15 18:33:43 +00:00
Changed Lync to SkypeOnlineConnector module
This commit is contained in:
committed by
GitHub
parent
71db17cdb9
commit
b00fdb00f0
@ -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
|
||||
{
|
||||
|
Reference in New Issue
Block a user