Skip to content

Instantly share code, notes, and snippets.

@ChrFrohn
Created November 13, 2022 18:00
Show Gist options
  • Save ChrFrohn/7bb91c61d63eb152f6c13ad08c27d014 to your computer and use it in GitHub Desktop.
Save ChrFrohn/7bb91c61d63eb152f6c13ad08c27d014 to your computer and use it in GitHub Desktop.
$TenantId = ""
$ApplicationID = ""
$CertificateThumbprint = ""
Connect-MicrosoftTeams -CertificateThumbprint $CertificateThumbprint -ApplicationId $ApplicationID -TenantId $TenantId
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment