[Bug] Get-AzureADGroupMember inconsistency between Azure AD and Entra module
Command used:
Get-AzureADGroupMember -ObjectId "08ff59a5-b31f-4f2f-bcdd-1dc373c88583" | fl
Where ObjectId is the groupId.
AzureAD module:
Entra Module:
Hello @SteveMutungi254 Can you please explain in brief what is the exact issue.
@SteveMutungi254 as discussed as this module is not the same as AzureAD and it's output may not same as Azure AD output, even being uses as a compatibility layer it just make sense if you are using it for automation and automation does not care about output formatting, the only think we must do us provide the same data to be used. Our cmdlets giving same data like Azure AD data
Issue was fixed.