Skip to content

Instantly share code, notes, and snippets.

@ChrFrohn
Last active April 23, 2022 12:02
Show Gist options
  • Save ChrFrohn/b2f892dfd7201937f5c72dcf8c3053ad to your computer and use it in GitHub Desktop.
Save ChrFrohn/b2f892dfd7201937f5c72dcf8c3053ad to your computer and use it in GitHub Desktop.
ConnectToMSGrahphWithCert.ps1
$AppID = ""
$TenantID = ""
$Thumbprint = ""
Connect-MgGraph -ClientId $AppID -TenantId $TenantID -CertificateThumbprint $Thumbprint
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment