TestimoX

API Reference

Command

Set-ADXIdentityCacheSize

Namespace ADPlayground.PowerShell

Updates the cache size limit used by IdentityResolver.

Examples

Authored help example

Example 1: Limit the cache to 500 entries

PS>


Set-ADXIdentityCacheSize -Size 500
        

Resizes the resolver caches to hold at most 500 entries.

Common Parameters

This command supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable.

For more information, see about_CommonParameters.

Syntax

Set-ADXIdentityCacheSize -Size <int> [<CommonParameters>]
#

Parameters

Size int requiredposition: 0pipeline: false
Maximum number of cached entries.