Created
November 29, 2016 06:45
-
-
Save nivleshc/10dfd8b1d394218912bcfdf980851491 to your computer and use it in GitHub Desktop.
Part of the InstallWAP.ps1 which installs the WAP role
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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