Share via

AD FS Help Diagnostics Analyzer

HanakJ 96 Reputation points
2026-03-02T13:55:58.75+00:00

User's image

I tried to create a diagnostic file (export-adfsdiagnosticsfile), but I’m not sure what to do with it. The website where I used to upload it is not working anymore. It says that the site has been moved to a module. So I’m asking — where can I find these options now?

User's image

Thanks

Windows for business | Windows Server | User experience | PowerShell
0 comments No comments
{count} votes

3 answers

Sort by: Most helpful
  1. VPHAN 25,000 Reputation points Independent Advisor
    2026-03-04T10:19:27.95+00:00

    Hello HanakJ,

    How is your issue going? Has it been resolved yet? If it has, please consider accepting the answer as it helps others sharing the same problem benefit too. Thank you :)

    VP

    0 comments No comments

  2. VPHAN 25,000 Reputation points Independent Advisor
    2026-03-03T01:06:10.0766667+00:00

    Hello HanakJ,

    The AD FS Help Diagnostic Analyzer website has indeed been permanently retired by Microsoft, meaning you can no longer upload your diagnostic files to the web portal for analysis. As the warning message in your screenshot indicates, the analyzer tool itself has not been abandoned but rather transitioned into a local, offline utility hosted on GitHub. To utilize these options now, you need to navigate to the official Microsoft GitHub repository for AD FS Help and download the AD FS Offline tools package. Once downloaded and extracted to your server, you will still use the Export-AdfsDiagnosticsFile cmdlet exactly as you did before to generate your diagnostic package, which typically outputs a compressed file to a local directory like C:\ADFSDiagnostics. Instead of uploading that file to the internet, you will import the downloaded Diagnostic Analyzer module into an elevated PowerShell session. You can then feed your exported diagnostic file directly into the offline analyzer script provided in the GitHub repository. This local script processes the data and outputs the exact same detailed health checks, certificate warnings, and trust validations that the old web dashboard used to provide, all while keeping your sensitive server configuration data entirely on-premises.

    Hope this answer brought you some useful information. If it did, please hit "accept answer". Should you have any questions, feel free to leave a comment.

    VP

    0 comments No comments

  3. VPHAN 25,000 Reputation points Independent Advisor
    2026-03-02T16:39:36.9133333+00:00

    Hello HanakJ,

    The AD FS Help Diagnostic Analyzer website has indeed been permanently retired by Microsoft, meaning you can no longer upload your diagnostic files to the web portal for analysis. As the warning message in your screenshot indicates, the analyzer tool itself has not been abandoned but rather transitioned into a local, offline utility hosted on GitHub.

    To utilize these options now, you need to navigate to the official Microsoft GitHub repository for AD FS Help and download the AD FS Offline tools package. Once downloaded and extracted to your server, you will still use the Export-AdfsDiagnosticsFile cmdlet exactly as you did before to generate your diagnostic package, which typically outputs a compressed file to a local directory like C:\ADFSDiagnostics.

    Instead of uploading that file to the internet, you will import the downloaded Diagnostic Analyzer module into an elevated PowerShell session. You can then feed your exported diagnostic file directly into the offline analyzer script provided in the GitHub repository. This local script processes the data and outputs the exact same detailed health checks, certificate warnings, and trust validations that the old web dashboard used to provide, all while keeping your sensitive server configuration data entirely on-premises.

    Hope this answer brought you some useful information. If it did, please hit "accept answer". Should you have any questions, feel free to leave a comment.

    VP

    0 comments No comments

Your answer

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