entra-powershell
entra-powershell copied to clipboard
Microsoft Entra PowerShell
### About MSIdentityTools: The Microsoft Identity Tools is an open source [PowerShell module](https://www.powershellgallery.com/packages/MSIdentityTools) built by the Microsoft Entra Customer Experience Engineering team and provides various tools for performing enhanced Identity...
### Current Challenge: When you use `-Property` in Entra PowerShell or `-Select` in Microsoft Graph PowerShell SDK, only the specified properties are returned, and the default properties are excluded. This...
### Current Challenge: Entra PowerShell prioritizes usability, but customers also want a balance between performance and usability. For large tenants with thousands of objects, better performance can reduce costs and...
### Current Challenge: Entra PowerShell doesn't currently support `-WhatIf` because it was skipped to prioritize migrating Azure AD module commands. ### Why it matters: The `-WhatIf` parameter is a standard...
`Set` to change users' password. `Update` to change signed-in user's password. ```powershell PS> gcm *entra*user*password Name ---- Set-EntraBetaUserPassword Set-EntraUserPassword Update-EntraBetaSignedInUserPassword Update-EntraSignedInUserPassword ```
Improvements on `Reset-EntraStrongAuthenticationMethodByUpn` by creating a new command {future-looking} command `Remove-EntraUserAuthenticationMethod`. Currently, `Reset-EntraStrongAuthenticationMethodByUpn` clears all the authentication methods. A better design would have a command `Remove-EntraUserAuthenticationMethod` that you can pass...
As per this issue [https://github.com/microsoftgraph/entra-powershell/issues/1155] Set-EntraUserPassword=>Set-EntraUserPasswordProfile Set-EntraBetaUserPassword=>Set-EntraBetaUserPasswordProfile
This script assumes that it resides in the same directory as entra-powershell repo and the entra-powershell-docs-pr What it does: 1. Extracts the file names of all the .md files in...