Get a PAM script configuration
Get-DSScriptConfiguration [-ID] <guid> [-ResolveAnyIdentityPropertyNames] [<CommonParameters>]
Get a PAM script configuration.
PS C:\> Get-DSScriptConfiguration $myId | Select -ExpandProperty PowerShellSettings
Retrieve a script configuration with a given ID, then view its PowerShell settings.
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: ''
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: ''
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.
For more information, type "Get-Help Get-DSScriptConfiguration -detailed". For technical information, type "Get-Help Get-DSScriptConfiguration -full".