Get-DSScriptConfigurationSummary

Synopsis

Get a summary of the PAM script configurations

Syntax

__AllParameterSets

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

Description

Get a summary of the PAM script configurations. The summary includes the configuration's ID, name, and template ID.

Examples

PS C:\> Get-DSScriptConfigurationSummary -Name 'My script config' | Select -ExpandProperty ID

Retrieve the ID of the configuration named 'My script config'

Parameters

-CaseSensitive

Case sensitive search.

Type: System.Management.Automation.SwitchParameter
DefaultValue: ''
SupportsWildcards: false
Aliases: []
ParameterSets:
- Name: (All)
  Position: Named
  IsRequired: false
  ValueFromPipeline: false
  ValueFromPipelineByPropertyName: false
  ValueFromRemainingArguments: false
DontShow: false
AcceptedValues: []
HelpMessage: ''

-Name

Filter the script configurations by their name.

Type: System.String
DefaultValue: ''
SupportsWildcards: false
Aliases: []
ParameterSets:
- Name: (All)
  Position: 0
  IsRequired: false
  ValueFromPipeline: false
  ValueFromPipelineByPropertyName: false
  ValueFromRemainingArguments: false
DontShow: false
AcceptedValues: []
HelpMessage: ''

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-DSScriptConfigurationSummary -detailed". For technical information, type "Get-Help Get-DSScriptConfigurationSummary -full".

Devolutions Forum logo Give us Feedback