Hi @Subhash Kumar Mahato ,
did you try Get-MgApplicationOwner
to get the required information?
For example:
Get-MgApplicationOwner -ApplicationId $(Get-MgApplication -Filter "DisplayName eq '<Displayname of your App Registration>'").Id
More details: Get-MgApplicationOwner
Get-MgApplicationOwner
is a cmdlet of the Microsoft Graph PowerShell Module
.
(If the reply was helpful please don't forget to upvote and/or accept as answer, thank you)
Regards
Andreas Baumgarten