Blog about anything related to my learnings
  • About
  • posts
bluesky
Blog about anything related to my learnings
POSTS

Connect to Microsoft Teams PowerShell

$cert = New-Object System.Security.Cryptography.X509Certificates.X509Certificate2($CertPath,$CertPassword)
    Connect-MicrosoftTeams -Certificate $cert -ApplicationId $clientId -TenantId $tenantId -ErrorAction SilentlyContinue

Connect to SharePoint PowerShell

    © Blog about anything related to my learnings 2026
    bluesky