Forum Discussion

mittalnishit's avatar
mittalnishit
Copper Contributor
Nov 28, 2023

Alternative to Restore-MsolUser -AutoReconcileProxy alternative in Graph

I know, there is an alternative to the command Restore-MsolUser in the Graph API which is Restore-MgDirectoryDeletedItem according to the cmdlet mapping at
https://learn.microsoft.com/en-us/powershell/microsoftgraph/azuread-msoline-cmdlet-map?view=graph-powershell-1.0

 

But, is there something that implements the functionality provided by Restore-MsolUser -AutoReconcileProxyConflicts in the GraphAPI?

 

Do people have wrapper functions built for it that someone else can use?