diff --git a/Samples/BetaSamples/LocalMediaSamples/ComplianceRecordingBot/README.md b/Samples/BetaSamples/LocalMediaSamples/ComplianceRecordingBot/README.md index e1206234..3ec5c849 100644 --- a/Samples/BetaSamples/LocalMediaSamples/ComplianceRecordingBot/README.md +++ b/Samples/BetaSamples/LocalMediaSamples/ComplianceRecordingBot/README.md @@ -23,8 +23,8 @@ This section walks you through the process of deploying and testing the sample b Open powershell (in admin mode) and run the following commands. When prompted for authentication, login with the tenant admin. * `> Import-Module SkypeOnlineConnector` - * `> $userCredential�=�Get-Credential` - * `> $sfbSession�=�New-CsOnlineSession�-Credential�$userCredential�-Verbose` + * `> $userCredential = Get-Credential` + * `> $sfbSession = New-CsOnlineSession -Credential $userCredential -Verbose` * `> Import-PSSession $sfbSession` * `> New-CsOnlineApplicationInstance -UserPrincipalName -DisplayName -ApplicationId ` * `> Sync-CsOnlineApplicationInstance -ObjectId `