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
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'.)
- 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
- Jan 13, 2021Happy to hear!!
Adam
- PaddyInWalesJan 11, 2021Copper Contributor
OK, next line of the "https://docs.microsoft.com/en-gb/MicrosoftTeams/tmr-meeting-recording-change" script to change from Stream to OneDrive is
Set-CsTeamsMeetingPolicy -Identity Global -RecordingStorageMode "OneDriveForBusiness": this window results:
Any idea what I supposed to enter as my password here? I changed Username to mine that I use to access tynyrhos.onmicrosoft.com and used my password, but got the following bad language back from PS:
New-PSSession : [admingb1.online.lync.com] Connecting to remote server admingb1.online.lync.com failed with the
following error message : The WinRM client cannot process the request. The authentication mechanism requested by the
client is not supported by the server or unencrypted traffic is disabled in the service configuration. Verify the
unencrypted traffic setting in the service configuration or specify one of the authentication mechanisms supported by
the server. To use Kerberos, specify the computer name as the remote destination. Also verify that the client
computer and the destination computer are joined to a domain. To use Basic, specify the computer name as the remote
destination, specify Basic authentication and provide user name and password. Possible authentication mechanisms
reported by server: For more information, see the about_Remote_Troubleshooting Help topic.
At C:\Users\Paddy\AppData\Local\Temp\tmp_1ekyj40c.dco\tmp_1ekyj40c.dco.psm1:136 char:17
+ & $script:NewPSSession `
+ ~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : OpenError: (System.Manageme....RemoteRunspace:RemoteRunspace) [New-PSSession], PSRemotin
gTransportException
+ FullyQualifiedErrorId : AccessDenied,PSSessionOpenFailed
Exception calling "GetSteppablePipeline" with "1" argument(s): "No session has been associated with this implicit
remoting module."
At C:\Users\Paddy\AppData\Local\Temp\tmp_1ekyj40c.dco\tmp_1ekyj40c.dco.psm1:50980 char:13
+ $steppablePipeline = $scriptCmd.GetSteppablePipeline($myI ...
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : NotSpecified: (:) [], ParentContainsErrorRecordException
+ FullyQualifiedErrorId : RuntimeExceptionWow! What can I try next?
Thanks
Paddy
- PaddyInWalesJan 11, 2021Copper Contributor
Cheers: I found I had 5.1 installed, and used that successfully! Onwards and upwards...