{"id":203,"date":"2020-07-09T09:43:48","date_gmt":"2020-07-09T05:43:48","guid":{"rendered":"http:\/\/kidds.co.za\/?p=203"},"modified":"2020-07-09T09:43:48","modified_gmt":"2020-07-09T05:43:48","slug":"enabling-the-participant-report-for-microsoft-teams-using-powershell","status":"publish","type":"post","link":"https:\/\/kidds.co.za\/index.php\/2020\/07\/09\/enabling-the-participant-report-for-microsoft-teams-using-powershell\/","title":{"rendered":"Enabling the Participant Report for Microsoft Teams using PowerShell"},"content":{"rendered":"\n<p><strong>Prerequisite installations that must be made:<\/strong><\/p>\n\n\n\n<ol class=\"wp-block-list\"><li><a href=\"https:\/\/www.microsoft.com\/download\/details.aspx?id=39366\">Skype for Business Online Connector module.<\/a><\/li><li><a href=\"https:\/\/support.microsoft.com\/en-au\/help\/2977003\/the-latest-supported-visual-c-downloads\">The latest supported Visual C++ downloads<\/a><\/li><\/ol>\n\n\n\n<p>Run PowerShell as Administrator &#8211; I prefer PowerShell ISE but they dothe same thing.<\/p>\n\n\n\n<p><a href=\"https:\/\/searchwindowsserver.techtarget.com\/definition\/Microsoft-Windows-PowerShell-Integrated-Scripting-Environment-ISE\">https:\/\/searchwindowsserver.techtarget.com\/definition\/Microsoft-Windows-PowerShell-Integrated-Scripting-Environment-ISE<\/a><\/p>\n\n\n\n<p>In Powershell run the following commands below:<\/p>\n\n\n\n<p>Import-Module\u00a0SkypeOnlineConnector\u00a0<br>$userCredential\u00a0=\u00a0Get-Credential\u00a0<br>$sfbSession\u00a0=\u00a0New-CsOnlineSession\u00a0-Credential\u00a0$userCredential<br>Import-PSSession\u00a0$sfbSession<\/p>\n\n\n\n<p>If you get an error about multifactor authentication etc. It is easiest to go into your 365 Admin Portal and disable multifactor authentication for your account quickly.<\/p>\n\n\n\n<p>This will show you your current Global Policy<\/p>\n\n\n\n<p>get-CsTeamsMeetingPolicy\u00a0-Identity Global <\/p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img loading=\"lazy\" decoding=\"async\" width=\"513\" height=\"308\" src=\"https:\/\/kidds.co.za\/wp-content\/uploads\/2020\/07\/image.png\" alt=\"\" class=\"wp-image-204\" srcset=\"https:\/\/kidds.co.za\/wp-content\/uploads\/2020\/07\/image.png 513w, https:\/\/kidds.co.za\/wp-content\/uploads\/2020\/07\/image-300x180.png 300w, https:\/\/kidds.co.za\/wp-content\/uploads\/2020\/07\/image-240x145.png 240w\" sizes=\"auto, (max-width: 513px) 100vw, 513px\" \/><\/figure>\n\n\n\n<p>And then lets enable the EngagementReport<\/p>\n\n\n\n<p>Set-CsTeamsMeetingPolicy\u00a0-Identity\u00a0Global\u00a0-AllowEngagementReport\u00a0Enabled<\/p>\n\n\n\n<p>The option will become available shortly after this.<\/p>\n\n\n\n<p>Don&#8217;t forget to re-enable your multi factor authentication on your account.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Prerequisite installations that must be made: Skype for Business Online Connector module. The latest supported Visual C++ downloads Run PowerShell as Administrator &#8211; I prefer PowerShell ISE but they dothe same thing. https:\/\/searchwindowsserver.techtarget.com\/definition\/Microsoft-Windows-PowerShell-Integrated-Scripting-Environment-ISE In Powershell run the following commands below: Import-Module\u00a0SkypeOnlineConnector\u00a0$userCredential\u00a0=\u00a0Get-Credential\u00a0$sfbSession\u00a0=\u00a0New-CsOnlineSession\u00a0-Credential\u00a0$userCredentialImport-PSSession\u00a0$sfbSession If you get an error about multifactor authentication etc. It is easiest to go [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[1],"tags":[],"class_list":["post-203","post","type-post","status-publish","format-standard","hentry","category-general"],"_links":{"self":[{"href":"https:\/\/kidds.co.za\/index.php\/wp-json\/wp\/v2\/posts\/203","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/kidds.co.za\/index.php\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/kidds.co.za\/index.php\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/kidds.co.za\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/kidds.co.za\/index.php\/wp-json\/wp\/v2\/comments?post=203"}],"version-history":[{"count":1,"href":"https:\/\/kidds.co.za\/index.php\/wp-json\/wp\/v2\/posts\/203\/revisions"}],"predecessor-version":[{"id":205,"href":"https:\/\/kidds.co.za\/index.php\/wp-json\/wp\/v2\/posts\/203\/revisions\/205"}],"wp:attachment":[{"href":"https:\/\/kidds.co.za\/index.php\/wp-json\/wp\/v2\/media?parent=203"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/kidds.co.za\/index.php\/wp-json\/wp\/v2\/categories?post=203"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/kidds.co.za\/index.php\/wp-json\/wp\/v2\/tags?post=203"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}