Forum Discussion
Please help a newbie configure for Teams meeting recording
- Jan 10, 2021For recording and saving to Stream which is how its worked up until now will require a stream license applied to the person recording. What license did you buy? You can now also switch to the recording being saved in OneDrive or SharePoint by using Powershell. This will be a default and only behavior going forward! Read more here:
https://docs.microsoft.com/en-us/microsoftteams/tmr-meeting-recording-change
Regarding your error I’d try to start powershell as an administrator and see if that helps
Adam
https://docs.microsoft.com/en-us/microsoftteams/tmr-meeting-recording-change
Regarding your error I’d try to start powershell as an administrator and see if that helps
Adam
- PaddyInWalesJan 10, 2021Copper Contributor
Sadly, same via admin PowerShell (but at least I cracked how to copy text!) -- Paddy
PS C:\Windows\System32> Import-Module SkypeOnlineConnector
>> $sfbSession = New-CsOnlineSession
>> Import-PSSession $sfbSession
>>
Please enter the user principal name (ex. User@Domain.Com): (myname)@(mydomain).onmicrosoft.com
Get-CsOnlinePowerShellAccessToken: C:\Program Files\Common Files\Skype for Business Online\Modules\SkypeOnlineConnector\SkypeOnlineConnectorStartup.psm1:214
Line |
214 | $accessToken = Get-CsOnlinePowerShellAccessToken @params
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
| One or more errors occurred. (Could not load type 'System.Security.Cryptography.SHA256Cng' from assembly 'System.Core, Version=4.0.0.0, Culture=neutral,
| PublicKeyToken=b77a5c561934e089'.)- Jan 11, 2021If I remember correctly you should try to use an earlier version of powershell
- PaddyInWalesJan 13, 2021Copper Contributor
Adam, thank for your help on this, without which I could not have got this far! I think I can now close this request as I have got to the stage where I can record a Teams meeting to Stream, and can therefore migrate from Zoom.
In the end the main issue was that I had bought a new 365 Business Basic licence rather than upgrading my Free Teams. I cancelled the new licence, upgraded my Teams licence, and all the pieces of the jigsaw snicked nicely into place! I still have a couple of issues but will raise those in other threads if I connect solve them.
Thanks again!
Paddy in Wales, UK
- PaddyInWalesJan 10, 2021Copper Contributor
Thanks Adam, I bought a Microsoft 365 Business Basic. It seems to let me get to various configuration options but all a bit baffling! I don't for instance know how to find out if I have a Stream licence, which it seems I must have even though it is being superceded.
I will try running PowerShell as admin as you suggest and report back.
Thanks for taking the time to help!
Paddy