I am trying to restrict External ECP access, after I set -AdminEnabled $false I am still able to connect to the ecp external
We do have ADFS in front of it, not sure if that matters.
- Added two new ips
- Added the records to DNS
-Created the new virtual directories
- Set-Ecpvirtualdirectory -Identity "Cas\ECP (Default Web Site)" -AdminEnabled $false
iisreset /noforce
and I am still able to access everything externally, granted you still have to authenticate it's still a problem that needs to be resolved.
Any help on this would be great. We are using two CAS servers and then instead of standing up a third one I just added the two new ips and set that directory ecp to -Adminenabled $false figured no big deal but its still not working.
Sean J Lehne