For the complete documentation index, see llms.txt. This page is also available as Markdown.

Get-DSPamScanConfiguration

Synopsis

Get the PAM account discovery configurations

Syntax

Name

Get-DSPamScanConfiguration [[-Name] <string>] [-CaseSensitive] [<CommonParameters>]

Literal

Get-DSPamScanConfiguration [-LiteralName] <string> [-CaseSensitive] [<CommonParameters>]

Description

Get the PAM account discovery configurations, which can be filtered by name. Use the 'Name' parameter for wildcard searches, and the 'LiteralName' parameter for exact matches as it doesn't interpret characters as wildcards.

Examples

Example 1

PS C:\> $configurations = Get-DSPamScanConfiguration -Name 'Config*'

Get all PAM account discovery configurations with names starting with 'Config'

Example 2

Get the PAM account discovery configuration named 'Config [A]'. The 'LiteralName' parameter ensures that the characters '[' and ']' are not treated as wildcards.

Parameters

-CaseSensitive

Case sensitive search

-LiteralName

Filter the account discovery configurations by their name. No characters will be interpreted as wildcards.

-Name

Filter the account discovery configurations by their name

CommonParameters

This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutBuffer, -OutVariable, -PipelineVariable, -ProgressAction, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.

Notes

For more information, type "Get-Help Get-DSPamScanConfiguration -detailed". For technical information, type "Get-Help Get-DSPamScanConfiguration -full".

Last updated

Was this helpful?