entra-powershell
entra-powershell copied to clipboard
Microsoft Entra PowerShell
It would be nice if the error would report necessary scope or a link to the documentaation 
In the Get Started documentation, it states: 'To use the Microsoft Entra PowerShell, you need to authenticate to access Entra resources. Sign in with an admin account of their tenant,...
**Command used:** `Get-AzureADGroupMember -ObjectId "08ff59a5-b31f-4f2f-bcdd-1dc373c88583" | fl` Where ObjectId is the groupId. **AzureAD module:**  **Entra Module:** 
**Command used:** `Get-AzureADDirectoryRole | where {$_.DisplayName -eq "Teams Administrator"} | Get-AzureADDirectoryRoleMember` **Entra PowerShell:**  **Azure AD:** 
Fixes #1324 Bug fix 1324: Cmdlet help documentation improvements to drive consistency
Bug fix 1324: Application resources - Cmdlet help documentation improvements to drive consistency
Fixes #1324 Bug fix 1324: Application resources - Cmdlet help documentation improvements to drive consistency.
Adding prechecks for application resources