Download a sign-in report using the Azure portal

cruise 331 Reputation points
2021-04-01T08:38:21.803+00:00

What is the method to automatically Download a sign-in repo to Download a sign-in report and Download an audit report?

Microsoft Security | Microsoft Entra | Microsoft Entra ID
0 comments No comments
{count} votes

Accepted answer
  1. AmanpreetSingh-MSFT 56,876 Reputation points Moderator
    2021-04-01T08:51:26.857+00:00

    Hi @cruise · Thank you for reaching out.

    You can create a PowerShell Script with below cmdlets and schedule it to run at desired intervals via Task Scheduler.

    Note: If you use $Creds=Get-Credentials to store the credentials in the variable, make sure MFA is disabled on the account that you use.

    Alternatively, you may also use below Graph Call via Graph Explorer

    Read More:

    -----------------------------------------------------------------------------------------------------------

    Please "Accept the answer" if the information helped you. This will help us and others in the community as well.


0 additional answers

Sort by: Most helpful

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.