Skip to content

LDAPCP SE and Powershell #228

Answered by Yvand
Jo311 asked this question in Q&A
Aug 29, 2024 · 1 comments · 1 reply
Discussion options

You must be logged in to vote

Hi @Jo311, here is how you can do it with LDAPCPSE :

Add-Type -AssemblyName "Yvand.LDAPCPSE, Version=1.0.0.0, Culture=neutral, PublicKeyToken=80be731bc1a1a740"
$config = [Yvand.LdapClaimsProvider.LDAPCPSE]::GetConfiguration()
$settings = $config.Settings
$settings.MaxSearchResultsCount = 50
$config.ApplySettings($settings, $true)

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@Jo311
Comment options

Answer selected by Jo311
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants