mirror of
https://github.com/MicrosoftDocs/windows-itpro-docs.git
synced 2025-06-16 10:53: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 ##
|
## 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
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user