Get-MSCustomSettingsTable

Return data from Custom Settings Table Fields in table format

Syntax


Get-MSCustomSettingsTable -FieldId (Int32)

Get-MSCustomSettingsTable -FieldPath (String)

Get-MSCustomSettingsTable -InstanceId (Int32) -InstanceFieldId (Int32) -Module (String)

Examples


## Get the value of the 'Result' column in Custom Settings Table Field Id 22344
(Get-MSCustomSettingsTable -FieldId 22344).'Result'