Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save BelRarr/c4fc9ee742474852d249a936099408a7 to your computer and use it in GitHub Desktop.
Save BelRarr/c4fc9ee742474852d249a936099408a7 to your computer and use it in GitHub Desktop.
Check the expiration date of your Service Principal
$sp = Get-AzADServicePrincipal -DisplayName $myServiceprincipalName
Get-AzADSpCredential -ObjectId $sp.Id
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment