Skip to content

Instantly share code, notes, and snippets.

@nivleshc
Created September 25, 2016 11:17
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nivleshc/45316d7720979b414c59e8600479a9ce to your computer and use it in GitHub Desktop.
Save nivleshc/45316d7720979b414c59e8600479a9ce to your computer and use it in GitHub Desktop.
Part of the ConfigureADFS CSE. This part shows how to install the adfs farm
#Configure ADFS Farm
Import-Module ADFS
Install-AdfsFarm -CertificateThumbprint $cert.thumbprint -Credential $DomainAdminCreds `
-FederationServiceName fs.adfsfarm.com -FederationServiceDisplayName "Active Directory Federation Service" `
-ServiceAccountCredential $AdfsSvcCreds -OverwriteConfiguration
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment