In parameter of GPO, you have options like this :

In ADMX, for match the presentation, there are the champ presentation, like that :
<policy name="EngagedRestartTransitionSchedule"
class="Machine"
displayName="$(string.EngagedRestartTransitionSchedule_Title)"
explainText="$(string.EngagedRestartTransitionSchedule_Help)"
key="Software\Policies\Microsoft\Windows\WindowsUpdate"
presentation="$(presentation.EngagedRestartTransitionSchedule_Title)"
In ADML, you have the texts :
<presentation id="EngagedRestartTransitionSchedule_Title">
<text>Transition : Specify the timing before transitioning from Auto-restart to Engaged restart (pending user schedule).</text>
<text>Snooze : Specify snooze for Engaged restart reminder notifications.</text>
<text>Deadline : Specify the deadline before a pending restart will automatically be executed outside of active hours.</text>
<text></text>
<text>For Quality Updates : </text>
<dropdownList refId="EngagedRestartTransitionSchedule" noSort="true" defaultItem="7">Transition (days) : </dropdownList>
<dropdownList refId="EngagedRestartSnoozeSchedule" noSort="true" defaultItem="2">Snooze (days) : </dropdownList>
<dropdownList refId="EngagedRestartDeadline" noSort="true" defaultItem="0">Deadline (days) : </dropdownList>
<text></text>
<text>For Feature Updates : </text>
<dropdownList refId="EngagedRestartTransitionScheduleForFeatureUpdates" noSort="true" defaultItem="7">Transition (days) : </dropdownList>
<dropdownList refId="EngagedRestartSnoozeScheduleForFeatureUpdates" noSort="true" defaultItem="2">Snooze (days) : </dropdownList>
<dropdownList refId="EngagedRestartDeadlineForFeatureUpdates" noSort="true" defaultItem="0">Deadline (days) : </dropdownList>
</presentation>
How present this in PowerShell consol ?
In parameter of GPO, you have options like this :

In ADMX, for match the presentation, there are the champ presentation, like that :
In ADML, you have the texts :
How present this in PowerShell consol ?