To get the currently supported LDAP controls, you can query rootDSE:
PowerShell
[ADSI]"LDAP://rootDSE" |
Select-Object -ExpandProperty supportedControl |
Sort-Object
Be aware that, although the client-side controls “bitwise matching (AND + OR)” and “group chaining” will not appear on the list, they are supported nonetheless.