Skip to content

Instantly share code, notes, and snippets.

@nivleshc
Created September 25, 2016 04:40
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/b2b5a10061274a36a27b92ac32c41974 to your computer and use it in GitHub Desktop.
Save nivleshc/b2b5a10061274a36a27b92ac32c41974 to your computer and use it in GitHub Desktop.
This function inside InstallADFS installs the InstallADFS windows role
WindowsFeature installADFS #install ADFS
{
Ensure = "Present"
Name = "ADFS-Federation"
DependsOn = "[xPendingReboot]Reboot1"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment