Enable Field Engineering - HKEY_LOCAL_MACHINE → SYSTEM → CurrentControlSet → Services → NTDS → Diagnostics. Set '15 Field Engineering' to '5'
Event ID 1643: No. of LDAP searches.
event ID 2889: unsecure ldap bind
event ID 2887: daily unsecure ldap binds
event ID 1644: recent ldap query
event ID 1535: error from ldap server
event ID 1317: ldap timeout
HKEY_LOCAL_MACHINE → SYSTEM → CurrentControlSet → Services → NTDS → Parameters
Inefficient Search Results Threshold, REG_DWORD - default 1000 - how many entries should be returned to treat is like inefficient,
Expensive Search Results Threshold, REG_DWORD - default 10000 - like inefficients
Search Time Threshold (msecs), REG_DWORD - default 30000 - how long query must take to be stored in event log as 1644 event id
środa, 22 grudnia 2021
czwartek, 1 kwietnia 2021
How to copy transfrom rules, issuance rules between Application Groups, party trusts - ADFS
How to copy rules between relying party trusts
$rules = (Get-ADFSRelayingPartyTrust "Src Party Trust").IssuanceTransformRules
Set-ADFSRelyingPartyTrust "Dst Party Trust" -IssuanceTransformRules $rules
How to copy between application grups
$rules = (Get-ADFSApplicationGroup "src group").Applications[1].IssuanceTransformRules
Set-AdfsWebApiApplication "https://some-uri-for-dest-app" -IssuanceTransformRule $rules
But - is there any powershell cmdlet for Web Application?
Subskrybuj:
Posty (Atom)