I want to use the following PowerShell command with ADFS.How can I define to use the right Authentication Provider Instance?
My working command, but not working for ADFS:
Add-SPProfileSyncConnection -ProfileServiceApplication $UPA -ConnectionForestName $Domain.DNSRoot -ConnectionDomain $Domain.DNSRoot -ConnectionUserName $User -ConnectionPassword $PWord -ConnectionSynchronizationOU $Domain.UsersContainer
How can I add my ADFS connection with PowerShell?