New-WebServiceProxy failing to authenticate with NTLM
问题 I'm dealing with a rather peculiar issue. We have a need to hit the Lists service on our SharePoint farm. Web authentication federated through an Oracle SSO, but we do have accounts configured for automation that can perform web requests. Using AAM, we have an "internal" URL configured for server side automation that bypasses directly to AD, and everything else gets pushed to the SSO. Here's the code (sanitized) that I'm using to try to get the list collection. $username = "DOMAIN\username"