Get-DSScriptConfiguration

Synopsis

Get a PAM script configuration

Syntax

__AllParameterSets

Get-DSScriptConfiguration [-ID] <guid> [-ResolveAnyIdentityPropertyNames] [<CommonParameters>]

Description

Get a PAM script configuration.

Examples

PS C:\> Get-DSScriptConfiguration $myId | Select -ExpandProperty PowerShellSettings

Retrieve a script configuration with a given ID, then view its PowerShell settings.

Parameters

-ID

Filter the script configurations by their ID.

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

-ResolveAnyIdentityPropertyNames

Whether AnyIdentity execution properties should be resolved from their Guid to the related property name.

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: ''

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

Devolutions Forum logo Give us Feedback