Get-DSScriptConfigurationSummary
2024-10-28
Get-DSScriptConfigurationSummary
SYNOPSIS
Get a summary of the PAM script configurations
SYNTAX
__AllParameterSets
Get-DSScriptConfigurationSummary [[-Name] <string>] [-CaseSensitive] [<CommonParameters>]
ALIASES
This cmdlet has the following aliases,
DESCRIPTION
Get a summary of the PAM script configurations. The summary includes the configuration's ID, name, and template ID.
EXAMPLES
EXAMPLE
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
ParameterValue: []
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
ParameterValue: []
Aliases: []
ParameterSets:
- Name: (All)
Position: 1
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.
INPUTS
OUTPUTS
RemoteDesktopManager.PowerShellModule.Private.models.PamScriptConfigurationSummary
NOTES
For more information, type "Get-Help Get-DSScriptConfigurationSummary -detailed". For technical information, type "Get-Help Get-DSScriptConfigurationSummary -full".