ROUGH DRAFT
First you need to make sure that Windows Authentication is enabled on your webserver.
- Start Server Manager
- Click on "Add roles and features" from the Dashboard
- Click the Next button on the Before You Begin page
- Click Next button for "Role-based or featured-based installation"
- Click Next for the destination server
- On Server Roles scroll down to "Web Server (IIS)" and expand it
- Expand Web Server again and you will see the Security option
- expand Security you can select the "Windows Authentication" option to install
- click Next to complete the install
Next
- Start Internet Information Services (IIS) Manager
- Expand Sites in the left hand pane.
- Click on the site that you want to enable it on.
- optional. If you want to only enable this for Agents you can drill down and click on the scp folder then continue these directions.
- In the middle pane locate and double click on "Authentication".
- Click on "Anonymous Authentication" and disable it.
- Click on "Windows Authentication" and enable it.
- Stop and Start the site. (This is a personal preference thing, I do not know if its required but it is habit from when I used to only use Apache.)
If you use Internet Explorer make sure that you add the site to trusted intranet sites.