I have a HLB and want to have single sign on to https://mail.domain.com/owa
I have enabled windows authentication and disabled basic and digest (found in an article)
Set-OwaVirtualDirectory "EX3\owa (Default Web Site)" -BasicAuthentication $false -WindowsAuthentication $true -DigestAuthentication $false
However if I then try browsing to the site it still asks me to enter the username and password,
If I do this it says incorrect username and password (which it is not)
If I re-enable basic authentication I can get back in...
how do i get windows auth/ single sign in en