Forum Discussion
I can not Create an application instance in my tenant.
- Oct 05, 2020
Hi AngelicaEnriquez88 ,
Bit worried about the mention of PowerShell 3.0 🙂
Try looking to:
https://docs.microsoft.com/en-us/MicrosoftTeams/teams-powershell-overview#:~:text=Microsoft%20Teams%20PowerShell%20module%3A%20The%20Teams%20PowerShell%20module,to%20manage%20meetings%2C%20phone%20system%2C%20and%20policies%20features.and
https://www.powershellgallery.com/packages/MicrosoftTeams/1.1.6
The above is basically a version of the Teams PowerShell module that incorporates the two and should remove the need for a separate Lync/Skype Module.
So see if it lets you load this module and create a new-csonline session from there.
Thanks
Henry
Hi HenryPhillipsNimbitech, Thank you, it was so helpful to me.
However, I still can't create the instance.
I executed:
$session = New-CsOnlineSession
Import-PSSession $session -AllowClobber
then:
I don't know what my mistake
I also tried it with:
During my test, we need below steps to connect to Skype for Business Online:
1. Downloading and installing Windows PowerShell
2. Downloading and installing LyncOnlinePowershell.exe, then open Windows PowerShell with administrator, and run "Import-Module LyncOnlineConnector".
3. Then start to build connection with your Office 365 credential:
$credential = Get-Credential$session = New-CsOnlineSession -Credential $credential -Verbose Import-PSSession $session
https://social.technet.microsoft.com/Forums/msonline/en-US/22a77b89-b113-4cad-9544-964abf696cbb/unable-to-connect-to-skype-for-business-online-office-365-tenant-using-powershell-or-control-panel?forum=onlineservicesmigrationandcoexistence#2570e442-8a35-4b7c-86ec-0df89f993839
I try to run again, but it tells me that it is in use, then I search if there is an instance, it does not bring results either.
I honestly don't know what to do anymore. I even created a new app in azure, I gave it privileges, I uploaded the certificate, the user I use here is the owner.
Hi AngelicaEnriquez88 ,
Bit worried about the mention of PowerShell 3.0 🙂
Try looking to:
https://docs.microsoft.com/en-us/MicrosoftTeams/teams-powershell-overview#:~:text=Microsoft%20Teams%20PowerShell%20module%3A%20The%20Teams%20PowerShell%20module,to%20manage%20meetings%2C%20phone%20system%2C%20and%20policies%20features.
and
https://www.powershellgallery.com/packages/MicrosoftTeams/1.1.6
The above is basically a version of the Teams PowerShell module that incorporates the two and should remove the need for a separate Lync/Skype Module.
So see if it lets you load this module and create a new-csonline session from there.
Thanks
Henry
- AngelicaEnriquez88Oct 07, 2020Copper Contributor
I could already create the instance
Thanks so much!!!
My instance problem was the name, I changed it and it worked for me.
I used Teams PowerShell module as you suggested.
thanks, again!! - AngelicaEnriquez88Oct 06, 2020Copper Contributor
Hi HenryPhillipsNimbitech sorry the powerShell version is 5.1 :D.
Same result and I uninstalled Skype for Business Online Connector
Thanks
Angie