Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一个关于 APP 注册/恢复的问题:我们有一个使用 Graph 和 EWS Microsoft 365 API 的应用程序。客户可以使用我们的租户注册,但是一旦我们分发了应用程序,我们担心将来会丢失/损坏 AppID(影响成千上万的用户)。
备份 AppID 及其设置并恢复相同 AppID 的过程是什么?
您可以使用 PowerShell 使用应用程序对象 ID 来恢复应用程序
Restore-AzureADDeletedApplication -ObjectId <objectid>
请参考这份文件