【问题标题】:Azure powershell : Find the creator of a user, principal, application and group in Azure ADAzure powershell:在 Azure AD 中查找用户、主体、应用程序和组的创建者
【发布时间】:2019-04-03 13:37:11
【问题描述】:



我想在 azure Active Directory (ad) 中找到给定组、用户、主体和应用程序的 创建者,这是使用可以返回此类信息的 powershell 命令或 api。

请帮忙
非常感谢提前

【问题讨论】:

    标签: azure powershell azure-active-directory


    【解决方案1】:

    您需要使用Azure AD Audit Logs 来查找此类信息。据我所知,没有任何 PowerShell Cmdlet 允许您对此进行查询。相反,您必须使用Microsoft Graph API,从技术上讲,如果您愿意,您可以从 PowerShell 中调用它。

    或者,您可以export the audit log to blob storage(JSON 格式),然后使用 PowerShell 从那里查询日志。

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 1970-01-01
      • 2019-01-18
      • 2016-06-08
      • 2017-06-18
      • 1970-01-01
      • 2019-08-10
      • 1970-01-01
      • 2019-08-30
      相关资源
      最近更新 更多