Skip to content

Instantly share code, notes, and snippets.

@nivleshc
Created November 29, 2016 06:45
Show Gist options
  • Save nivleshc/10dfd8b1d394218912bcfdf980851491 to your computer and use it in GitHub Desktop.
Save nivleshc/10dfd8b1d394218912bcfdf980851491 to your computer and use it in GitHub Desktop.
Part of the InstallWAP.ps1 which installs the WAP role
WindowsFeature InstallWAP #install WAP Role
{
Ensure = "Present"
Name = "Web-Application-Proxy"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment