This repository contains tools for helping you manage your AD FS farm. The following tools are currently included:
-
Diagnostics Module - PowerShell module to do basic health checks against AD FS. Determines if AD FS is in a healthy state.
-
Events Module - PowerShell module provides tools for gathering related ADFS events from the security, admin, and debug logs, across multiple servers.
-
Service Account Module - PowerShell module to change the AD FS service account.
-
WID Sync Module - PowerShell module to force a full WID sync to an AD FS secondary node
-
Install the PowerShell Module
In a PowerShell window, run the following:
Install-Module -Name ADFSToolbox -Force
-
Import the PowerShell Module
In a PowerShell window, run the following:
Import-Module ADFSToolbox -Force
-
Run the cmdlet of your choice, with the required parameters (see individual tools for details)
-
Unzip the download and copy
ADFSToolbox
folder to%SYSTEMDRIVE%:\Program Files\WindowsPowerShell\Modules\
-
Import the PowerShell Module
In a PowerShell window, run the following:
Import-Module ADFSToolbox -Force
-
Run the cmdlet of your choice, with the required parameters (see individual tools for details)
This project welcomes contributions and suggestions. Most contributions require you to agree to a Contributor License Agreement (CLA) declaring that you have the right to, and actually do, grant us the rights to use your contribution. For details, visit https://cla.microsoft.com.
When you submit a pull request, a CLA-bot will automatically determine whether you need to provide a CLA and decorate the PR appropriately (e.g., label, comment). Simply follow the instructions provided by the bot. You will only need to do this once across all repos using our CLA.
This project has adopted the Microsoft Open Source Code of Conduct. For more information see the Code of Conduct FAQ or contact [email protected] with any additional questions or comments.