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 ##
|
## 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
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user