August 2019
Intermediate to advanced
786 pages
20h 22m
English
The next step of the configuration is to install WAP. This doesn't need to be a domain-joined server and should be placed on the perimeter network. Before the installation process, install the required SSL certificates. In my demo, it is for *.rebeladmin.com. We can verify this by using this:
dir Cert:\LocalMachine\My
The following screenshot displays the output of the preceding command:

Before proceeding, we also need to check whether a server can resolve to adfs.rebeladmin.com as WAP needs to connect to AD FS.
Once everything is confirmed, we can install the WAP role:
Install-WindowsFeature Web-Application-Proxy -IncludeManagementTools ...