Add something like -AutoReconcileProxyConflicts for Graph #2410
Labels
AzureAD-Migration
no-recent-activity
Service issue
status:waiting-for-author-feedback
Issue that we've responded but needs author feedback to close
Is your feature request related to a problem? Please describe.
We normally used:
Restore-MsolUser -UserPrincipalName "[email protected]" -AutoReconcileProxyConflicts
or
Restore-MsolUser -UserPrincipalName "[email protected]" -NewUserPrincipalName "[email protected]"
More information:
https://learn.microsoft.com/en-us/powershell/module/msonline/restore-msoluser?view=azureadps-1.0
With graph, there is no option to do it with Restore-MgDirectoryDeletedItem.
Describe the solution you'd like
Add a parameter or anything that we can use just like we have with Restore-MsolUser -AutoReconcileProxyConflicts.
The text was updated successfully, but these errors were encountered: