Posts

Showing posts from July, 2019

Turn on Teams/Skype Meeting Recording and Transcription for Entire Organization

Image
<# .SYNOPSIS Turn on meeting recording and transcription for entire organization .PREREQUISITES Download the Skype for Business Online Connector Module - https://www.microsoft.com/en-us/download/details.aspx?id=39366 .ADDITIONAL RESOURCES Teams cloud meeting recording - https://docs.microsoft.com/en-us/microsoftteams/cloud-recording Manage Skype for Business Online with Office 365 PowerShell - https://docs.microsoft.com/en-us/office365/enterprise/powershell/manage-skype-for-business-online-with-office-365-powershell #> Import-Module SkypeOnlineConnector # Update this to a user who is a Teams Administrator $userName="admin@test.onmicrosoft.com" $message = "Please Login Using Your Office 365 Credentials" $credentials = Get-Credential -UserName $userName -Message $message $TeamsSession = New-CsOnlineSession -Credential $credentials Import-PSSession $TeamsSession # Turns on recording and transcription for everyone withing the organization Set-CsTeamsMe

Validate Solution Using the PowerApp Checker (Includes On-Premise Solution)

I recently saw the article on how to validate solutions using the PowerApps Solution Checker and wanted to share the link.  The Checker will work for all on-line and on-premise solution starting with Dynamics 2011.  When I have some more time I'll write up an article on how to use this in DevOps. Automatically validate your solutions using the PowerApps checker PowerShell Module PowerApps Checker - Powershell