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 AngelicaEnriquez88 ,
My Spanish is shocking but I translate that as it is not seeing that as a valid cmdlet.
So in the first instance we want to ensure that we have the required module.
So I think that the modules are still split for Teams and the Voice side of Teams. So I would ensure you have done the following first:
Eventually this will be merged into the one module, which I am really looking forward to.
Thanks
Henry
- AngelicaEnriquez88Sep 29, 2020Copper Contributor
It doesn't work either, sorry I don't know what happens, I'm new to this.
Thanks so much!
- HenryPhillipsNimbitechSep 29, 2020Bronze Contributor
Hi AngelicaEnriquez88 ,
Might be worth taking a look at something like the following:
https://jeffbrown.tech/errors-connecting-to-skype-for-business-online-powershell-module/Thanks
Henry
- AngelicaEnriquez88Oct 01, 2020Copper Contributor
Thank you, what you gave me helped me.
This works for me:
Import-Module SkypeOnlineConnector
$userCredential = Get-Credential
$sfbSession = New-CSOnlineSession -Credential $userCredential -OverridePowerShellUri "https://______.online.lync.com/OcsPowershellOAuth" -Verbosebut I have a other problem,
I tried whit:
Enable-PSRemoting, but same error
Any idea? or I need to open a new issue?
Thanks so much in advance!