Edit C:\Windows\System32\WindowsPowerShell\v1.0\Help.format.ps1xml
<?xml version="1.0" encoding="utf-8" ?> <!-- ******************************************************************* These sample files contain formatting information used by the Windows PowerShell engine. Do not edit or change the contents of this file directly. Please see the Windows PowerShell documentation or type Get-Help Update-FormatData for more information. Copyright (c) Microsoft Corporation. All rights reserved. THIS SAMPLE CODE AND INFORMATION IS PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND,WHETHER EXPRESSED OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE IMPLIED WARRANTIES OF MERCHANTABILITY AND/OR FITNESS FOR A PARTICULAR PURPOSE. IF THIS CODE AND INFORMATION IS MODIFIED, THE ENTIRE RISK OF USE OR RESULTS IN CONNECTION WITH THE USE OF THIS CODE AND INFORMATION REMAINS WITH THE USER. ******************************************************************** --> <Configuration> <!-- ################ VIEW DEFINITIONS ################ --> <ViewDefinitions> <View> <Name>help</Name> <ViewSelectedBy> <TypeName>HelpInfoShort</TypeName> </ViewSelectedBy> <TableControl> <TableHeaders> <TableColumnHeader> <Label>Name</Label> <Width>33</Width> <Alignment>left</Alignment> </TableColumnHeader> <TableColumnHeader> <Label>Category</Label> <Width>9</Width> <Alignment>left</Alignment> </TableColumnHeader> <TableColumnHeader> <Label>Module</Label> <Width>25</Width> <Alignment>left</Alignment> </TableColumnHeader> <TableColumnHeader/> </TableHeaders> <TableRowEntries> <TableRowEntry> <TableColumnItems> <TableColumnItem> <PropertyName>Name</PropertyName> </TableColumnItem> <TableColumnItem> <PropertyName>Category</PropertyName> </TableColumnItem> <TableColumnItem> <ScriptBlock>if ($_.ModuleName -ne $null) { $_.ModuleName } else {$_.PSSnapIn}</ScriptBlock> </TableColumnItem> <TableColumnItem> <PropertyName>Synopsis</PropertyName> </TableColumnItem> </TableColumnItems> </TableRowEntry> </TableRowEntries> </TableControl> </View> <View> <Name>CmdletHelp</Name> <ViewSelectedBy> <TypeName>CmdletHelpInfo</TypeName> </ViewSelectedBy> <CustomControl> <CustomEntries> <CustomEntry> <CustomItem> <Text AssemblyName="System.Management.Automation" BaseName="HelpDisplayStrings" ResourceId="Name"/> <NewLine/> <Frame> <LeftIndent>4</LeftIndent> <CustomItem> <ExpressionBinding> <PropertyName>Name</PropertyName> </ExpressionBinding> <NewLine/> <NewLine/> </CustomItem> </Frame> <Text AssemblyName="System.Management.Automation" BaseName="HelpDisplayStrings" ResourceId="Syntax"/> <NewLine/> <Frame> <LeftIndent>4</LeftIndent> <CustomItem> <ExpressionBinding> <PropertyName>Syntax</PropertyName> </ExpressionBinding> <NewLine/> </CustomItem> </Frame> </CustomItem> </CustomEntry> </CustomEntries> </CustomControl> </View> <View> <Name>DefaultCommandHelp</Name> <ViewSelectedBy> <TypeName>MamlCommandHelpInfo</TypeName> </ViewSelectedBy> <Controls> <Control> <Name>MamlShortDescriptionControl</Name> <CustomControl> <CustomEntries> <CustomEntry> <EntrySelectedBy> <TypeName>MamlParaTextItem</TypeName> </EntrySelectedBy> <CustomItem> <ExpressionBinding> <PropertyName>Text</PropertyName> </ExpressionBinding> <NewLine/> </CustomItem> </CustomEntry> <CustomEntry> <CustomItem> <Text> </Text> </CustomItem> </CustomEntry> </CustomEntries> </CustomControl> </Control> <Control> <Name>MamlDescriptionControl</Name> <CustomControl> <CustomEntries> <CustomEntry> <EntrySelectedBy> <TypeName>MamlParaTextItem</TypeName> </EntrySelectedBy> <CustomItem> <ExpressionBinding> <PropertyName>Text</PropertyName> </ExpressionBinding> <NewLine/> </CustomItem> </CustomEntry> <CustomEntry> <EntrySelectedBy> <TypeName>MamlOrderedListTextItem</TypeName> </EntrySelectedBy> <CustomItem> <Frame> <FirstLineHanging>4</FirstLineHanging> <CustomItem> <ExpressionBinding> <PropertyName>Tag</PropertyName> </ExpressionBinding> <ExpressionBinding> <PropertyName>Text</PropertyName> </ExpressionBinding> <NewLine/> </CustomItem> </Frame> </CustomItem> </CustomEntry> <CustomEntry> <EntrySelectedBy> <TypeName>MamlUnorderedListTextItem</TypeName> </EntrySelectedBy> <CustomItem> <Frame> <FirstLineHanging>2</FirstLineHanging> <CustomItem> <ExpressionBinding> <PropertyName>Tag</PropertyName> </ExpressionBinding> <ExpressionBinding> <PropertyName>Text</PropertyName> </ExpressionBinding> <NewLine/> </CustomItem> </Frame> </CustomItem> </CustomEntry> <CustomEntry> <EntrySelectedBy> <TypeName>MamlDefinitionTextItem</TypeName> </EntrySelectedBy> <CustomItem> <ExpressionBinding> <PropertyName>Term</PropertyName> </ExpressionBinding> <NewLine/> <Frame> <LeftIndent>4</LeftIndent> <CustomItem> <ExpressionBinding> <PropertyName>Definition</PropertyName> </ExpressionBinding> <NewLine/> </CustomItem> </Frame> </CustomItem> </CustomEntry> <CustomEntry> <CustomItem> <Text> </Text> </CustomItem> </CustomEntry> </CustomEntries> </CustomControl> </Control> <Control> <Name>MamlParameterValueGroupControl</Name> <CustomControl> <CustomEntries> <CustomEntry> <CustomItem> <Text> </Text> <Text>{</Text> <ExpressionBinding> <ItemSelectionCondition> <ScriptBlock>$_.ParameterValue.Length -ne $()</ScriptBlock> </ItemSelectionCondition> <ScriptBlock> $i=0; $out=""; foreach($a in $_.ParameterValue) { if($i -gt 0) { $out = $out + " | "; }; $out = $out + $a; $i = $i + 1; } $out; </ScriptBlock> </ExpressionBinding> <Text>}</Text> </CustomItem> </CustomEntry> </CustomEntries> </CustomControl> </Control> <Control> <Name>MamlParameterValueControl</Name> <CustomControl> <CustomEntries> <CustomEntry> <CustomItem> <Text> </Text> <ExpressionBinding> <ItemSelectionCondition> <ScriptBlock>$_.required -ne "true"</ScriptBlock> </ItemSelectionCondition> <ScriptBlock>"["</ScriptBlock> </ExpressionBinding> <ExpressionBinding> <ScriptBlock>"<" + $_ + ">"</ScriptBlock> </ExpressionBinding> <ExpressionBinding> <ItemSelectionCondition> <ScriptBlock>$_.required -ne "true"</ScriptBlock> </ItemSelectionCondition> <ScriptBlock>"]"</ScriptBlock> </ExpressionBinding> </CustomItem> </CustomEntry> </CustomEntries> </CustomControl> </Control> <Control> <Name>MamlParameterControl</Name> <CustomControl> <CustomEntries> <CustomEntry> <CustomItem> <ExpressionBinding> <ItemSelectionCondition> <ScriptBlock>$_.required -ne "true"</ScriptBlock> </ItemSelectionCondition> <ScriptBlock>"["</ScriptBlock> </ExpressionBinding> <!-- Optional tag for Name --> <ExpressionBinding> <ItemSelectionCondition> <ScriptBlock>(($_.position -ne $()) -and ($_.position -ne "") -and ($_.position -notmatch "named") -and ([int]$_.position -ne $()))</ScriptBlock> </ItemSelectionCondition> <ScriptBlock>"["</ScriptBlock> </ExpressionBinding> <ExpressionBinding> <PropertyName>Name</PropertyName> <CustomControl> <CustomEntries> <CustomEntry> <CustomItem> <Text>-</Text> <ExpressionBinding> <ScriptBlock>$_</ScriptBlock> </ExpressionBinding> </CustomItem> </CustomEntry> </CustomEntries> </CustomControl> </ExpressionBinding> <!--End Optional tag for Name --> <ExpressionBinding> <ItemSelectionCondition> <ScriptBlock>(($_.position -ne $()) -and ($_.position -ne "") -and ($_.position -notmatch "named") -and ([int]$_.position -ne $()))</ScriptBlock> </ItemSelectionCondition> <ScriptBlock>"]"</ScriptBlock> </ExpressionBinding> <ExpressionBinding> <PropertyName>ParameterValue</PropertyName> <CustomControlName>MamlParameterValueControl</CustomControlName> </ExpressionBinding> <ExpressionBinding> <PropertyName>ParameterValueGroup</PropertyName> <CustomControlName>MamlParameterValueGroupControl</CustomControlName> </ExpressionBinding> <ExpressionBinding> <ItemSelectionCondition> <ScriptBlock>$_.required -ne "true"</ScriptBlock> </ItemSelectionCondition> <ScriptBlock>"]"</ScriptBlock> </ExpressionBinding> <Text> </Text> </CustomItem> </CustomEntry> </CustomEntries> </CustomControl> </Control> </Controls> <CustomControl> <CustomEntries> <CustomEntry> <CustomItem> <ExpressionBinding> <PropertyName>Details</PropertyName> <CustomControl> <CustomEntries> <CustomEntry> <CustomItem> <Text AssemblyName="System.Management.Automation" BaseName="HelpDisplayStrings" ResourceId="Name"/> <NewLine/> <Frame> <LeftIndent>4</LeftIndent> <CustomItem> <ExpressionBinding> <PropertyName>Name</PropertyName> </ExpressionBinding> <NewLine/> <NewLine/> </CustomItem> </Frame> <Text AssemblyName="System.Management.Automation" BaseName="HelpDisplayStrings" ResourceId="Synopsis"/> <NewLine/> <Frame> <LeftIndent>4</LeftIndent> <CustomItem> <ExpressionBinding> <PropertyName>Description</PropertyName> <EnumerateCollection/> <CustomControlName>MamlShortDescriptionControl</CustomControlName> </ExpressionBinding> <NewLine/> <NewLine/> </CustomItem> </Frame> </CustomItem> </CustomEntry> </CustomEntries> </CustomControl> </ExpressionBinding> <Text AssemblyName="System.Management.Automation" BaseName="HelpDisplayStrings" ResourceId="Syntax"/> <NewLine/> <Frame> <LeftIndent>4</LeftIndent> <CustomItem> <ExpressionBinding> <PropertyName>Syntax</PropertyName> <CustomControl> <CustomEntries> <CustomEntry> <CustomItem> <ExpressionBinding> <PropertyName>SyntaxItem</PropertyName> <EnumerateCollection/> <CustomControl> <CustomEntries> <CustomEntry> <CustomItem> <ExpressionBinding> <PropertyName>name</PropertyName> </ExpressionBinding> <Text> </Text> <ExpressionBinding> <PropertyName>Parameter</PropertyName> <EnumerateCollection/> <CustomControlName>MamlParameterControl</CustomControlName> </ExpressionBinding> <ExpressionBinding> <ItemSelectionCondition> <ScriptBlock> $_.WorkflowCommonParameters -eq $true </ScriptBlock> </ItemSelectionCondition> <CustomControl> <CustomEntries> <CustomEntry> <CustomItem> <ExpressionBinding> <ScriptBlock> if ($psversiontable.psversion.Major -gt 2 -and $_.WorkflowCommonParameters -eq $true) { $assembly = [System.Reflection.Assembly]::Load("System.Management.Automation") $resourceManager = New-Object System.Resources.ResourceManager -ArgumentList "HelpDisplayStrings", $assembly [String]::Format("{0}{1}{2}", "[", $resourceManager.GetString("CommonWorkflowParameters"), "] ") } elseif ($_.WorkflowCommonParameters -eq $true) { [String]::Format("{0}{1}{2}", "[<", "WorkflowCommonParameters", ">] ") } </ScriptBlock> </ExpressionBinding> </CustomItem> </CustomEntry> </CustomEntries> </CustomControl> </ExpressionBinding> <Text>[</Text> <Text AssemblyName="System.Management.Automation" BaseName="HelpDisplayStrings" ResourceId="CommonParameters" /> <Text>]</Text> <NewLine/> <NewLine/> </CustomItem> </CustomEntry> </CustomEntries> </CustomControl> </ExpressionBinding> </CustomItem> </CustomEntry> </CustomEntries> </CustomControl> </ExpressionBinding> <NewLine/> </CustomItem> </Frame> <Text AssemblyName="System.Management.Automation" BaseName="HelpDisplayStrings" ResourceId="DetailedDescription"/> <NewLine/> <Frame> <LeftIndent>4</LeftIndent> <CustomItem> <ExpressionBinding> <PropertyName>description</PropertyName> <EnumerateCollection/> <CustomControlName>MamlDescriptionControl</CustomControlName> </ExpressionBinding> <NewLine/> </CustomItem> </Frame> <NewLine/> <Text AssemblyName="System.Management.Automation" BaseName="HelpDisplayStrings" ResourceId="RelatedLinks"/> <NewLine/> <Frame> <LeftIndent>4</LeftIndent> <CustomItem> <ExpressionBinding> <PropertyName>relatedLinks</PropertyName> <CustomControl> <CustomEntries> <CustomEntry> <CustomItem> <ExpressionBinding> <PropertyName>navigationLink</PropertyName> <EnumerateCollection/> <CustomControl> <CustomEntries> <CustomEntry> <CustomItem> <ExpressionBinding> <PropertyName>linkText</PropertyName> </ExpressionBinding> <ExpressionBinding> <ItemSelectionCondition> <ScriptBlock>$_.linkText.Length -ne 0</ScriptBlock> </ItemSelectionCondition> <ScriptBlock>" "</ScriptBlock> </ExpressionBinding> <ExpressionBinding> <PropertyName>uri</PropertyName> </ExpressionBinding> <NewLine/> </CustomItem> </CustomEntry> </CustomEntries> </CustomControl> </ExpressionBinding> </CustomItem> </CustomEntry> </CustomEntries> </CustomControl> </ExpressionBinding> </CustomItem> </Frame> <NewLine/> <Text AssemblyName="System.Management.Automation" BaseName="HelpDisplayStrings" ResourceId="RemarksSection" /> <NewLine/> <Frame> <LeftIndent>4</LeftIndent> <CustomItem> <Text AssemblyName="System.Management.Automation" BaseName="HelpDisplayStrings" ResourceId="ExampleHelpInfo"/> <Text>"</Text> <ExpressionBinding> <ScriptBlock>"get-help " + $_.Details.Name + " -examples"</ScriptBlock> </ExpressionBinding> <Text>".</Text> <NewLine/> <Text AssemblyName="System.Management.Automation" BaseName="HelpDisplayStrings" ResourceId="VerboseHelpInfo"/> <Text>"</Text> <ExpressionBinding> <ScriptBlock>"get-help " + $_.Details.Name + " -detailed"</ScriptBlock> </ExpressionBinding> <Text>".</Text> <NewLine/> <Text AssemblyName="System.Management.Automation" BaseName="HelpDisplayStrings" ResourceId="FullHelpInfo"/> <Text>"</Text> <ExpressionBinding> <ScriptBlock>"get-help " + $_.Details.Name + " -full"</ScriptBlock> </ExpressionBinding> <Text>".</Text> <NewLine/> <ExpressionBinding> <CustomControl> <CustomEntries> <CustomEntry> <CustomItem> <Frame> <LeftIndent>4</LeftIndent> <CustomItem> <ExpressionBinding> <ScriptBlock> if(($psversiontable.psversion.Major -gt 2) -and ($_.relatedLinks -ne $()) -and ($_.relatedLinks.navigationLink -ne $()) -and ($_.relatedLinks.navigationLink.Length -ne 0)) { $assembly = [System.Reflection.Assembly]::Load("System.Management.Automation") $resourceManager = New-Object System.Resources.ResourceManager -ArgumentList "HelpDisplayStrings", $assembly [String]::Format(" {0}{1}", $resourceManager.GetString("RelatedLinksHelpInfo"), "`"get-help " + $_.Details.Name + " -online`"`n") } </ScriptBlock> </ExpressionBinding> </CustomItem> </Frame> </CustomItem> </CustomEntry> </CustomEntries> </CustomControl> </ExpressionBinding> </CustomItem> </Frame> </CustomItem> </CustomEntry> </CustomEntries> </CustomControl> </View> <View> <Name>VerboseCommandHelp</Name> <ViewSelectedBy> <TypeName>MamlCommandHelpInfo#DetailedView</TypeName> </ViewSelectedBy> <Controls> <Control> <Name>MamlShortDescriptionControl</Name> <CustomControl> <CustomEntries> <CustomEntry> <EntrySelectedBy> <TypeName>MamlParaTextItem</TypeName> </EntrySelectedBy> <CustomItem> <ExpressionBinding> <PropertyName>Text</PropertyName> </ExpressionBinding> <NewLine/> </CustomItem> </CustomEntry> <CustomEntry> <CustomItem> <Text> </Text> </CustomItem> </CustomEntry> </CustomEntries> </CustomControl> </Control> <Control> <Name>MamlDescriptionControl</Name> <CustomControl> <CustomEntries> <CustomEntry> <EntrySelectedBy> <TypeName>MamlParaTextItem</TypeName> </EntrySelectedBy> <CustomItem> <ExpressionBinding> <PropertyName>Text</PropertyName> </ExpressionBinding> <NewLine/> </CustomItem> </CustomEntry> <CustomEntry> <EntrySelectedBy> <TypeName>MamlOrderedListTextItem</TypeName> </EntrySelectedBy> <CustomItem> <Frame> <FirstLineHanging>4</FirstLineHanging> <CustomItem> <ExpressionBinding> <PropertyName>Tag</PropertyName> </ExpressionBinding> <ExpressionBinding> <PropertyName>Text</PropertyName> </ExpressionBinding> <NewLine/> </CustomItem> </Frame> </CustomItem> </CustomEntry> <CustomEntry> <EntrySelectedBy> <TypeName>MamlUnorderedListTextItem</TypeName> </EntrySelectedBy> <CustomItem> <Frame> <FirstLineHanging>2</FirstLineHanging> <CustomItem> <ExpressionBinding> <PropertyName>Tag</PropertyName> </ExpressionBinding> <ExpressionBinding> <PropertyName>Text</PropertyName> </ExpressionBinding> <NewLine/> </CustomItem> </Frame> </CustomItem> </CustomEntry> <CustomEntry> <EntrySelectedBy> <TypeName>MamlDefinitionTextItem</TypeName> </EntrySelectedBy> <CustomItem> <ExpressionBinding> <PropertyName>Term</PropertyName> </ExpressionBinding> <NewLine/> <Frame> <LeftIndent>4</LeftIndent> <CustomItem> <ExpressionBinding> <PropertyName>Definition</PropertyName> </ExpressionBinding> <NewLine/> </CustomItem> </Frame> </CustomItem> </CustomEntry> <CustomEntry> <CustomItem> <Text> </Text> </CustomItem> </CustomEntry> </CustomEntries> </CustomControl> </Control> <Control> <Name>MamlParameterValueGroupControl</Name> <CustomControl> <CustomEntries> <CustomEntry> <CustomItem> <Text> </Text> <Text>{</Text> <ExpressionBinding> <ItemSelectionCondition> <ScriptBlock>$_.ParameterValue.Length -ne $()</ScriptBlock> </ItemSelectionCondition> <ScriptBlock> $i=0; $out=""; foreach($a in $_.ParameterValue) { if($i -gt 0) { $out = $out + " | "; }; $out = $out + $a; $i = $i + 1; } $out; </ScriptBlock> </ExpressionBinding> <Text>}</Text> </CustomItem> </CustomEntry> </CustomEntries> </CustomControl> </Control> <Control> <Name>MamlParameterValueControl</Name> <CustomControl> <CustomEntries> <CustomEntry> <CustomItem> <Text> </Text> <ExpressionBinding> <ItemSelectionCondition> <ScriptBlock>$_.required -ne "true"</ScriptBlock> </ItemSelectionCondition> <ScriptBlock>"["</ScriptBlock> </ExpressionBinding> <ExpressionBinding> <ScriptBlock>"<" + $_ + ">"</ScriptBlock> </ExpressionBinding> <ExpressionBinding> <ItemSelectionCondition> <ScriptBlock>$_.required -ne "true"</ScriptBlock> </ItemSelectionCondition> <ScriptBlock>"]"</ScriptBlock> </ExpressionBinding> </CustomItem> </CustomEntry> </CustomEntries> </CustomControl> </Control> <Control> <Name>MamlParameterControl</Name> <CustomControl> <CustomEntries> <CustomEntry> <CustomItem> <ExpressionBinding> <ItemSelectionCondition> <ScriptBlock>$_.required -ne "true"</ScriptBlock> </ItemSelectionCondition> <ScriptBlock>"["</ScriptBlock> </ExpressionBinding> <!-- Optional tag for Name --> <ExpressionBinding> <ItemSelectionCondition> <ScriptBlock>(($_.position -ne $()) -and ($_.position -ne "") -and ($_.position -notmatch "named") -and ([int]$_.position -ne $()))</ScriptBlock> </ItemSelectionCondition> <ScriptBlock>"["</ScriptBlock> </ExpressionBinding> <ExpressionBinding> <PropertyName>Name</PropertyName> <CustomControl> <CustomEntries> <CustomEntry> <CustomItem> <Text>-</Text> <ExpressionBinding> <ScriptBlock>$_</ScriptBlock> </ExpressionBinding> </CustomItem> </CustomEntry> </CustomEntries> </CustomControl> </ExpressionBinding> <!--End Optional tag for Name --> <ExpressionBinding> <ItemSelectionCondition> <ScriptBlock>(($_.position -ne $()) -and ($_.position -ne "") -and ($_.position -notmatch "named") -and ([int]$_.position -ne $()))</ScriptBlock> </ItemSelectionCondition> <ScriptBlock>"]"</ScriptBlock> </ExpressionBinding> <ExpressionBinding> <PropertyName>ParameterValue</PropertyName> <CustomControlName>MamlParameterValueControl</CustomControlName> </ExpressionBinding> <ExpressionBinding> <PropertyName>ParameterValueGroup</PropertyName> <CustomControlName>MamlParameterValueGroupControl</CustomControlName> </ExpressionBinding> <ExpressionBinding> <ItemSelectionCondition> <ScriptBlock>$_.required -ne "true"</ScriptBlock> </ItemSelectionCondition> <ScriptBlock>"]"</ScriptBlock> </ExpressionBinding> <Text> </Text> </CustomItem> </CustomEntry> </CustomEntries> </CustomControl> </Control> <Control> <Name>MamlExampleControl</Name> <CustomControl> <CustomEntries> <CustomEntry> <CustomItem> <ExpressionBinding> <PropertyName>Title</PropertyName> </ExpressionBinding> <NewLine/> <NewLine/> <ExpressionBinding> <PropertyName>Introduction</PropertyName> <EnumerateCollection/> <CustomControl> <CustomEntries> <CustomEntry> <CustomItem> <ExpressionBinding> <PropertyName>Text</PropertyName> </ExpressionBinding> </CustomItem> </CustomEntry> </CustomEntries> </CustomControl> </ExpressionBinding> <ExpressionBinding> <PropertyName>Code</PropertyName> <EnumerateCollection/> </ExpressionBinding> <NewLine/> <ExpressionBinding> <PropertyName>results</PropertyName> </ExpressionBinding> <NewLine/> <ExpressionBinding> <PropertyName>remarks</PropertyName> <EnumerateCollection/> <CustomControlName>MamlShortDescriptionControl</CustomControlName> </ExpressionBinding> </CustomItem> </CustomEntry> </CustomEntries> </CustomControl> </Control> </Controls> <CustomControl> <CustomEntries> <CustomEntry> <CustomItem> <ExpressionBinding> <PropertyName>Details</PropertyName> <CustomControl> <CustomEntries> <CustomEntry> <CustomItem> <Text AssemblyName="System.Management.Automation" BaseName="HelpDisplayStrings" ResourceId="Name"/> <NewLine/> <Frame> <LeftIndent>4</LeftIndent> <CustomItem> <ExpressionBinding> <PropertyName>Name</PropertyName> </ExpressionBinding> <NewLine/> <NewLine/> </CustomItem> </Frame> <Text AssemblyName="System.Management.Automation" BaseName="HelpDisplayStrings" ResourceId="Synopsis"/> <NewLine/> <Frame> <LeftIndent>4</LeftIndent> <CustomItem> <ExpressionBinding> <PropertyName>Description</PropertyName> <EnumerateCollection/> <CustomControlName>MamlShortDescriptionControl</CustomControlName> </ExpressionBinding> <NewLine/> <NewLine/> </CustomItem> </Frame> </CustomItem> </CustomEntry> </CustomEntries> </CustomControl> </ExpressionBinding> <Text AssemblyName="System.Management.Automation" BaseName="HelpDisplayStrings" ResourceId="Syntax"/> <NewLine/> <Frame> <LeftIndent>4</LeftIndent> <CustomItem> <ExpressionBinding> <PropertyName>Syntax</PropertyName> <CustomControl> <CustomEntries> <CustomEntry> <CustomItem> <ExpressionBinding> <PropertyName>SyntaxItem</PropertyName> <EnumerateCollection/> <CustomControl> <CustomEntries> <CustomEntry> <CustomItem> <ExpressionBinding> <PropertyName>name</PropertyName> </ExpressionBinding> <Text> </Text> <ExpressionBinding> <PropertyName>Parameter</PropertyName> <EnumerateCollection/> <CustomControlName>MamlParameterControl</CustomControlName> </ExpressionBinding> <ExpressionBinding> <ItemSelectionCondition> <ScriptBlock> $_.WorkflowCommonParameters -eq $true </ScriptBlock> </ItemSelectionCondition> <CustomControl> <CustomEntries> <CustomEntry> <CustomItem> <ExpressionBInding> <ScriptBlock> if ($psversiontable.psversion.Major -gt 2 -and $_.WorkflowCommonParameters -eq $true) { $assembly = [System.Reflection.Assembly]::Load("System.Management.Automation") $resourceManager = New-Object System.Resources.ResourceManager -ArgumentList "HelpDisplayStrings", $assembly [String]::Format("{0}{1}{2}", "[", $resourceManager.GetString("CommonWorkflowParameters"), "] ") } elseif ($_.WorkflowCommonParameters -eq $true) { [String]::Format("{0}{1}{2}", "[<", "WorkflowCommonParameters", ">] ") } </ScriptBlock> </ExpressionBInding> </CustomItem> </CustomEntry> </CustomEntries> </CustomControl> </ExpressionBinding> <Text>[</Text> <Text AssemblyName="System.Management.Automation" BaseName="HelpDisplayStrings" ResourceId="CommonParameters" /> <Text>]</Text> <NewLine/> <NewLine/> </CustomItem> </CustomEntry> </CustomEntries> </CustomControl> </ExpressionBinding> </CustomItem> </CustomEntry> </CustomEntries> </CustomControl> </ExpressionBinding> <NewLine/> </CustomItem> </Frame> <Text AssemblyName="System.Management.Automation" BaseName="HelpDisplayStrings" ResourceId="DetailedDescription"/> <NewLine/> <Frame> <LeftIndent>4</LeftIndent> <CustomItem> <ExpressionBinding> <PropertyName>description</PropertyName> <EnumerateCollection/> <CustomControlName>MamlDescriptionControl</CustomControlName> </ExpressionBinding> <NewLine/> </CustomItem> </Frame> <NewLine/> <Text AssemblyName="System.Management.Automation" BaseName="HelpDisplayStrings" ResourceId="Parameters"/> <NewLine/> <Frame> <LeftIndent>4</LeftIndent> <CustomItem> <ExpressionBinding> <PropertyName>Parameters</PropertyName> <CustomControl> <CustomEntries> <CustomEntry> <CustomItem> <ExpressionBinding> <PropertyName>Parameter</PropertyName> <EnumerateCollection/> <CustomControl> <CustomEntries> <CustomEntry> <CustomItem> <Text>-</Text> <ExpressionBinding> <PropertyName>name</PropertyName> </ExpressionBinding> <ExpressionBinding> <PropertyName>ParameterValue</PropertyName> <CustomControlName>MamlParameterValueControl</CustomControlName> </ExpressionBinding> <NewLine/> <Frame> <LeftIndent>4</LeftIndent> <CustomItem> <ExpressionBinding> <PropertyName>Description</PropertyName> <EnumerateCollection/> <CustomControlName>MamlDescriptionControl</CustomControlName> </ExpressionBinding> <NewLine/> </CustomItem> </Frame> </CustomItem> </CustomEntry> </CustomEntries> </CustomControl> </ExpressionBinding> </CustomItem> </CustomEntry> </CustomEntries> </CustomControl> </ExpressionBinding> <ExpressionBinding> <ItemSelectionCondition> <ScriptBlock> $_.WorkflowCommonParameters -eq $true </ScriptBlock> </ItemSelectionCondition> <CustomControl> <CustomEntries> <CustomEntry> <CustomItem> <ExpressionBInding> <ScriptBlock> if ($psversiontable.psversion.Major -gt 2 -and $_.WorkflowCommonParameters -eq $true) { $assembly = [System.Reflection.Assembly]::Load("System.Management.Automation") $resourceManager = New-Object System.Resources.ResourceManager -ArgumentList "HelpDisplayStrings", $assembly [String]::Format("{0}{1}{2}", "[", $resourceManager.GetString("CommonWorkflowParameters"), "] ") } elseif ($_.WorkflowCommonParameters -eq $true) { [String]::Format("{0}{1}{2}", "[<", "WorkflowCommonParameters", ">] ") } </ScriptBlock> </ExpressionBInding> </CustomItem> </CustomEntry> </CustomEntries> </CustomControl> </ExpressionBinding> <Text AssemblyName="System.Management.Automation" BaseName="HelpDisplayStrings" ResourceId="CommonParameters" /> <NewLine/> <Frame> <LeftIndent>4</LeftIndent> <CustomItem> <Text AssemblyName="System.Management.Automation" BaseName="HelpDisplayStrings" ResourceId="BaseCmdletInformation"/> </CustomItem> </Frame> <NewLine/> <NewLine/> </CustomItem> </Frame> <!--- Examples --> <Frame> <LeftIndent>4</LeftIndent> <CustomItem> <ExpressionBinding> <PropertyName>Examples</PropertyName> <CustomControl> <CustomEntries> <CustomEntry> <CustomItem> <ExpressionBinding> <PropertyName>Example</PropertyName> <EnumerateCollection/> <CustomControlName>MamlExampleControl</CustomControlName> </ExpressionBinding> </CustomItem> </CustomEntry> </CustomEntries> </CustomControl> </ExpressionBinding> </CustomItem> </Frame> <Text AssemblyName="System.Management.Automation" BaseName="HelpDisplayStrings" ResourceId="RemarksSection" /> <NewLine/> <Frame> <LeftIndent>4</LeftIndent> <CustomItem> <Text AssemblyName="System.Management.Automation" BaseName="HelpDisplayStrings" ResourceId="ExampleHelpInfo"/> <Text>"</Text> <ExpressionBinding> <ScriptBlock>"get-help " + $_.Details.Name + " -examples"</ScriptBlock> </ExpressionBinding> <Text>".</Text> <NewLine/> <Text AssemblyName="System.Management.Automation" BaseName="HelpDisplayStrings" ResourceId="VerboseHelpInfo"/> <Text>"</Text> <ExpressionBinding> <ScriptBlock>"get-help " + $_.Details.Name + " -detailed"</ScriptBlock> </ExpressionBinding> <Text>".</Text> <NewLine/> <Text AssemblyName="System.Management.Automation" BaseName="HelpDisplayStrings" ResourceId="FullHelpInfo"/> <Text>"</Text> <ExpressionBinding> <ScriptBlock>"get-help " + $_.Details.Name + " -full"</ScriptBlock> </ExpressionBinding> <Text>".</Text> <NewLine/> <ExpressionBinding> <CustomControl> <CustomEntries> <CustomEntry> <CustomItem> <Frame> <LeftIndent>4</LeftIndent> <CustomItem> <ExpressionBinding> <ScriptBlock> if(($psversiontable.psversion.Major -gt 2) -and ($_.relatedLinks -ne $()) -and ($_.relatedLinks.navigationLink -ne $()) -and ($_.relatedLinks.navigationLink.Length -ne 0)) { $assembly = [System.Reflection.Assembly]::Load("System.Management.Automation") $resourceManager = New-Object System.Resources.ResourceManager -ArgumentList "HelpDisplayStrings", $assembly [String]::Format(" {0}{1}", $resourceManager.GetString("RelatedLinksHelpInfo"), "`"get-help " + $_.Details.Name + " -online`"`n") } </ScriptBlock> </ExpressionBinding> </CustomItem> </Frame> </CustomItem> </CustomEntry> </CustomEntries> </CustomControl> </ExpressionBinding> </CustomItem> </Frame> </CustomItem> </CustomEntry> </CustomEntries> </CustomControl> </View> <View> <Name>ExampleCommandHelp</Name> <ViewSelectedBy> <TypeName>MamlCommandHelpInfo#ExamplesView</TypeName> </ViewSelectedBy> <Controls> <Control> <Name>MamlShortDescriptionControl</Name> <CustomControl> <CustomEntries> <CustomEntry> <EntrySelectedBy> <TypeName>MamlParaTextItem</TypeName> </EntrySelectedBy> <CustomItem> <ExpressionBinding> <PropertyName>Text</PropertyName> </ExpressionBinding> <NewLine/> </CustomItem> </CustomEntry> <CustomEntry> <CustomItem> <Text> </Text> </CustomItem> </CustomEntry> </CustomEntries> </CustomControl> </Control> <Control> <Name>MamlExampleControl</Name> <CustomControl> <CustomEntries> <CustomEntry> <CustomItem> <ExpressionBinding> <PropertyName>Title</PropertyName> </ExpressionBinding> <NewLine/> <NewLine/> <ExpressionBinding> <PropertyName>Introduction</PropertyName> <EnumerateCollection/> <CustomControl> <CustomEntries> <CustomEntry> <CustomItem> <ExpressionBinding> <PropertyName>Text</PropertyName> </ExpressionBinding> </CustomItem> </CustomEntry> </CustomEntries> </CustomControl> </ExpressionBinding> <ExpressionBinding> <PropertyName>Code</PropertyName> <EnumerateCollection/> </ExpressionBinding> <NewLine/> <ExpressionBinding> <PropertyName>results</PropertyName> </ExpressionBinding> <NewLine/> <NewLine/> <ExpressionBinding> <PropertyName>remarks</PropertyName> <EnumerateCollection/> <CustomControlName>MamlShortDescriptionControl</CustomControlName> </ExpressionBinding> </CustomItem> </CustomEntry> </CustomEntries> </CustomControl> </Control> </Controls> <CustomControl> <CustomEntries> <CustomEntry> <CustomItem> <ExpressionBinding> <PropertyName>Details</PropertyName> <CustomControl> <CustomEntries> <CustomEntry> <CustomItem> <Text AssemblyName="System.Management.Automation" BaseName="HelpDisplayStrings" ResourceId="Name"/> <NewLine/> <Frame> <LeftIndent>4</LeftIndent> <CustomItem> <ExpressionBinding> <PropertyName>Name</PropertyName> </ExpressionBinding> <NewLine/> <NewLine/> </CustomItem> </Frame> <Text AssemblyName="System.Management.Automation" BaseName="HelpDisplayStrings" ResourceId="Synopsis"/> <NewLine/> <Frame> <LeftIndent>4</LeftIndent> <CustomItem> <ExpressionBinding> <PropertyName>Description</PropertyName> <EnumerateCollection/> <CustomControlName>MamlShortDescriptionControl</CustomControlName> </ExpressionBinding> <NewLine/> </CustomItem> </Frame> </CustomItem> </CustomEntry> </CustomEntries> </CustomControl> </ExpressionBinding> <!--- Examples --> <Frame> <LeftIndent>4</LeftIndent> <CustomItem> <ExpressionBinding> <PropertyName>Examples</PropertyName> <CustomControl> <CustomEntries> <CustomEntry> <CustomItem> <ExpressionBinding> <PropertyName>Example</PropertyName> <EnumerateCollection/> <CustomControlName>MamlExampleControl</CustomControlName> </ExpressionBinding> </CustomItem> </CustomEntry> </CustomEntries> </CustomControl> </ExpressionBinding> </CustomItem> </Frame> </CustomItem> </CustomEntry> </CustomEntries> </CustomControl> </View> <View> <Name>FullCommandHelp</Name> <ViewSelectedBy> <TypeName>MamlCommandHelpInfo#FullView</TypeName> </ViewSelectedBy> <Controls> <Control> <Name>MamlShortDescriptionControl</Name> <CustomControl> <CustomEntries> <CustomEntry> <EntrySelectedBy> <TypeName>MamlParaTextItem</TypeName> </EntrySelectedBy> <CustomItem> <ExpressionBinding> <PropertyName>Text</PropertyName> </ExpressionBinding> <NewLine/> </CustomItem> </CustomEntry> <CustomEntry> <CustomItem> <Text> </Text> </CustomItem> </CustomEntry> </CustomEntries> </CustomControl> </Control> <Control> <Name>MamlDescriptionControl</Name> <CustomControl> <CustomEntries> <CustomEntry> <EntrySelectedBy> <TypeName>MamlParaTextItem</TypeName> </EntrySelectedBy> <CustomItem> <ExpressionBinding> <PropertyName>Text</PropertyName> </ExpressionBinding> <NewLine/> </CustomItem> </CustomEntry> <CustomEntry> <EntrySelectedBy> <TypeName>MamlOrderedListTextItem</TypeName> </EntrySelectedBy> <CustomItem> <Frame> <FirstLineHanging>4</FirstLineHanging> <CustomItem> <ExpressionBinding> <PropertyName>Tag</PropertyName> </ExpressionBinding> <ExpressionBinding> <PropertyName>Text</PropertyName> </ExpressionBinding> <NewLine/> </CustomItem> </Frame> </CustomItem> </CustomEntry> <CustomEntry> <EntrySelectedBy> <TypeName>MamlUnorderedListTextItem</TypeName> </EntrySelectedBy> <CustomItem> <Frame> <FirstLineHanging>2</FirstLineHanging> <CustomItem> <ExpressionBinding> <PropertyName>Tag</PropertyName> </ExpressionBinding> <ExpressionBinding> <PropertyName>Text</PropertyName> </ExpressionBinding> <NewLine/> </CustomItem> </Frame> </CustomItem> </CustomEntry> <CustomEntry> <EntrySelectedBy> <TypeName>MamlDefinitionTextItem</TypeName> </EntrySelectedBy> <CustomItem> <ExpressionBinding> <PropertyName>Term</PropertyName> </ExpressionBinding> <NewLine/> <Frame> <LeftIndent>4</LeftIndent> <CustomItem> <ExpressionBinding> <PropertyName>Definition</PropertyName> </ExpressionBinding> <NewLine/> </CustomItem> </Frame> </CustomItem> </CustomEntry> <CustomEntry> <CustomItem> <Text> </Text> </CustomItem> </CustomEntry> </CustomEntries> </CustomControl> </Control> <Control> <Name>MamlParameterValueGroupControl</Name> <CustomControl> <CustomEntries> <CustomEntry> <CustomItem> <Text> </Text> <Text>{</Text> <ExpressionBinding> <ItemSelectionCondition> <ScriptBlock>$_.ParameterValue.Length -ne $()</ScriptBlock> </ItemSelectionCondition> <ScriptBlock> $i=0; $out=""; foreach($a in $_.ParameterValue) { if($i -gt 0) { $out = $out + " | "; }; $out = $out + $a; $i = $i + 1; } $out; </ScriptBlock> </ExpressionBinding> <Text>}</Text> </CustomItem> </CustomEntry> </CustomEntries> </CustomControl> </Control> <Control> <Name>MamlParameterValueControl</Name> <CustomControl> <CustomEntries> <CustomEntry> <CustomItem> <Text> </Text> <ExpressionBinding> <ItemSelectionCondition> <ScriptBlock>$_.required -ne "true"</ScriptBlock> </ItemSelectionCondition> <ScriptBlock>"["</ScriptBlock> </ExpressionBinding> <ExpressionBinding> <ScriptBlock>"<" + $_ + ">"</ScriptBlock> </ExpressionBinding> <ExpressionBinding> <ItemSelectionCondition> <ScriptBlock>$_.required -ne "true"</ScriptBlock> </ItemSelectionCondition> <ScriptBlock>"]"</ScriptBlock> </ExpressionBinding> </CustomItem> </CustomEntry> </CustomEntries> </CustomControl> </Control> <Control> <Name>MamlParameterControl</Name> <CustomControl> <CustomEntries> <CustomEntry> <CustomItem> <ExpressionBinding> <ItemSelectionCondition> <ScriptBlock>$_.required -ne "true"</ScriptBlock> </ItemSelectionCondition> <ScriptBlock>"["</ScriptBlock> </ExpressionBinding> <!-- Optional tag for Name --> <ExpressionBinding> <ItemSelectionCondition> <ScriptBlock>(($_.position -ne $()) -and ($_.position -ne "") -and ($_.position -notmatch "named") -and ([int]$_.position -ne $()))</ScriptBlock> </ItemSelectionCondition> <ScriptBlock>"["</ScriptBlock> </ExpressionBinding> <ExpressionBinding> <PropertyName>Name</PropertyName> <CustomControl> <CustomEntries> <CustomEntry> <CustomItem> <Text>-</Text> <ExpressionBinding> <ScriptBlock>$_</ScriptBlock> </ExpressionBinding> </CustomItem> </CustomEntry> </CustomEntries> </CustomControl> </ExpressionBinding> <!--End Optional tag for Name --> <ExpressionBinding> <ItemSelectionCondition> <ScriptBlock>(($_.position -ne $()) -and ($_.position -ne "") -and ($_.position -notmatch "named") -and ([int]$_.position -ne $()))</ScriptBlock> </ItemSelectionCondition> <ScriptBlock>"]"</ScriptBlock> </ExpressionBinding> <ExpressionBinding> <PropertyName>ParameterValue</PropertyName> <CustomControlName>MamlParameterValueControl</CustomControlName> </ExpressionBinding> <ExpressionBinding> <PropertyName>ParameterValueGroup</PropertyName> <CustomControlName>MamlParameterValueGroupControl</CustomControlName> </ExpressionBinding> <ExpressionBinding> <ItemSelectionCondition> <ScriptBlock>$_.required -ne "true"</ScriptBlock> </ItemSelectionCondition> <ScriptBlock>"]"</ScriptBlock> </ExpressionBinding> <Text> </Text> </CustomItem> </CustomEntry> </CustomEntries> </CustomControl> </Control> <Control> <Name>MamlTypeControl</Name> <CustomControl> <CustomEntries> <CustomEntry> <CustomItem> <ExpressionBinding> <PropertyName>name</PropertyName> <EnumerateCollection/> </ExpressionBinding> <ExpressionBinding> <ItemSelectionCondition> <ScriptBlock>$_.uri</ScriptBlock> </ItemSelectionCondition> <CustomControl> <CustomEntries> <CustomEntry> <CustomItem> <NewLine/> <Frame> <LeftIndent>4</LeftIndent> <CustomItem> <ExpressionBinding> <PropertyName>uri</PropertyName> </ExpressionBinding> <NewLine/> </CustomItem> </Frame> </CustomItem> </CustomEntry> </CustomEntries> </CustomControl> </ExpressionBinding> <ExpressionBinding> <ItemSelectionCondition> <ScriptBlock>$_.description</ScriptBlock> </ItemSelectionCondition> <CustomControl> <CustomEntries> <CustomEntry> <CustomItem> <Frame> <LeftIndent>4</LeftIndent> <CustomItem> <ExpressionBinding> <PropertyName>description</PropertyName> <EnumerateCollection/> <CustomControlName>MamlShortDescriptionControl</CustomControlName> </ExpressionBinding> </CustomItem> </Frame> </CustomItem> </CustomEntry> </CustomEntries> </CustomControl> </ExpressionBinding> </CustomItem> </CustomEntry> </CustomEntries> </CustomControl> </Control> <Control> <Name>MamlExampleControl</Name> <CustomControl> <CustomEntries> <CustomEntry> <CustomItem> <ExpressionBinding> <PropertyName>Title</PropertyName> </ExpressionBinding> <NewLine/> <NewLine/> <ExpressionBinding> <PropertyName>Introduction</PropertyName> <EnumerateCollection/> <CustomControl> <CustomEntries> <CustomEntry> <CustomItem> <ExpressionBinding> <PropertyName>Text</PropertyName> </ExpressionBinding> </CustomItem> </CustomEntry> </CustomEntries> </CustomControl> </ExpressionBinding> <ExpressionBinding> <PropertyName>Code</PropertyName> <EnumerateCollection/> </ExpressionBinding> <NewLine/> <ExpressionBinding> <PropertyName>results</PropertyName> </ExpressionBinding> <NewLine/> <NewLine/> <ExpressionBinding> <PropertyName>remarks</PropertyName> <EnumerateCollection/> <CustomControlName>MamlShortDescriptionControl</CustomControlName> </ExpressionBinding> <NewLine/> </CustomItem> </CustomEntry> </CustomEntries> </CustomControl> </Control> <Control> <Name>MamlAlertControl</Name> <CustomControl> <CustomEntries> <CustomEntry> <CustomItem> <ExpressionBinding> <PropertyName>Text</PropertyName> </ExpressionBinding> <NewLine/> </CustomItem> </CustomEntry> </CustomEntries> </CustomControl> </Control> <Control> <Name>MamlPossibleValueControl</Name> <CustomControl> <CustomEntries> <CustomEntry> <CustomItem> <ExpressionBinding> <PropertyName>possibleValue</PropertyName> <EnumerateCollection/> <CustomControl> <CustomEntries> <CustomEntry> <CustomItem> <ExpressionBinding> <PropertyName>Value</PropertyName> </ExpressionBinding> <NewLine/> <Frame> <LeftIndent>4</LeftIndent> <CustomItem> <ExpressionBinding> <PropertyName>Description</PropertyName> <CustomControlName>MamlShortDescriptionControl</CustomControlName> </ExpressionBinding> </CustomItem> </Frame> <NewLine/> </CustomItem> </CustomEntry> </CustomEntries> </CustomControl> </ExpressionBinding> </CustomItem> </CustomEntry> </CustomEntries> </CustomControl> </Control> </Controls> <CustomControl> <CustomEntries> <CustomEntry> <CustomItem> <ExpressionBinding> <PropertyName>Details</PropertyName> <CustomControl> <CustomEntries> <CustomEntry> <CustomItem> <Text AssemblyName="System.Management.Automation" BaseName="HelpDisplayStrings" ResourceId="Name"/> <NewLine/> <Frame> <LeftIndent>4</LeftIndent> <CustomItem> <ExpressionBinding> <PropertyName>Name</PropertyName> </ExpressionBinding> <NewLine/> <NewLine/> </CustomItem> </Frame> <Text AssemblyName="System.Management.Automation" BaseName="HelpDisplayStrings" ResourceId="Synopsis"/> <NewLine/> <Frame> <LeftIndent>4</LeftIndent> <CustomItem> <ExpressionBinding> <PropertyName>Description</PropertyName> <EnumerateCollection/> <CustomControlName>MamlShortDescriptionControl</CustomControlName> </ExpressionBinding> <NewLine/> </CustomItem> </Frame> </CustomItem> </CustomEntry> </CustomEntries> </CustomControl> </ExpressionBinding> <Text AssemblyName="System.Management.Automation" BaseName="HelpDisplayStrings" ResourceId="Syntax"/> <NewLine/> <Frame> <LeftIndent>4</LeftIndent> <CustomItem> <ExpressionBinding> <PropertyName>Syntax</PropertyName> <CustomControl> <CustomEntries> <CustomEntry> <CustomItem> <ExpressionBinding> <PropertyName>SyntaxItem</PropertyName> <EnumerateCollection/> <CustomControl> <CustomEntries> <CustomEntry> <CustomItem> <ExpressionBinding> <PropertyName>name</PropertyName> </ExpressionBinding> <Text> </Text> <ExpressionBinding> <PropertyName>Parameter</PropertyName> <EnumerateCollection/> <CustomControlName>MamlParameterControl</CustomControlName> </ExpressionBinding> <ExpressionBinding> <ItemSelectionCondition> <ScriptBlock> $_.WorkflowCommonParameters -eq $true </ScriptBlock> </ItemSelectionCondition> <CustomControl> <CustomEntries> <CustomEntry> <CustomItem> <ExpressionBInding> <ScriptBlock> if ($psversiontable.psversion.Major -gt 2 -and $_.WorkflowCommonParameters -eq $true) { $assembly = [System.Reflection.Assembly]::Load("System.Management.Automation") $resourceManager = New-Object System.Resources.ResourceManager -ArgumentList "HelpDisplayStrings", $assembly [String]::Format("{0}{1}{2}", "[", $resourceManager.GetString("CommonWorkflowParameters"), "] ") } elseif ($_.WorkflowCommonParameters -eq $true) { [String]::Format("{0}{1}{2}", "[<", "WorkflowCommonParameters", ">] ") } </ScriptBlock> </ExpressionBInding> </CustomItem> </CustomEntry> </CustomEntries> </CustomControl> </ExpressionBinding> <Text>[</Text> <Text AssemblyName="System.Management.Automation" BaseName="HelpDisplayStrings" ResourceId="CommonParameters" /> <Text>]</Text> <NewLine/> <NewLine/> </CustomItem> </CustomEntry> </CustomEntries> </CustomControl> </ExpressionBinding> </CustomItem> </CustomEntry> </CustomEntries> </CustomControl> </ExpressionBinding> <NewLine/> </CustomItem> </Frame> <Text AssemblyName="System.Management.Automation" BaseName="HelpDisplayStrings" ResourceId="DetailedDescription"/> <NewLine/> <Frame> <LeftIndent>4</LeftIndent> <CustomItem> <ExpressionBinding> <PropertyName>description</PropertyName> <EnumerateCollection/> <CustomControlName>MamlDescriptionControl</CustomControlName> </ExpressionBinding> <NewLine/> </CustomItem> </Frame> <NewLine/> <Text AssemblyName="System.Management.Automation" BaseName="HelpDisplayStrings" ResourceId="Parameters"/> <NewLine/> <Frame> <LeftIndent>4</LeftIndent> <CustomItem> <ExpressionBinding> <PropertyName>Parameters</PropertyName> <CustomControl> <CustomEntries> <CustomEntry> <CustomItem> <ExpressionBinding> <PropertyName>Parameter</PropertyName> <EnumerateCollection/> <CustomControl> <CustomEntries> <CustomEntry> <CustomItem> <Text>-</Text> <ExpressionBinding> <PropertyName>name</PropertyName> </ExpressionBinding> <ExpressionBinding> <PropertyName>ParameterValue</PropertyName> <CustomControlName>MamlParameterValueControl</CustomControlName> </ExpressionBinding> <NewLine/> <Frame> <LeftIndent>4</LeftIndent> <CustomItem> <ExpressionBinding> <PropertyName>Description</PropertyName> <EnumerateCollection/> <CustomControlName>MamlDescriptionControl</CustomControlName> </ExpressionBinding> <NewLine/> <ExpressionBinding> <ItemSelectionCondition> <ScriptBlock>$_.possibleValues -ne $()</ScriptBlock> </ItemSelectionCondition> <!-- This will display possible values --> <CustomControl> <CustomEntries> <CustomEntry> <CustomItem> <ExpressionBinding> <PropertyName>possibleValues</PropertyName> <CustomControlName>MamlPossibleValueControl</CustomControlName> </ExpressionBinding> </CustomItem> </CustomEntry> </CustomEntries> </CustomControl> </ExpressionBinding> <Text AssemblyName="System.Management.Automation" BaseName="HelpDisplayStrings" ResourceId="ParameterRequired"/> <ExpressionBinding> <ItemSelectionCondition> <ScriptBlock>$_.required.ToLower().Equals("true")</ScriptBlock> </ItemSelectionCondition> <ScriptBlock> </ScriptBlock> <CustomControl> <CustomEntries> <CustomEntry> <CustomItem> <Text AssemblyName="System.Management.Automation" BaseName="HelpDisplayStrings" ResourceId="TrueShort" /> </CustomItem> </CustomEntry> </CustomEntries> </CustomControl> </ExpressionBinding> <ExpressionBinding> <ItemSelectionCondition> <ScriptBlock>$_.required.ToLower().Equals("false")</ScriptBlock> </ItemSelectionCondition> <ScriptBlock> </ScriptBlock> <CustomControl> <CustomEntries> <CustomEntry> <CustomItem> <Text AssemblyName="System.Management.Automation" BaseName="HelpDisplayStrings" ResourceId="FalseShort" /> </CustomItem> </CustomEntry> </CustomEntries> </CustomControl> </ExpressionBinding> <NewLine/> <Text AssemblyName="System.Management.Automation" BaseName="HelpDisplayStrings" ResourceId="ParameterPosition"/> <ExpressionBinding> <ItemSelectionCondition> <ScriptBlock>($_.position -eq $()) -or ($_.position -eq "")</ScriptBlock> </ItemSelectionCondition> <ScriptBlock> </ScriptBlock> <CustomControl> <CustomEntries> <CustomEntry> <CustomItem> <Text AssemblyName="System.Management.Automation" BaseName="HelpDisplayStrings" ResourceId="NamedParameter" /> </CustomItem> </CustomEntry> </CustomEntries> </CustomControl> </ExpressionBinding> <ExpressionBinding> <ItemSelectionCondition> <ScriptBlock>$_.position -ne $()</ScriptBlock> </ItemSelectionCondition> <ScriptBlock>$_.position</ScriptBlock> </ExpressionBinding> <NewLine/> <Text AssemblyName="System.Management.Automation" BaseName="HelpDisplayStrings" ResourceId="ParameterDefaultValue"/> <ExpressionBinding> <PropertyName>defaultValue</PropertyName> </ExpressionBinding> <NewLine/> <Text AssemblyName="System.Management.Automation" BaseName="HelpDisplayStrings" ResourceId="AcceptsPipelineInput"/> <ExpressionBinding> <PropertyName>pipelineInput</PropertyName> </ExpressionBinding> <NewLine/> <Text AssemblyName="System.Management.Automation" BaseName="HelpDisplayStrings" ResourceId="AcceptsWildCardCharacters"/> <ExpressionBinding> <ItemSelectionCondition> <ScriptBlock>$_.globbing.ToLower().Equals("true")</ScriptBlock> </ItemSelectionCondition> <ScriptBlock> </ScriptBlock> <CustomControl> <CustomEntries> <CustomEntry> <CustomItem> <Text AssemblyName="System.Management.Automation" BaseName="HelpDisplayStrings" ResourceId="TrueShort" /> </CustomItem> </CustomEntry> </CustomEntries> </CustomControl> </ExpressionBinding> <ExpressionBinding> <ItemSelectionCondition> <ScriptBlock>$_.globbing.ToLower().Equals("false")</ScriptBlock> </ItemSelectionCondition> <ScriptBlock> </ScriptBlock> <CustomControl> <CustomEntries> <CustomEntry> <CustomItem> <Text AssemblyName="System.Management.Automation" BaseName="HelpDisplayStrings" ResourceId="FalseShort" /> </CustomItem> </CustomEntry> </CustomEntries> </CustomControl> </ExpressionBinding> <NewLine/> <NewLine/> </CustomItem> </Frame> </CustomItem> </CustomEntry> </CustomEntries> </CustomControl> </ExpressionBinding> </CustomItem> </CustomEntry> </CustomEntries> </CustomControl> </ExpressionBinding> <Text AssemblyName="System.Management.Automation" BaseName="HelpDisplayStrings" ResourceId="CommonParameters" /> <NewLine/> <Frame> <LeftIndent>4</LeftIndent> <CustomItem> <Text AssemblyName="System.Management.Automation" BaseName="HelpDisplayStrings" ResourceId="BaseCmdletInformation"/> </CustomItem> </Frame> <NewLine/> <NewLine/> </CustomItem> </Frame> <Text AssemblyName="System.Management.Automation" BaseName="HelpDisplayStrings" ResourceId="InputType"/> <NewLine/> <Frame> <LeftIndent>4</LeftIndent> <CustomItem> <ExpressionBinding> <PropertyName>InputTypes</PropertyName> <CustomControl> <CustomEntries> <CustomEntry> <CustomItem> <ExpressionBinding> <PropertyName>InputType</PropertyName> <EnumerateCollection/> <CustomControl> <CustomEntries> <CustomEntry> <CustomItem> <ExpressionBinding> <PropertyName>type</PropertyName> <CustomControlName>MamlTypeControl</CustomControlName> </ExpressionBinding> <NewLine/> <Frame> <LeftIndent>4</LeftIndent> <CustomItem> <ExpressionBinding> <PropertyName>description</PropertyName> <EnumerateCollection/> <CustomControlName>MamlShortDescriptionControl</CustomControlName> </ExpressionBinding> </CustomItem> </Frame> <NewLine/> </CustomItem> </CustomEntry> </CustomEntries> </CustomControl> </ExpressionBinding> </CustomItem> </CustomEntry> </CustomEntries> </CustomControl> </ExpressionBinding> <NewLine/> </CustomItem> </Frame> <Text AssemblyName="System.Management.Automation" BaseName="HelpDisplayStrings" ResourceId="ReturnType"/> <NewLine/> <Frame> <LeftIndent>4</LeftIndent> <CustomItem> <ExpressionBinding> <PropertyName>ReturnValues</PropertyName> <CustomControl> <CustomEntries> <CustomEntry> <CustomItem> <ExpressionBinding> <PropertyName>ReturnValue</PropertyName> <EnumerateCollection/> <CustomControl> <CustomEntries> <CustomEntry> <CustomItem> <ExpressionBinding> <PropertyName>type</PropertyName> <CustomControlName>MamlTypeControl</CustomControlName> </ExpressionBinding> <NewLine/> <Frame> <LeftIndent>4</LeftIndent> <CustomItem> <ExpressionBinding> <PropertyName>description</PropertyName> <EnumerateCollection/> <CustomControlName>MamlShortDescriptionControl</CustomControlName> </ExpressionBinding> </CustomItem> </Frame> <NewLine/> </CustomItem> </CustomEntry> </CustomEntries> </CustomControl> </ExpressionBinding> </CustomItem> </CustomEntry> </CustomEntries> </CustomControl> </ExpressionBinding> <NewLine/> </CustomItem> </Frame> <!-- Display TerminatingErrors on demand only --> <ExpressionBinding> <ItemSelectionCondition> <ScriptBlock> (($_.terminatingErrors -ne $null) -and ($_.terminatingErrors.terminatingError -ne $null)) </ScriptBlock> </ItemSelectionCondition> <PropertyName>terminatingErrors</PropertyName> <CustomControl> <CustomEntries> <CustomEntry> <CustomItem> <Text AssemblyName="System.Management.Automation" BaseName="HelpDisplayStrings" ResourceId="TerminatingErrors"/> <NewLine/> <Frame> <LeftIndent>4</LeftIndent> <CustomItem> <ExpressionBinding> <PropertyName>terminatingError</PropertyName> <EnumerateCollection/> <CustomControl> <CustomEntries> <CustomEntry> <CustomItem> <ExpressionBinding> <PropertyName>errorId</PropertyName> </ExpressionBinding> <Text AssemblyName="System.Management.Automation" BaseName="HelpDisplayStrings" ResourceId="Category"/> <ExpressionBinding> <PropertyName>category</PropertyName> </ExpressionBinding> <Text>)</Text> <NewLine/> <Frame> <LeftIndent>4</LeftIndent> <CustomItem> <ExpressionBinding> <PropertyName>description</PropertyName> <EnumerateCollection/> <CustomControlName>MamlShortDescriptionControl</CustomControlName> </ExpressionBinding> </CustomItem> </Frame> <NewLine/> <Text AssemblyName="System.Management.Automation" BaseName="HelpDisplayStrings" ResourceId="TypeColon"/> <ExpressionBinding> <PropertyName>type</PropertyName> <CustomControlName>MamlTypeControl</CustomControlName> </ExpressionBinding> <NewLine/> <Text AssemblyName="System.Management.Automation" BaseName="HelpDisplayStrings" ResourceId="TargetObjectTypeColon"/> <ExpressionBinding> <PropertyName>targetObjectType</PropertyName> <CustomControlName>MamlTypeControl</CustomControlName> </ExpressionBinding> <NewLine/> <Text AssemblyName="System.Management.Automation" BaseName="HelpDisplayStrings" ResourceId="SuggestedActionColon"/> <ExpressionBinding> <PropertyName>recommendedAction</PropertyName> <EnumerateCollection/> <CustomControlName>MamlShortDescriptionControl</CustomControlName> </ExpressionBinding> <NewLine/> <NewLine/> </CustomItem> </CustomEntry> </CustomEntries> </CustomControl> </ExpressionBinding> </CustomItem> </Frame> </CustomItem> </CustomEntry> </CustomEntries> </CustomControl> </ExpressionBinding> <!-- Display nonTerminatingErrors on demand only --> <ExpressionBinding> <ItemSelectionCondition> <ScriptBlock> (($_.nonTerminatingErrors -ne $null) -and ($_.nonTerminatingErrors.nonTerminatingError -ne $null)) </ScriptBlock> </ItemSelectionCondition> <PropertyName>nonTerminatingErrors</PropertyName> <CustomControl> <CustomEntries> <CustomEntry> <CustomItem> <Text AssemblyName="System.Management.Automation" BaseName="HelpDisplayStrings" ResourceId="NonHyphenTerminatingErrors"/> <NewLine/> <Frame> <LeftIndent>4</LeftIndent> <CustomItem> <ExpressionBinding> <PropertyName>nonTerminatingError</PropertyName> <EnumerateCollection/> <CustomControl> <CustomEntries> <CustomEntry> <CustomItem> <ExpressionBinding> <PropertyName>errorId</PropertyName> </ExpressionBinding> <Text AssemblyName="System.Management.Automation" BaseName="HelpDisplayStrings" ResourceId="Category"/> <ExpressionBinding> <PropertyName>category</PropertyName> </ExpressionBinding> <Text>)</Text> <NewLine/> <Frame> <LeftIndent>4</LeftIndent> <CustomItem> <ExpressionBinding> <PropertyName>description</PropertyName> <EnumerateCollection/> <CustomControlName>MamlShortDescriptionControl</CustomControlName> </ExpressionBinding> </CustomItem> </Frame> <NewLine/> <Text AssemblyName="System.Management.Automation" BaseName="HelpDisplayStrings" ResourceId="TypeColon"/> <ExpressionBinding> <PropertyName>type</PropertyName> <CustomControlName>MamlTypeControl</CustomControlName> </ExpressionBinding> <NewLine/> <Text AssemblyName="System.Management.Automation" BaseName="HelpDisplayStrings" ResourceId="TargetObjectTypeColon"/> <ExpressionBinding> <PropertyName>targetObjectType</PropertyName> <CustomControlName>MamlTypeControl</CustomControlName> </ExpressionBinding> <NewLine/> <Text AssemblyName="System.Management.Automation" BaseName="HelpDisplayStrings" ResourceId="SuggestedActionColon"/> <ExpressionBinding> <PropertyName>recommendedAction</PropertyName> <EnumerateCollection/> <CustomControlName>MamlShortDescriptionControl</CustomControlName> </ExpressionBinding> <NewLine/> <NewLine/> </CustomItem> </CustomEntry> </CustomEntries> </CustomControl> </ExpressionBinding> </CustomItem> </Frame> </CustomItem> </CustomEntry> </CustomEntries> </CustomControl> </ExpressionBinding> <!-- Display Notes on demand only --> <ExpressionBinding> <ItemSelectionCondition> <ScriptBlock>$_.alertSet -ne $null</ScriptBlock> </ItemSelectionCondition> <PropertyName>alertSet</PropertyName> <CustomControl> <CustomEntries> <CustomEntry> <CustomItem> <Text AssemblyName="System.Management.Automation" BaseName="HelpDisplayStrings" ResourceId="Notes"/> <NewLine/> </CustomItem> </CustomEntry> </CustomEntries> </CustomControl> </ExpressionBinding> <ExpressionBinding> <ItemSelectionCondition> <ScriptBlock>$_.alertSet -ne $null</ScriptBlock> </ItemSelectionCondition> <PropertyName>alertSet</PropertyName> <EnumerateCollection/> <CustomControl> <CustomEntries> <CustomEntry> <CustomItem> <Frame> <LeftIndent>4</LeftIndent> <CustomItem> <ExpressionBinding> <PropertyName>title</PropertyName> </ExpressionBinding> <NewLine/> <NewLine/> <Frame> <LeftIndent>4</LeftIndent> <CustomItem> <ExpressionBinding> <PropertyName>alert</PropertyName> <EnumerateCollection/> <CustomControlName>MamlAlertControl</CustomControlName> </ExpressionBinding> </CustomItem> </Frame> <NewLine/> </CustomItem> </Frame> </CustomItem> </CustomEntry> </CustomEntries> </CustomControl> </ExpressionBinding> <!-- Examples --> <Frame> <LeftIndent>4</LeftIndent> <CustomItem> <ExpressionBinding> <PropertyName>Examples</PropertyName> <CustomControl> <CustomEntries> <CustomEntry> <CustomItem> <ExpressionBinding> <PropertyName>Example</PropertyName> <EnumerateCollection/> <CustomControlName>MamlExampleControl</CustomControlName> </ExpressionBinding> </CustomItem> </CustomEntry> </CustomEntries> </CustomControl> </ExpressionBinding> <NewLine/> </CustomItem> </Frame> <Text AssemblyName="System.Management.Automation" BaseName="HelpDisplayStrings" ResourceId="RelatedLinks"/> <NewLine/> <Frame> <LeftIndent>4</LeftIndent> <CustomItem> <ExpressionBinding> <PropertyName>relatedLinks</PropertyName> <CustomControl> <CustomEntries> <CustomEntry> <CustomItem> <ExpressionBinding> <PropertyName>navigationLink</PropertyName> <EnumerateCollection/> <CustomControl> <CustomEntries> <CustomEntry> <CustomItem> <ExpressionBinding> <PropertyName>linkText</PropertyName> </ExpressionBinding> <ExpressionBinding> <ItemSelectionCondition> <ScriptBlock>$_.linkText.Length -ne 0</ScriptBlock> </ItemSelectionCondition> <ScriptBlock>" "</ScriptBlock> </ExpressionBinding> <ExpressionBinding> <PropertyName>uri</PropertyName> </ExpressionBinding> <NewLine/> </CustomItem> </CustomEntry> </CustomEntries> </CustomControl> </ExpressionBinding> </CustomItem> </CustomEntry> </CustomEntries> </CustomControl> </ExpressionBinding> </CustomItem> </Frame> </CustomItem> </CustomEntry> </CustomEntries> </CustomControl> </View> <View> <Name>ProviderHelpInfo</Name> <ViewSelectedBy> <TypeName>ProviderHelpInfo</TypeName> </ViewSelectedBy> <Controls> <Control> <Name>MamlTextItem</Name> <CustomControl> <CustomEntries> <CustomEntry> <EntrySelectedBy> <TypeName>MamlParaTextItem</TypeName> </EntrySelectedBy> <CustomItem> <ExpressionBinding> <PropertyName>Text</PropertyName> </ExpressionBinding> <NewLine/> </CustomItem> </CustomEntry> <CustomEntry> <EntrySelectedBy> <TypeName>MamlOrderedListTextItem</TypeName> </EntrySelectedBy> <CustomItem> <ExpressionBinding> <PropertyName>Tag</PropertyName> </ExpressionBinding> <ExpressionBinding> <PropertyName>Text</PropertyName> </ExpressionBinding> <NewLine/> </CustomItem> </CustomEntry> <CustomEntry> <EntrySelectedBy> <TypeName>MamlUnorderedListTextItem</TypeName> </EntrySelectedBy> <CustomItem> <ExpressionBinding> <PropertyName>Tag</PropertyName> </ExpressionBinding> <ExpressionBinding> <PropertyName>Text</PropertyName> </ExpressionBinding> <NewLine/> </CustomItem> </CustomEntry> <CustomEntry> <EntrySelectedBy> <TypeName>MamlDefinitionTextItem</TypeName> </EntrySelectedBy> <CustomItem> <ExpressionBinding> <PropertyName>Term</PropertyName> </ExpressionBinding> <NewLine/> <Frame> <LeftIndent>4</LeftIndent> <CustomItem> <ExpressionBinding> <PropertyName>Definition</PropertyName> </ExpressionBinding> </CustomItem> </Frame> <NewLine/> </CustomItem> </CustomEntry> <CustomEntry> <CustomItem> <Text> </Text> </CustomItem> </CustomEntry> </CustomEntries> </CustomControl> </Control> <Control> <Name>ProviderTasks</Name> <CustomControl> <CustomEntries> <CustomEntry> <CustomItem> <ExpressionBinding> <EnumerateCollection/> <PropertyName>Task</PropertyName> <CustomControlName>Task</CustomControlName> </ExpressionBinding> <NewLine/> </CustomItem> </CustomEntry> </CustomEntries> </CustomControl> </Control> <Control> <Name>TaskExamplesControl</Name> <CustomControl> <CustomEntries> <CustomEntry> <CustomItem> <ExpressionBinding> <EnumerateCollection/> <PropertyName>Example</PropertyName> <CustomControlName>TaskExampleControl</CustomControlName> </ExpressionBinding> </CustomItem> </CustomEntry> </CustomEntries> </CustomControl> </Control> <Control> <Name>TaskExampleControl</Name> <CustomControl> <CustomEntries> <CustomEntry> <CustomItem> <ExpressionBinding> <PropertyName>Title</PropertyName> </ExpressionBinding> <NewLine/> <NewLine/> <ExpressionBinding> <PropertyName>Introduction</PropertyName> <EnumerateCollection/> <CustomControl> <CustomEntries> <CustomEntry> <CustomItem> <ExpressionBinding> <PropertyName>Text</PropertyName> </ExpressionBinding> </CustomItem> </CustomEntry> </CustomEntries> </CustomControl> </ExpressionBinding> <NewLine/> <NewLine/> <ExpressionBinding> <PropertyName>Code</PropertyName> <EnumerateCollection/> </ExpressionBinding> <NewLine/> <ExpressionBinding> <PropertyName>results</PropertyName> </ExpressionBinding> <NewLine/> <NewLine/> <ExpressionBinding> <PropertyName>remarks</PropertyName> <EnumerateCollection/> <CustomControlName>MamlTextItem</CustomControlName> </ExpressionBinding> </CustomItem> </CustomEntry> </CustomEntries> </CustomControl> </Control> <Control> <Name>Task</Name> <CustomControl> <CustomEntries> <CustomEntry> <CustomItem> <Frame> <CustomItem> <Text AssemblyName="System.Management.Automation" BaseName="HelpDisplayStrings" ResourceId="Task"/> <ExpressionBinding> <PropertyName>Title</PropertyName> </ExpressionBinding> <NewLine/> <NewLine/> </CustomItem> </Frame> <Frame> <LeftIndent>4</LeftIndent> <CustomItem> <ExpressionBinding> <EnumerateCollection/> <PropertyName>Description</PropertyName> <CustomControlName>MamlTextItem</CustomControlName> </ExpressionBinding> <NewLine/> <NewLine/> <ExpressionBinding> <EnumerateCollection/> <PropertyName>Examples</PropertyName> <CustomControlName>TaskExamplesControl</CustomControlName> </ExpressionBinding> <NewLine/> <NewLine/> </CustomItem> </Frame> </CustomItem> </CustomEntry> </CustomEntries> </CustomControl> </Control> <Control> <Name>DynamicPossibleValues</Name> <CustomControl> <CustomEntries> <CustomEntry> <CustomItem> <Frame> <LeftIndent>4</LeftIndent> <CustomItem> <ExpressionBinding> <PropertyName>Value</PropertyName> </ExpressionBinding> <NewLine/> </CustomItem> </Frame> <Frame> <LeftIndent>8</LeftIndent> <CustomItem> <ExpressionBinding> <EnumerateCollection/> <PropertyName>Description</PropertyName> <CustomControlName>MamlTextItem</CustomControlName> </ExpressionBinding> <NewLine/> </CustomItem> </Frame> </CustomItem> </CustomEntry> </CustomEntries> </CustomControl> </Control> <Control> <Name>DynamicParameterControl</Name> <CustomControl> <CustomEntries> <CustomEntry> <CustomItem> <Frame> <CustomItem> <Text>-</Text> <ExpressionBinding> <PropertyName>Name</PropertyName> </ExpressionBinding> <Text> </Text> <ExpressionBinding> <PropertyName>Type</PropertyName> <CustomControl> <CustomEntries> <CustomEntry> <CustomItem> <ExpressionBinding> <!-- PropertyName>Name</PropertyName --> <ScriptBlock>"<" + $_.Name + ">"</ScriptBlock> </ExpressionBinding> </CustomItem> </CustomEntry> </CustomEntries> </CustomControl> </ExpressionBinding> <NewLine/> </CustomItem> </Frame> <Frame> <LeftIndent>4</LeftIndent> <CustomItem> <ExpressionBinding> <PropertyName>Description</PropertyName> </ExpressionBinding> <NewLine/> <NewLine/> <ExpressionBinding> <PropertyName>PossibleValues</PropertyName> <CustomControl> <CustomEntries> <CustomEntry> <CustomItem> <ExpressionBinding> <PropertyName>PossibleValue</PropertyName> <EnumerateCollection/> <CustomControlName>DynamicPossibleValues</CustomControlName> </ExpressionBinding> </CustomItem> </CustomEntry> </CustomEntries> </CustomControl> </ExpressionBinding> <NewLine/> <Text AssemblyName="System.Management.Automation" BaseName="HelpDisplayStrings" ResourceId="CmdletsSupported"/> <ExpressionBinding> <PropertyName>CmdletSupported</PropertyName> </ExpressionBinding> <NewLine/> <NewLine/> </CustomItem> </Frame> </CustomItem> </CustomEntry> </CustomEntries> </CustomControl> </Control> </Controls> <CustomControl> <CustomEntries> <CustomEntry> <CustomItem> <Text AssemblyName="System.Management.Automation" BaseName="HelpDisplayStrings" ResourceId="ProviderName"/> <NewLine/> <Frame> <LeftIndent>4</LeftIndent> <CustomItem> <ExpressionBinding> <PropertyName>Name</PropertyName> </ExpressionBinding> <NewLine/> <NewLine/> </CustomItem> </Frame> <Text AssemblyName="System.Management.Automation" BaseName="HelpDisplayStrings" ResourceId="Drives"/> <NewLine/> <Frame> <LeftIndent>4</LeftIndent> <CustomItem> <ExpressionBinding> <EnumerateCollection/> <PropertyName>Drives</PropertyName> <CustomControlName>MamlTextItem</CustomControlName> </ExpressionBinding> <NewLine/> </CustomItem> </Frame> <Text AssemblyName="System.Management.Automation" BaseName="HelpDisplayStrings" ResourceId="Synopsis"/> <NewLine/> <Frame> <LeftIndent>4</LeftIndent> <CustomItem> <ExpressionBinding> <EnumerateCollection/> <PropertyName>Synopsis</PropertyName> </ExpressionBinding> <NewLine/> <NewLine/> </CustomItem> </Frame> <Text AssemblyName="System.Management.Automation" BaseName="HelpDisplayStrings" ResourceId="DetailedDescription"/> <NewLine/> <Frame> <LeftIndent>4</LeftIndent> <CustomItem> <ExpressionBinding> <PropertyName>DetailedDescription</PropertyName> <EnumerateCollection/> <CustomControlName>MamlTextItem</CustomControlName> </ExpressionBinding> <NewLine/> </CustomItem> </Frame> <Text AssemblyName="System.Management.Automation" BaseName="HelpDisplayStrings" ResourceId="Capabilities"/> <NewLine/> <Frame> <LeftIndent>4</LeftIndent> <CustomItem> <ExpressionBinding> <PropertyName>Capabilities</PropertyName> <EnumerateCollection/> <CustomControlName>MamlTextItem</CustomControlName> </ExpressionBinding> <NewLine/> </CustomItem> </Frame> <Text AssemblyName="System.Management.Automation" BaseName="HelpDisplayStrings" ResourceId="Tasks"/> <NewLine/> <Frame> <LeftIndent>4</LeftIndent> <CustomItem> <ExpressionBinding> <EnumerateCollection/> <PropertyName>Tasks</PropertyName> <CustomControlName>ProviderTasks</CustomControlName> </ExpressionBinding> <NewLine/> </CustomItem> </Frame> <Text AssemblyName="System.Management.Automation" BaseName="HelpDisplayStrings" ResourceId="DynamicParameters"/> <NewLine/> <Frame> <LeftIndent>4</LeftIndent> <CustomItem> <ExpressionBinding> <PropertyName>DynamicParameters</PropertyName> <CustomControl> <CustomEntries> <CustomEntry> <CustomItem> <ExpressionBinding> <PropertyName>DynamicParameter</PropertyName> <EnumerateCollection/> <CustomControlName>DynamicParameterControl</CustomControlName> </ExpressionBinding> </CustomItem> </CustomEntry> </CustomEntries> </CustomControl> </ExpressionBinding> <NewLine/> </CustomItem> </Frame> <Text AssemblyName="System.Management.Automation" BaseName="HelpDisplayStrings" ResourceId="Notes"/> <NewLine/> <Frame> <LeftIndent>4</LeftIndent> <CustomItem> <ExpressionBinding> <PropertyName>Notes</PropertyName> </ExpressionBinding> <NewLine/> </CustomItem> </Frame> <NewLine/> <Text AssemblyName="System.Management.Automation" BaseName="HelpDisplayStrings" ResourceId="RelatedLinks"/> <NewLine/> <Frame> <LeftIndent>4</LeftIndent> <CustomItem> <ExpressionBinding> <PropertyName>relatedLinks</PropertyName> <CustomControl> <CustomEntries> <CustomEntry> <CustomItem> <ExpressionBinding> <PropertyName>navigationLink</PropertyName> <EnumerateCollection/> <CustomControl> <CustomEntries> <CustomEntry> <CustomItem> <ExpressionBinding> <PropertyName>linkText</PropertyName> </ExpressionBinding> <ExpressionBinding> <ItemSelectionCondition> <ScriptBlock>$_.linkText.Length -ne 0</ScriptBlock> </ItemSelectionCondition> <ScriptBlock>" "</ScriptBlock> </ExpressionBinding> <ExpressionBinding> <PropertyName>uri</PropertyName> </ExpressionBinding> <NewLine/> </CustomItem> </CustomEntry> </CustomEntries> </CustomControl> </ExpressionBinding> </CustomItem> </CustomEntry> </CustomEntries> </CustomControl> </ExpressionBinding> </CustomItem> </Frame> </CustomItem> </CustomEntry> </CustomEntries> </CustomControl> </View> <View> <Name>FaqHelpInfo</Name> <ViewSelectedBy> <TypeName>FaqHelpInfo</TypeName> </ViewSelectedBy> <Controls> <Control> <Name>MamlTextItem</Name> <CustomControl> <CustomEntries> <CustomEntry> <EntrySelectedBy> <TypeName>MamlParaTextItem</TypeName> </EntrySelectedBy> <CustomItem> <ExpressionBinding> <PropertyName>Text</PropertyName> </ExpressionBinding> <NewLine/> </CustomItem> </CustomEntry> <CustomEntry> <EntrySelectedBy> <TypeName>MamlOrderedListTextItem</TypeName> </EntrySelectedBy> <CustomItem> <ExpressionBinding> <PropertyName>Tag</PropertyName> </ExpressionBinding> <ExpressionBinding> <PropertyName>Text</PropertyName> </ExpressionBinding> <NewLine/> </CustomItem> </CustomEntry> <CustomEntry> <EntrySelectedBy> <TypeName>MamlUnorderedListTextItem</TypeName> </EntrySelectedBy> <CustomItem> <ExpressionBinding> <PropertyName>Tag</PropertyName> </ExpressionBinding> <ExpressionBinding> <PropertyName>Text</PropertyName> </ExpressionBinding> <NewLine/> </CustomItem> </CustomEntry> <CustomEntry> <EntrySelectedBy> <TypeName>MamlDefinitionTextItem</TypeName> </EntrySelectedBy> <CustomItem> <ExpressionBinding> <PropertyName>Term</PropertyName> </ExpressionBinding> <NewLine/> <Frame> <LeftIndent>4</LeftIndent> <CustomItem> <ExpressionBinding> <PropertyName>Definition</PropertyName> </ExpressionBinding> </CustomItem> </Frame> <NewLine/> </CustomItem> </CustomEntry> <CustomEntry> <CustomItem> <Text> </Text> </CustomItem> </CustomEntry> </CustomEntries> </CustomControl> </Control> </Controls> <CustomControl> <CustomEntries> <CustomEntry> <CustomItem> <Text AssemblyName="System.Management.Automation" BaseName="HelpDisplayStrings" ResourceId="TitleColon"/> <ExpressionBinding> <PropertyName>Title</PropertyName> </ExpressionBinding> <NewLine/> <Text AssemblyName="System.Management.Automation" BaseName="HelpDisplayStrings" ResourceId="QuestionColon"/> <ExpressionBinding> <PropertyName>Question</PropertyName> </ExpressionBinding> <NewLine/> <Text AssemblyName="System.Management.Automation" BaseName="HelpDisplayStrings" ResourceId="Answer"/> <NewLine/> <Frame> <LeftIndent>4</LeftIndent> <CustomItem> <ExpressionBinding> <PropertyName>Answer</PropertyName> <EnumerateCollection/> <CustomControlName>MamlTextItem</CustomControlName> </ExpressionBinding> <NewLine/> </CustomItem> </Frame> </CustomItem> </CustomEntry> </CustomEntries> </CustomControl> </View> <View> <Name>GeneralHelpInfo</Name> <ViewSelectedBy> <TypeName>GeneralHelpInfo</TypeName> </ViewSelectedBy> <Controls> <Control> <Name>MamlTextItem</Name> <CustomControl> <CustomEntries> <CustomEntry> <EntrySelectedBy> <TypeName>MamlParaTextItem</TypeName> </EntrySelectedBy> <CustomItem> <ExpressionBinding> <PropertyName>Text</PropertyName> </ExpressionBinding> <NewLine/> </CustomItem> </CustomEntry> <CustomEntry> <EntrySelectedBy> <TypeName>MamlOrderedListTextItem</TypeName> </EntrySelectedBy> <CustomItem> <ExpressionBinding> <PropertyName>Tag</PropertyName> </ExpressionBinding> <ExpressionBinding> <PropertyName>Text</PropertyName> </ExpressionBinding> <NewLine/> </CustomItem> </CustomEntry> <CustomEntry> <EntrySelectedBy> <TypeName>MamlUnorderedListTextItem</TypeName> </EntrySelectedBy> <CustomItem> <ExpressionBinding> <PropertyName>Tag</PropertyName> </ExpressionBinding> <ExpressionBinding> <PropertyName>Text</PropertyName> </ExpressionBinding> <NewLine/> </CustomItem> </CustomEntry> <CustomEntry> <EntrySelectedBy> <TypeName>MamlDefinitionTextItem</TypeName> </EntrySelectedBy> <CustomItem> <ExpressionBinding> <PropertyName>Term</PropertyName> </ExpressionBinding> <NewLine/> <Frame> <LeftIndent>4</LeftIndent> <CustomItem> <ExpressionBinding> <PropertyName>Definition</PropertyName> </ExpressionBinding> </CustomItem> </Frame> <NewLine/> </CustomItem> </CustomEntry> <CustomEntry> <CustomItem> <Text> </Text> </CustomItem> </CustomEntry> </CustomEntries> </CustomControl> </Control> </Controls> <CustomControl> <CustomEntries> <CustomEntry> <CustomItem> <Text AssemblyName="System.Management.Automation" BaseName="HelpDisplayStrings" ResourceId="TitleColon"/> <ExpressionBinding> <PropertyName>Title</PropertyName> </ExpressionBinding> <NewLine/> <NewLine/> <Text AssemblyName="System.Management.Automation" BaseName="HelpDisplayStrings" ResourceId="DetailedDescription"/> <NewLine/> <Frame> <LeftIndent>4</LeftIndent> <CustomItem> <ExpressionBinding> <PropertyName>Content</PropertyName> <EnumerateCollection/> <CustomControlName>MamlTextItem</CustomControlName> </ExpressionBinding> <NewLine/> </CustomItem> </Frame> </CustomItem> </CustomEntry> </CustomEntries> </CustomControl> </View> <View> <Name>GlossaryHelpInfo</Name> <ViewSelectedBy> <TypeName>GlossaryHelpInfo</TypeName> </ViewSelectedBy> <Controls> <Control> <Name>MamlTextItem</Name> <CustomControl> <CustomEntries> <CustomEntry> <EntrySelectedBy> <TypeName>MamlParaTextItem</TypeName> </EntrySelectedBy> <CustomItem> <ExpressionBinding> <PropertyName>Text</PropertyName> </ExpressionBinding> <NewLine/> </CustomItem> </CustomEntry> <CustomEntry> <EntrySelectedBy> <TypeName>MamlOrderedListTextItem</TypeName> </EntrySelectedBy> <CustomItem> <ExpressionBinding> <PropertyName>Tag</PropertyName> </ExpressionBinding> <ExpressionBinding> <PropertyName>Text</PropertyName> </ExpressionBinding> <NewLine/> </CustomItem> </CustomEntry> <CustomEntry> <EntrySelectedBy> <TypeName>MamlUnorderedListTextItem</TypeName> </EntrySelectedBy> <CustomItem> <ExpressionBinding> <PropertyName>Tag</PropertyName> </ExpressionBinding> <ExpressionBinding> <PropertyName>Text</PropertyName> </ExpressionBinding> <NewLine/> </CustomItem> </CustomEntry> <CustomEntry> <EntrySelectedBy> <TypeName>MamlDefinitionTextItem</TypeName> </EntrySelectedBy> <CustomItem> <ExpressionBinding> <PropertyName>Term</PropertyName> </ExpressionBinding> <NewLine/> <Frame> <LeftIndent>4</LeftIndent> <CustomItem> <ExpressionBinding> <PropertyName>Definition</PropertyName> </ExpressionBinding> </CustomItem> </Frame> <NewLine/> </CustomItem> </CustomEntry> <CustomEntry> <CustomItem> <Text> </Text> </CustomItem> </CustomEntry> </CustomEntries> </CustomControl> </Control> </Controls> <CustomControl> <CustomEntries> <CustomEntry> <CustomItem> <Text AssemblyName="System.Management.Automation" BaseName="HelpDisplayStrings" ResourceId="TermColon"/> <ExpressionBinding> <PropertyName>Name</PropertyName> </ExpressionBinding> <NewLine/> <Text AssemblyName="System.Management.Automation" BaseName="HelpDisplayStrings" ResourceId="DefinitionColon"/> <NewLine/> <Frame> <LeftIndent>4</LeftIndent> <CustomItem> <ExpressionBinding> <PropertyName>Definition</PropertyName> <EnumerateCollection/> <CustomControlName>MamlTextItem</CustomControlName> </ExpressionBinding> <NewLine/> </CustomItem> </Frame> </CustomItem> </CustomEntry> </CustomEntries> </CustomControl> </View> <View> <Name>ScriptHelpInfo</Name> <ViewSelectedBy> <TypeName>ScriptHelpInfo</TypeName> </ViewSelectedBy> <Controls> <Control> <Name>MamlTextItem</Name> <CustomControl> <CustomEntries> <CustomEntry> <EntrySelectedBy> <TypeName>MamlParaTextItem</TypeName> </EntrySelectedBy> <CustomItem> <ExpressionBinding> <PropertyName>Text</PropertyName> </ExpressionBinding> <NewLine/> </CustomItem> </CustomEntry> <CustomEntry> <EntrySelectedBy> <TypeName>MamlOrderedListTextItem</TypeName> </EntrySelectedBy> <CustomItem> <ExpressionBinding> <PropertyName>Tag</PropertyName> </ExpressionBinding> <ExpressionBinding> <PropertyName>Text</PropertyName> </ExpressionBinding> <NewLine/> </CustomItem> </CustomEntry> <CustomEntry> <EntrySelectedBy> <TypeName>MamlUnorderedListTextItem</TypeName> </EntrySelectedBy> <CustomItem> <ExpressionBinding> <PropertyName>Tag</PropertyName> </ExpressionBinding> <ExpressionBinding> <PropertyName>Text</PropertyName> </ExpressionBinding> <NewLine/> </CustomItem> </CustomEntry> <CustomEntry> <EntrySelectedBy> <TypeName>MamlDefinitionTextItem</TypeName> </EntrySelectedBy> <CustomItem> <ExpressionBinding> <PropertyName>Term</PropertyName> </ExpressionBinding> <NewLine/> <Frame> <LeftIndent>4</LeftIndent> <CustomItem> <ExpressionBinding> <PropertyName>Definition</PropertyName> </ExpressionBinding> </CustomItem> </Frame> <NewLine/> </CustomItem> </CustomEntry> <CustomEntry> <EntrySelectedBy> <TypeName>MamlPreformattedTextItem</TypeName> </EntrySelectedBy> <CustomItem> <ExpressionBinding> <PropertyName>Text</PropertyName> </ExpressionBinding> </CustomItem> </CustomEntry> <CustomEntry> <CustomItem> <Text> </Text> </CustomItem> </CustomEntry> </CustomEntries> </CustomControl> </Control> </Controls> <CustomControl> <CustomEntries> <CustomEntry> <CustomItem> <Text AssemblyName="System.Management.Automation" BaseName="HelpDisplayStrings" ResourceId="TitleColon"/> <ExpressionBinding> <PropertyName>Title</PropertyName> </ExpressionBinding> <NewLine/> <Text AssemblyName="System.Management.Automation" BaseName="HelpDisplayStrings" ResourceId="ContentColon"/> <NewLine/> <Frame> <LeftIndent>4</LeftIndent> <CustomItem> <ExpressionBinding> <PropertyName>Content</PropertyName> <EnumerateCollection/> <CustomControlName>MamlTextItem</CustomControlName> </ExpressionBinding> <NewLine/> </CustomItem> </Frame> </CustomItem> </CustomEntry> </CustomEntries> </CustomControl> </View> <View> <Name>MamlCommandExamples</Name> <ViewSelectedBy> <TypeName>MamlCommandHelpInfo#Examples</TypeName> </ViewSelectedBy> <Controls> <Control> <Name>MamlShortDescriptionControl</Name> <CustomControl> <CustomEntries> <CustomEntry> <EntrySelectedBy> <TypeName>MamlParaTextItem</TypeName> </EntrySelectedBy> <CustomItem> <ExpressionBinding> <PropertyName>Text</PropertyName> </ExpressionBinding> <NewLine/> </CustomItem> </CustomEntry> <CustomEntry> <CustomItem> <Text> </Text> </CustomItem> </CustomEntry> </CustomEntries> </CustomControl> </Control> <Control> <Name>MamlExampleControl</Name> <CustomControl> <CustomEntries> <CustomEntry> <CustomItem> <ExpressionBinding> <PropertyName>Title</PropertyName> </ExpressionBinding> <NewLine/> <NewLine/> <ExpressionBinding> <PropertyName>Introduction</PropertyName> <EnumerateCollection/> <CustomControl> <CustomEntries> <CustomEntry> <CustomItem> <ExpressionBinding> <PropertyName>Text</PropertyName> </ExpressionBinding> </CustomItem> </CustomEntry> </CustomEntries> </CustomControl> </ExpressionBinding> <ExpressionBinding> <PropertyName>Code</PropertyName> <EnumerateCollection/> </ExpressionBinding> <NewLine/> <ExpressionBinding> <PropertyName>results</PropertyName> </ExpressionBinding> <NewLine/> <NewLine/> <ExpressionBinding> <PropertyName>remarks</PropertyName> <EnumerateCollection/> <CustomControlName>MamlShortDescriptionControl</CustomControlName> </ExpressionBinding> </CustomItem> </CustomEntry> </CustomEntries> </CustomControl> </Control> </Controls> <CustomControl> <CustomEntries> <CustomEntry> <CustomItem> <ExpressionBinding> <PropertyName>Example</PropertyName> <EnumerateCollection/> <CustomControlName>MamlExampleControl</CustomControlName> </ExpressionBinding> </CustomItem> </CustomEntry> </CustomEntries> </CustomControl> </View> <View> <Name>MamlCommandExample</Name> <ViewSelectedBy> <TypeName>MamlCommandHelpInfo#Example</TypeName> </ViewSelectedBy> <Controls> <Control> <Name>MamlShortDescriptionControl</Name> <CustomControl> <CustomEntries> <CustomEntry> <EntrySelectedBy> <TypeName>MamlParaTextItem</TypeName> </EntrySelectedBy> <CustomItem> <ExpressionBinding> <PropertyName>Text</PropertyName> </ExpressionBinding> <NewLine/> </CustomItem> </CustomEntry> <CustomEntry> <CustomItem> <Text> </Text> </CustomItem> </CustomEntry> </CustomEntries> </CustomControl> </Control> </Controls> <CustomControl> <CustomEntries> <CustomEntry> <CustomItem> <ExpressionBinding> <PropertyName>Title</PropertyName> </ExpressionBinding> <NewLine/> <NewLine/> <ExpressionBinding> <PropertyName>Introduction</PropertyName> <EnumerateCollection/> <CustomControl> <CustomEntries> <CustomEntry> <CustomItem> <ExpressionBinding> <PropertyName>Text</PropertyName> </ExpressionBinding> </CustomItem> </CustomEntry> </CustomEntries> </CustomControl> </ExpressionBinding> <ExpressionBinding> <PropertyName>Code</PropertyName> <EnumerateCollection/> </ExpressionBinding> <NewLine/> <NewLine/> <ExpressionBinding> <PropertyName>results</PropertyName> </ExpressionBinding> <NewLine/> <NewLine/> <ExpressionBinding> <PropertyName>remarks</PropertyName> <EnumerateCollection/> <CustomControlName>MamlShortDescriptionControl</CustomControlName> </ExpressionBinding> </CustomItem> </CustomEntry> </CustomEntries> </CustomControl> </View> <View> <Name>MamlCommandDetails</Name> <ViewSelectedBy> <TypeName>MamlCommandHelpInfo#commandDetails</TypeName> </ViewSelectedBy> <Controls> <Control> <Name>MamlShortDescriptionControl</Name> <CustomControl> <CustomEntries> <CustomEntry> <EntrySelectedBy> <TypeName>MamlParaTextItem</TypeName> </EntrySelectedBy> <CustomItem> <ExpressionBinding> <PropertyName>Text</PropertyName> </ExpressionBinding> <NewLine/> </CustomItem> </CustomEntry> <CustomEntry> <CustomItem> <Text> </Text> </CustomItem> </CustomEntry> </CustomEntries> </CustomControl> </Control> </Controls> <CustomControl> <CustomEntries> <CustomEntry> <CustomItem> <Text AssemblyName="System.Management.Automation" BaseName="HelpDisplayStrings" ResourceId="Name"/> <NewLine/> <Frame> <LeftIndent>4</LeftIndent> <CustomItem> <ExpressionBinding> <PropertyName>Name</PropertyName> </ExpressionBinding> <NewLine/> <NewLine/> </CustomItem> </Frame> <Text AssemblyName="System.Management.Automation" BaseName="HelpDisplayStrings" ResourceId="Synopsis"/> <NewLine/> <Frame> <LeftIndent>4</LeftIndent> <CustomItem> <ExpressionBinding> <PropertyName>commandDescription</PropertyName> <EnumerateCollection/> <CustomControlName>MamlShortDescriptionControl</CustomControlName> </ExpressionBinding> </CustomItem> </Frame> </CustomItem> </CustomEntry> </CustomEntries> </CustomControl> </View> <View> <Name>MamlCommandParameters</Name> <ViewSelectedBy> <TypeName>MamlCommandHelpInfo#Parameters</TypeName> </ViewSelectedBy> <Controls> <Control> <Name>MamlDescriptionControl</Name> <CustomControl> <CustomEntries> <CustomEntry> <EntrySelectedBy> <TypeName>MamlParaTextItem</TypeName> </EntrySelectedBy> <CustomItem> <ExpressionBinding> <PropertyName>Text</PropertyName> </ExpressionBinding> <NewLine/> </CustomItem> </CustomEntry> <CustomEntry> <EntrySelectedBy> <TypeName>MamlOrderedListTextItem</TypeName> </EntrySelectedBy> <CustomItem> <Frame> <FirstLineHanging>4</FirstLineHanging> <CustomItem> <ExpressionBinding> <PropertyName>Tag</PropertyName> </ExpressionBinding> <ExpressionBinding> <PropertyName>Text</PropertyName> </ExpressionBinding> <NewLine/> </CustomItem> </Frame> </CustomItem> </CustomEntry> <CustomEntry> <EntrySelectedBy> <TypeName>MamlUnorderedListTextItem</TypeName> </EntrySelectedBy> <CustomItem> <Frame> <FirstLineHanging>2</FirstLineHanging> <CustomItem> <ExpressionBinding> <PropertyName>Tag</PropertyName> </ExpressionBinding> <ExpressionBinding> <PropertyName>Text</PropertyName> </ExpressionBinding> <NewLine/> </CustomItem> </Frame> </CustomItem> </CustomEntry> <CustomEntry> <EntrySelectedBy> <TypeName>MamlDefinitionTextItem</TypeName> </EntrySelectedBy> <CustomItem> <ExpressionBinding> <PropertyName>Term</PropertyName> </ExpressionBinding> <NewLine/> <Frame> <LeftIndent>4</LeftIndent> <CustomItem> <ExpressionBinding> <PropertyName>Definition</PropertyName> </ExpressionBinding> <NewLine/> </CustomItem> </Frame> </CustomItem> </CustomEntry> <CustomEntry> <CustomItem> <Text> </Text> </CustomItem> </CustomEntry> </CustomEntries> </CustomControl> </Control> <Control> <Name>MamlParameterValueGroupControl</Name> <CustomControl> <CustomEntries> <CustomEntry> <CustomItem> <Text> </Text> <Text>{</Text> <ExpressionBinding> <ItemSelectionCondition> <ScriptBlock>$_.ParameterValue.Length -ne $()</ScriptBlock> </ItemSelectionCondition> <ScriptBlock> $i=0; $out=""; foreach($a in $_.ParameterValue) { if($i -gt 0) { $out = $out + " | "; }; $out = $out + $a; $i = $i + 1; } $out; </ScriptBlock> </ExpressionBinding> <Text>}</Text> </CustomItem> </CustomEntry> </CustomEntries> </CustomControl> </Control> <Control> <Name>MamlParameterValueControl</Name> <CustomControl> <CustomEntries> <CustomEntry> <CustomItem> <Text> </Text> <ExpressionBinding> <ItemSelectionCondition> <ScriptBlock>$_.required -ne "true"</ScriptBlock> </ItemSelectionCondition> <ScriptBlock>"["</ScriptBlock> </ExpressionBinding> <ExpressionBinding> <ScriptBlock>"<" + $_ + ">"</ScriptBlock> </ExpressionBinding> <ExpressionBinding> <ItemSelectionCondition> <ScriptBlock>$_.required -ne "true"</ScriptBlock> </ItemSelectionCondition> <ScriptBlock>"]"</ScriptBlock> </ExpressionBinding> </CustomItem> </CustomEntry> </CustomEntries> </CustomControl> </Control> <Control> <Name>MamlPossibleValueControl</Name> <CustomControl> <CustomEntries> <CustomEntry> <CustomItem> <ExpressionBinding> <PropertyName>possibleValue</PropertyName> <EnumerateCollection/> <CustomControl> <CustomEntries> <CustomEntry> <CustomItem> <ExpressionBinding> <PropertyName>Value</PropertyName> </ExpressionBinding> <NewLine/> <Frame> <LeftIndent>4</LeftIndent> <CustomItem> <ExpressionBinding> <PropertyName>Description</PropertyName> <EnumerateCollection/> <CustomControlName>MamlShortDescriptionControl</CustomControlName> </ExpressionBinding> </CustomItem> </Frame> <NewLine/> </CustomItem> </CustomEntry> </CustomEntries> </CustomControl> </ExpressionBinding> </CustomItem> </CustomEntry> </CustomEntries> </CustomControl> </Control> <Control> <Name>MamlTypeControl</Name> <CustomControl> <CustomEntries> <CustomEntry> <CustomItem> <ExpressionBinding> <PropertyName>name</PropertyName> </ExpressionBinding> <ExpressionBinding> <ItemSelectionCondition> <ScriptBlock>$_.uri</ScriptBlock> </ItemSelectionCondition> <CustomControl> <CustomEntries> <CustomEntry> <CustomItem> <NewLine/> <Frame> <LeftIndent>4</LeftIndent> <CustomItem> <ExpressionBinding> <PropertyName>uri</PropertyName> </ExpressionBinding> <NewLine/> </CustomItem> </Frame> </CustomItem> </CustomEntry> </CustomEntries> </CustomControl> </ExpressionBinding> <ExpressionBinding> <ItemSelectionCondition> <ScriptBlock>$_.description</ScriptBlock> </ItemSelectionCondition> <CustomControl> <CustomEntries> <CustomEntry> <CustomItem> <Frame> <LeftIndent>4</LeftIndent> <CustomItem> <ExpressionBinding> <PropertyName>description</PropertyName> <EnumerateCollection/> <CustomControlName>MamlShortDescriptionControl</CustomControlName> </ExpressionBinding> </CustomItem> </Frame> </CustomItem> </CustomEntry> </CustomEntries> </CustomControl> </ExpressionBinding> </CustomItem> </CustomEntry> </CustomEntries> </CustomControl> </Control> </Controls> <CustomControl> <CustomEntries> <CustomEntry> <CustomItem> <Frame> <LeftIndent>4</LeftIndent> <CustomItem> <ExpressionBinding> <CustomControl> <CustomEntries> <CustomEntry> <CustomItem> <ExpressionBinding> <PropertyName>Parameter</PropertyName> <EnumerateCollection/> <CustomControl> <CustomEntries> <CustomEntry> <CustomItem> <Text>-</Text> <ExpressionBinding> <PropertyName>name</PropertyName> </ExpressionBinding> <ExpressionBinding> <PropertyName>ParameterValue</PropertyName> <CustomControlName>MamlParameterValueControl</CustomControlName> </ExpressionBinding> <NewLine/> <Frame> <LeftIndent>4</LeftIndent> <CustomItem> <ExpressionBinding> <PropertyName>Description</PropertyName> <EnumerateCollection/> <CustomControlName>MamlDescriptionControl</CustomControlName> </ExpressionBinding> <NewLine/> <ExpressionBinding> <ItemSelectionCondition> <ScriptBlock>$_.possibleValues -ne $()</ScriptBlock> </ItemSelectionCondition> <!-- This will display possible values --> <CustomControl> <CustomEntries> <CustomEntry> <CustomItem> <ExpressionBinding> <PropertyName>possibleValues</PropertyName> <CustomControlName>MamlPossibleValueControl</CustomControlName> </ExpressionBinding> </CustomItem> </CustomEntry> </CustomEntries> </CustomControl> </ExpressionBinding> <Text AssemblyName="System.Management.Automation" BaseName="HelpDisplayStrings" ResourceId="ParameterRequired"/> <ExpressionBinding> <ItemSelectionCondition> <ScriptBlock>$_.required.ToLower().Equals("true")</ScriptBlock> </ItemSelectionCondition> <ScriptBlock> </ScriptBlock> <CustomControl> <CustomEntries> <CustomEntry> <CustomItem> <Text AssemblyName="System.Management.Automation" BaseName="HelpDisplayStrings" ResourceId="TrueShort" /> </CustomItem> </CustomEntry> </CustomEntries> </CustomControl> </ExpressionBinding> <ExpressionBinding> <ItemSelectionCondition> <ScriptBlock>$_.required.ToLower().Equals("false")</ScriptBlock> </ItemSelectionCondition> <ScriptBlock> </ScriptBlock> <CustomControl> <CustomEntries> <CustomEntry> <CustomItem> <Text AssemblyName="System.Management.Automation" BaseName="HelpDisplayStrings" ResourceId="FalseShort" /> </CustomItem> </CustomEntry> </CustomEntries> </CustomControl> </ExpressionBinding> <NewLine/> <Text AssemblyName="System.Management.Automation" BaseName="HelpDisplayStrings" ResourceId="ParameterPosition"/> <ExpressionBinding> <ItemSelectionCondition> <ScriptBlock>($_.position -eq $()) -or ($_.position -eq "")</ScriptBlock> </ItemSelectionCondition> <ScriptBlock> </ScriptBlock> <CustomControl> <CustomEntries> <CustomEntry> <CustomItem> <Text AssemblyName="System.Management.Automation" BaseName="HelpDisplayStrings" ResourceId="NamedParameter" /> </CustomItem> </CustomEntry> </CustomEntries> </CustomControl> </ExpressionBinding> <ExpressionBinding> <ItemSelectionCondition> <ScriptBlock>$_.position -ne $()</ScriptBlock> </ItemSelectionCondition> <ScriptBlock>$_.position</ScriptBlock> </ExpressionBinding> <NewLine/> <Text AssemblyName="System.Management.Automation" BaseName="HelpDisplayStrings" ResourceId="ParameterDefaultValue"/> <ExpressionBinding> <PropertyName>defaultValue</PropertyName> </ExpressionBinding> <NewLine/> <Text AssemblyName="System.Management.Automation" BaseName="HelpDisplayStrings" ResourceId="AcceptsPipelineInput"/> <ExpressionBinding> <PropertyName>pipelineInput</PropertyName> </ExpressionBinding> <NewLine/> <Text AssemblyName="System.Management.Automation" BaseName="HelpDisplayStrings" ResourceId="AcceptsWildCardCharacters"/> <ExpressionBinding> <ItemSelectionCondition> <ScriptBlock>$_.globbing.ToLower().Equals("true")</ScriptBlock> </ItemSelectionCondition> <ScriptBlock> </ScriptBlock> <CustomControl> <CustomEntries> <CustomEntry> <CustomItem> <Text AssemblyName="System.Management.Automation" BaseName="HelpDisplayStrings" ResourceId="TrueShort" /> </CustomItem> </CustomEntry> </CustomEntries> </CustomControl> </ExpressionBinding> <ExpressionBinding> <ItemSelectionCondition> <ScriptBlock>$_.globbing.ToLower().Equals("false")</ScriptBlock> </ItemSelectionCondition> <ScriptBlock> </ScriptBlock> <CustomControl> <CustomEntries> <CustomEntry> <CustomItem> <Text AssemblyName="System.Management.Automation" BaseName="HelpDisplayStrings" ResourceId="FalseShort" /> </CustomItem> </CustomEntry> </CustomEntries> </CustomControl> </ExpressionBinding> <NewLine/> <NewLine/> </CustomItem> </Frame> </CustomItem> </CustomEntry> </CustomEntries> </CustomControl> </ExpressionBinding> </CustomItem> </CustomEntry> </CustomEntries> </CustomControl> </ExpressionBinding> <Text AssemblyName="System.Management.Automation" BaseName="HelpDisplayStrings" ResourceId="CommonParameters" /> <NewLine/> <Frame> <LeftIndent>4</LeftIndent> <CustomItem> <Text AssemblyName="System.Management.Automation" BaseName="HelpDisplayStrings" ResourceId="BaseCmdletInformation"/> </CustomItem> </Frame> <NewLine/> </CustomItem> </Frame> </CustomItem> </CustomEntry> </CustomEntries> </CustomControl> </View> <View> <Name>MamlCommandParameterView</Name> <ViewSelectedBy> <TypeName>MamlCommandHelpInfo#Parameter</TypeName> </ViewSelectedBy> <Controls> <Control> <Name>MamlDescriptionControl</Name> <CustomControl> <CustomEntries> <CustomEntry> <EntrySelectedBy> <TypeName>MamlParaTextItem</TypeName> </EntrySelectedBy> <CustomItem> <ExpressionBinding> <PropertyName>Text</PropertyName> </ExpressionBinding> <NewLine/> </CustomItem> </CustomEntry> <CustomEntry> <EntrySelectedBy> <TypeName>MamlOrderedListTextItem</TypeName> </EntrySelectedBy> <CustomItem> <Frame> <FirstLineHanging>4</FirstLineHanging> <CustomItem> <ExpressionBinding> <PropertyName>Tag</PropertyName> </ExpressionBinding> <ExpressionBinding> <PropertyName>Text</PropertyName> </ExpressionBinding> <NewLine/> </CustomItem> </Frame> </CustomItem> </CustomEntry> <CustomEntry> <EntrySelectedBy> <TypeName>MamlUnorderedListTextItem</TypeName> </EntrySelectedBy> <CustomItem> <Frame> <FirstLineHanging>2</FirstLineHanging> <CustomItem> <ExpressionBinding> <PropertyName>Tag</PropertyName> </ExpressionBinding> <ExpressionBinding> <PropertyName>Text</PropertyName> </ExpressionBinding> <NewLine/> </CustomItem> </Frame> </CustomItem> </CustomEntry> <CustomEntry> <EntrySelectedBy> <TypeName>MamlDefinitionTextItem</TypeName> </EntrySelectedBy> <CustomItem> <ExpressionBinding> <PropertyName>Term</PropertyName> </ExpressionBinding> <NewLine/> <Frame> <LeftIndent>4</LeftIndent> <CustomItem> <ExpressionBinding> <PropertyName>Definition</PropertyName> </ExpressionBinding> <NewLine/> </CustomItem> </Frame> </CustomItem> </CustomEntry> <CustomEntry> <CustomItem> <Text> </Text> </CustomItem> </CustomEntry> </CustomEntries> </CustomControl> </Control> <Control> <Name>MamlParameterValueGroupControl</Name> <CustomControl> <CustomEntries> <CustomEntry> <CustomItem> <Text>{</Text> <ExpressionBinding> <ItemSelectionCondition> <ScriptBlock>$_.ParameterValue.Length -ne $()</ScriptBlock> </ItemSelectionCondition> <ScriptBlock> $i=0; $out=""; foreach($a in $_.ParameterValue) { if($i -gt 0) { $out = $out + " | "; }; $out = $out + $a; $i = $i + 1; } $out; </ScriptBlock> </ExpressionBinding> <Text>}</Text> </CustomItem> </CustomEntry> </CustomEntries> </CustomControl> </Control> <Control> <Name>MamlParameterValueControl</Name> <CustomControl> <CustomEntries> <CustomEntry> <CustomItem> <ExpressionBinding> <ItemSelectionCondition> <ScriptBlock>$_.required -ne "true"</ScriptBlock> </ItemSelectionCondition> <ScriptBlock>"["</ScriptBlock> </ExpressionBinding> <ExpressionBinding> <ScriptBlock>"<" + $_ + ">"</ScriptBlock> </ExpressionBinding> <ExpressionBinding> <ItemSelectionCondition> <ScriptBlock>$_.required -ne "true"</ScriptBlock> </ItemSelectionCondition> <ScriptBlock>"]"</ScriptBlock> </ExpressionBinding> </CustomItem> </CustomEntry> </CustomEntries> </CustomControl> </Control> <Control> <Name>MamlPossibleValueControl</Name> <CustomControl> <CustomEntries> <CustomEntry> <CustomItem> <ExpressionBinding> <PropertyName>possibleValue</PropertyName> <EnumerateCollection/> <CustomControl> <CustomEntries> <CustomEntry> <CustomItem> <ExpressionBinding> <PropertyName>Value</PropertyName> </ExpressionBinding> <NewLine/> <Frame> <LeftIndent>4</LeftIndent> <CustomItem> <ExpressionBinding> <PropertyName>Description</PropertyName> <EnumerateCollection/> <CustomControlName>MamlShortDescriptionControl</CustomControlName> </ExpressionBinding> </CustomItem> </Frame> <NewLine/> </CustomItem> </CustomEntry> </CustomEntries> </CustomControl> </ExpressionBinding> </CustomItem> </CustomEntry> </CustomEntries> </CustomControl> </Control> <Control> <Name>MamlTypeControl</Name> <CustomControl> <CustomEntries> <CustomEntry> <CustomItem> <ExpressionBinding> <PropertyName>name</PropertyName> </ExpressionBinding> <ExpressionBinding> <ItemSelectionCondition> <ScriptBlock>$_.uri</ScriptBlock> </ItemSelectionCondition> <CustomControl> <CustomEntries> <CustomEntry> <CustomItem> <NewLine/> <Frame> <LeftIndent>4</LeftIndent> <CustomItem> <ExpressionBinding> <PropertyName>uri</PropertyName> </ExpressionBinding> <NewLine/> </CustomItem> </Frame> </CustomItem> </CustomEntry> </CustomEntries> </CustomControl> </ExpressionBinding> <ExpressionBinding> <ItemSelectionCondition> <ScriptBlock>$_.description</ScriptBlock> </ItemSelectionCondition> <CustomControl> <CustomEntries> <CustomEntry> <CustomItem> <Frame> <LeftIndent>4</LeftIndent> <CustomItem> <ExpressionBinding> <PropertyName>description</PropertyName> <EnumerateCollection/> <CustomControlName>MamlShortDescriptionControl</CustomControlName> </ExpressionBinding> </CustomItem> </Frame> </CustomItem> </CustomEntry> </CustomEntries> </CustomControl> </ExpressionBinding> </CustomItem> </CustomEntry> </CustomEntries> </CustomControl> </Control> </Controls> <CustomControl> <CustomEntries> <CustomEntry> <CustomItem> <Text>-</Text> <ExpressionBinding> <PropertyName>name</PropertyName> </ExpressionBinding> <Text> </Text> <ExpressionBinding> <PropertyName>ParameterValue</PropertyName> <CustomControlName>MamlParameterValueControl</CustomControlName> </ExpressionBinding> <NewLine/> <Frame> <LeftIndent>4</LeftIndent> <CustomItem> <ExpressionBinding> <PropertyName>Description</PropertyName> <EnumerateCollection/> <CustomControlName>MamlDescriptionControl</CustomControlName> </ExpressionBinding> <NewLine/> <ExpressionBinding> <ItemSelectionCondition> <ScriptBlock>$_.possibleValues -ne $()</ScriptBlock> </ItemSelectionCondition> <!-- This will display possible values --> <CustomControl> <CustomEntries> <CustomEntry> <CustomItem> <ExpressionBinding> <PropertyName>possibleValues</PropertyName> <CustomControlName>MamlPossibleValueControl</CustomControlName> </ExpressionBinding> </CustomItem> </CustomEntry> </CustomEntries> </CustomControl> </ExpressionBinding> <Text AssemblyName="System.Management.Automation" BaseName="HelpDisplayStrings" ResourceId="ParameterRequired"/> <ExpressionBinding> <ItemSelectionCondition> <ScriptBlock>$_.required.ToLower().Equals("true")</ScriptBlock> </ItemSelectionCondition> <ScriptBlock> </ScriptBlock> <CustomControl> <CustomEntries> <CustomEntry> <CustomItem> <Text AssemblyName="System.Management.Automation" BaseName="HelpDisplayStrings" ResourceId="TrueShort" /> </CustomItem> </CustomEntry> </CustomEntries> </CustomControl> </ExpressionBinding> <ExpressionBinding> <ItemSelectionCondition> <ScriptBlock>$_.required.ToLower().Equals("false")</ScriptBlock> </ItemSelectionCondition> <ScriptBlock> </ScriptBlock> <CustomControl> <CustomEntries> <CustomEntry> <CustomItem> <Text AssemblyName="System.Management.Automation" BaseName="HelpDisplayStrings" ResourceId="FalseShort" /> </CustomItem> </CustomEntry> </CustomEntries> </CustomControl> </ExpressionBinding> <NewLine/> <Text AssemblyName="System.Management.Automation" BaseName="HelpDisplayStrings" ResourceId="ParameterPosition"/> <ExpressionBinding> <ItemSelectionCondition> <ScriptBlock>($_.position -eq $()) -or ($_.position -eq "")</ScriptBlock> </ItemSelectionCondition> <ScriptBlock> </ScriptBlock> <CustomControl> <CustomEntries> <CustomEntry> <CustomItem> <Text AssemblyName="System.Management.Automation" BaseName="HelpDisplayStrings" ResourceId="NamedParameter" /> </CustomItem> </CustomEntry> </CustomEntries> </CustomControl> </ExpressionBinding> <ExpressionBinding> <ItemSelectionCondition> <ScriptBlock>$_.position -ne $()</ScriptBlock> </ItemSelectionCondition> <ScriptBlock>$_.position</ScriptBlock> </ExpressionBinding> <NewLine/> <Text AssemblyName="System.Management.Automation" BaseName="HelpDisplayStrings" ResourceId="ParameterDefaultValue"/> <ExpressionBinding> <PropertyName>defaultValue</PropertyName> </ExpressionBinding> <NewLine/> <Text AssemblyName="System.Management.Automation" BaseName="HelpDisplayStrings" ResourceId="AcceptsPipelineInput"/> <ExpressionBinding> <PropertyName>pipelineInput</PropertyName> </ExpressionBinding> <NewLine/> <Text AssemblyName="System.Management.Automation" BaseName="HelpDisplayStrings" ResourceId="AcceptsWildCardCharacters"/> <ExpressionBinding> <ItemSelectionCondition> <ScriptBlock>$_.globbing.ToLower().Equals("true")</ScriptBlock> </ItemSelectionCondition> <ScriptBlock> </ScriptBlock> <CustomControl> <CustomEntries> <CustomEntry> <CustomItem> <Text AssemblyName="System.Management.Automation" BaseName="HelpDisplayStrings" ResourceId="TrueShort" /> </CustomItem> </CustomEntry> </CustomEntries> </CustomControl> </ExpressionBinding> <ExpressionBinding> <ItemSelectionCondition> <ScriptBlock>$_.globbing.ToLower().Equals("false")</ScriptBlock> </ItemSelectionCondition> <ScriptBlock> </ScriptBlock> <CustomControl> <CustomEntries> <CustomEntry> <CustomItem> <Text AssemblyName="System.Management.Automation" BaseName="HelpDisplayStrings" ResourceId="FalseShort" /> </CustomItem> </CustomEntry> </CustomEntries> </CustomControl> </ExpressionBinding> <NewLine/> <NewLine/> </CustomItem> </Frame> </CustomItem> </CustomEntry> </CustomEntries> </CustomControl> </View> <View> <Name>MamlCommandSyntax</Name> <ViewSelectedBy> <TypeName>MamlCommandHelpInfo#Syntax</TypeName> </ViewSelectedBy> <Controls> <Control> <Name>MamlParameterValueGroupControl</Name> <CustomControl> <CustomEntries> <CustomEntry> <CustomItem> <Text> </Text> <Text>{</Text> <ExpressionBinding> <ItemSelectionCondition> <ScriptBlock>$_.ParameterValue.Length -ne $()</ScriptBlock> </ItemSelectionCondition> <ScriptBlock> $i=0; $out=""; foreach($a in $_.ParameterValue) { if($i -gt 0) { $out = $out + " | "; }; $out = $out + $a; $i = $i + 1; } $out; </ScriptBlock> </ExpressionBinding> <Text>}</Text> </CustomItem> </CustomEntry> </CustomEntries> </CustomControl> </Control> <Control> <Name>MamlParameterValueControl</Name> <CustomControl> <CustomEntries> <CustomEntry> <CustomItem> <Text> </Text> <ExpressionBinding> <ItemSelectionCondition> <ScriptBlock>$_.required -ne "true"</ScriptBlock> </ItemSelectionCondition> <ScriptBlock>"["</ScriptBlock> </ExpressionBinding> <ExpressionBinding> <ScriptBlock>"<" + $_ + ">"</ScriptBlock> </ExpressionBinding> <ExpressionBinding> <ItemSelectionCondition> <ScriptBlock>$_.required -ne "true"</ScriptBlock> </ItemSelectionCondition> <ScriptBlock>"]"</ScriptBlock> </ExpressionBinding> </CustomItem> </CustomEntry> </CustomEntries> </CustomControl> </Control> <Control> <Name>MamlParameterControl</Name> <CustomControl> <CustomEntries> <CustomEntry> <CustomItem> <ExpressionBinding> <ItemSelectionCondition> <ScriptBlock>$_.required -ne "true"</ScriptBlock> </ItemSelectionCondition> <ScriptBlock>"["</ScriptBlock> </ExpressionBinding> <!-- Optional tag for Name --> <ExpressionBinding> <ItemSelectionCondition> <ScriptBlock>(($_.position -ne $()) -and ($_.position -ne "") -and ($_.position -notmatch "named") -and ([int]$_.position -ne $()))</ScriptBlock> </ItemSelectionCondition> <ScriptBlock>"["</ScriptBlock> </ExpressionBinding> <ExpressionBinding> <PropertyName>Name</PropertyName> <CustomControl> <CustomEntries> <CustomEntry> <CustomItem> <Text>-</Text> <ExpressionBinding> <ScriptBlock>$_</ScriptBlock> </ExpressionBinding> </CustomItem> </CustomEntry> </CustomEntries> </CustomControl> </ExpressionBinding> <!--End Optional tag for Name --> <ExpressionBinding> <ItemSelectionCondition> <ScriptBlock>(($_.position -ne $()) -and ($_.position -ne "") -and ($_.position -notmatch "named") -and ([int]$_.position -ne $()))</ScriptBlock> </ItemSelectionCondition> <ScriptBlock>"]"</ScriptBlock> </ExpressionBinding> <ExpressionBinding> <PropertyName>ParameterValue</PropertyName> <CustomControlName>MamlParameterValueControl</CustomControlName> </ExpressionBinding> <ExpressionBinding> <PropertyName>ParameterValueGroup</PropertyName> <CustomControlName>MamlParameterValueGroupControl</CustomControlName> </ExpressionBinding> <ExpressionBinding> <ItemSelectionCondition> <ScriptBlock>$_.required -ne "true"</ScriptBlock> </ItemSelectionCondition> <ScriptBlock>"]"</ScriptBlock> </ExpressionBinding> <Text> </Text> </CustomItem> </CustomEntry> </CustomEntries> </CustomControl> </Control> </Controls> <CustomControl> <CustomEntries> <CustomEntry> <CustomItem> <ExpressionBinding> <PropertyName>SyntaxItem</PropertyName> <EnumerateCollection/> <CustomControl> <CustomEntries> <CustomEntry> <CustomItem> <ExpressionBinding> <PropertyName>name</PropertyName> </ExpressionBinding> <Text> </Text> <ExpressionBinding> <PropertyName>Parameter</PropertyName> <EnumerateCollection/> <CustomControlName>MamlParameterControl</CustomControlName> </ExpressionBinding> <ExpressionBinding> <ItemSelectionCondition> <ScriptBlock> $_.WorkflowCommonParameters -eq $true </ScriptBlock> </ItemSelectionCondition> <CustomControl> <CustomEntries> <CustomEntry> <CustomItem> <ExpressionBInding> <ScriptBlock> if ($psversiontable.psversion.Major -gt 2 -and $_.WorkflowCommonParameters -eq $true) { $assembly = [System.Reflection.Assembly]::Load("System.Management.Automation") $resourceManager = New-Object System.Resources.ResourceManager -ArgumentList "HelpDisplayStrings", $assembly [String]::Format("{0}{1}{2}", "[", $resourceManager.GetString("CommonWorkflowParameters"), "] ") } elseif ($_.WorkflowCommonParameters -eq $true) { [String]::Format("{0}{1}{2}", "[<", "WorkflowCommonParameters", ">] ") } </ScriptBlock> </ExpressionBInding> </CustomItem> </CustomEntry> </CustomEntries> </CustomControl> </ExpressionBinding> <Text>[</Text> <Text AssemblyName="System.Management.Automation" BaseName="HelpDisplayStrings" ResourceId="CommonParameters" /> <Text>]</Text> <NewLine/> </CustomItem> </CustomEntry> </CustomEntries> </CustomControl> </ExpressionBinding> </CustomItem> </CustomEntry> </CustomEntries> </CustomControl> </View> <View> <Name>MamlText</Name> <ViewSelectedBy> <TypeName>MamlParaTextItem</TypeName> <TypeName>MamlOrderedListTextItem</TypeName> <TypeName>MamlUnorderedListTextItem</TypeName> <TypeName>MamlDefinitionTextItem</TypeName> </ViewSelectedBy> <CustomControl> <CustomEntries> <CustomEntry> <EntrySelectedBy> <TypeName>MamlParaTextItem</TypeName> </EntrySelectedBy> <CustomItem> <ExpressionBinding> <PropertyName>Text</PropertyName> </ExpressionBinding> <NewLine/> </CustomItem> </CustomEntry> <CustomEntry> <EntrySelectedBy> <TypeName>MamlOrderedListTextItem</TypeName> </EntrySelectedBy> <CustomItem> <Frame> <FirstLineHanging>4</FirstLineHanging> <CustomItem> <ExpressionBinding> <PropertyName>Tag</PropertyName> </ExpressionBinding> <ExpressionBinding> <PropertyName>Text</PropertyName> </ExpressionBinding> <NewLine/> </CustomItem> </Frame> </CustomItem> </CustomEntry> <CustomEntry> <EntrySelectedBy> <TypeName>MamlUnorderedListTextItem</TypeName> </EntrySelectedBy> <CustomItem> <Frame> <FirstLineHanging>2</FirstLineHanging> <CustomItem> <ExpressionBinding> <PropertyName>Tag</PropertyName> </ExpressionBinding> <ExpressionBinding> <PropertyName>Text</PropertyName> </ExpressionBinding> <NewLine/> </CustomItem> </Frame> </CustomItem> </CustomEntry> <CustomEntry> <EntrySelectedBy> <TypeName>MamlDefinitionTextItem</TypeName> </EntrySelectedBy> <CustomItem> <ExpressionBinding> <PropertyName>Term</PropertyName> </ExpressionBinding> <NewLine/> <Frame> <LeftIndent>4</LeftIndent> <CustomItem> <ExpressionBinding> <PropertyName>Definition</PropertyName> </ExpressionBinding> <NewLine/> </CustomItem> </Frame> </CustomItem> </CustomEntry> <CustomEntry> <CustomItem> <Text> </Text> </CustomItem> </CustomEntry> </CustomEntries> </CustomControl> </View> <View> <Name>MamlInputTypes</Name> <ViewSelectedBy> <TypeName>MamlCommandHelpInfo#inputTypes</TypeName> </ViewSelectedBy> <Controls> <Control> <Name>MamlShortDescriptionControl</Name> <CustomControl> <CustomEntries> <CustomEntry> <EntrySelectedBy> <TypeName>MamlParaTextItem</TypeName> </EntrySelectedBy> <CustomItem> <ExpressionBinding> <PropertyName>Text</PropertyName> </ExpressionBinding> <NewLine/> </CustomItem> </CustomEntry> <CustomEntry> <CustomItem> <Text> </Text> </CustomItem> </CustomEntry> </CustomEntries> </CustomControl> </Control> <Control> <Name>MamlTypeControl</Name> <CustomControl> <CustomEntries> <CustomEntry> <CustomItem> <ExpressionBinding> <PropertyName>name</PropertyName> <EnumerateCollection/> </ExpressionBinding> <ExpressionBinding> <ItemSelectionCondition> <ScriptBlock>$_.uri</ScriptBlock> </ItemSelectionCondition> <CustomControl> <CustomEntries> <CustomEntry> <CustomItem> <NewLine/> <Frame> <LeftIndent>4</LeftIndent> <CustomItem> <ExpressionBinding> <PropertyName>uri</PropertyName> </ExpressionBinding> <NewLine/> </CustomItem> </Frame> </CustomItem> </CustomEntry> </CustomEntries> </CustomControl> </ExpressionBinding> <ExpressionBinding> <ItemSelectionCondition> <ScriptBlock>$_.description</ScriptBlock> </ItemSelectionCondition> <CustomControl> <CustomEntries> <CustomEntry> <CustomItem> <Frame> <LeftIndent>4</LeftIndent> <CustomItem> <ExpressionBinding> <PropertyName>description</PropertyName> <EnumerateCollection/> <CustomControlName>MamlShortDescriptionControl</CustomControlName> </ExpressionBinding> </CustomItem> </Frame> </CustomItem> </CustomEntry> </CustomEntries> </CustomControl> </ExpressionBinding> </CustomItem> </CustomEntry> </CustomEntries> </CustomControl> </Control> </Controls> <CustomControl> <CustomEntries> <CustomEntry> <CustomItem> <ExpressionBinding> <PropertyName>InputType</PropertyName> <EnumerateCollection/> <CustomControl> <CustomEntries> <CustomEntry> <CustomItem> <ExpressionBinding> <PropertyName>type</PropertyName> <CustomControlName>MamlTypeControl</CustomControlName> </ExpressionBinding> <NewLine/> <Frame> <LeftIndent>4</LeftIndent> <CustomItem> <ExpressionBinding> <PropertyName>description</PropertyName> <EnumerateCollection/> <CustomControlName>MamlShortDescriptionControl</CustomControlName> </ExpressionBinding> </CustomItem> </Frame> <NewLine/> </CustomItem> </CustomEntry> </CustomEntries> </CustomControl> </ExpressionBinding> </CustomItem> </CustomEntry> </CustomEntries> </CustomControl> </View> <View> <Name>MamlNonTerminatingErrors</Name> <ViewSelectedBy> <TypeName>MamlCommandHelpInfo#nonTerminatingErrors</TypeName> </ViewSelectedBy> <Controls> <Control> <Name>MamlShortDescriptionControl</Name> <CustomControl> <CustomEntries> <CustomEntry> <EntrySelectedBy> <TypeName>MamlParaTextItem</TypeName> </EntrySelectedBy> <CustomItem> <ExpressionBinding> <PropertyName>Text</PropertyName> </ExpressionBinding> <NewLine/> </CustomItem> </CustomEntry> <CustomEntry> <CustomItem> <Text> </Text> </CustomItem> </CustomEntry> </CustomEntries> </CustomControl> </Control> <Control> <Name>MamlTypeControl</Name> <CustomControl> <CustomEntries> <CustomEntry> <CustomItem> <ExpressionBinding> <PropertyName>name</PropertyName> <EnumerateCollection/> </ExpressionBinding> <ExpressionBinding> <ItemSelectionCondition> <ScriptBlock>$_.uri</ScriptBlock> </ItemSelectionCondition> <CustomControl> <CustomEntries> <CustomEntry> <CustomItem> <NewLine/> <Frame> <LeftIndent>4</LeftIndent> <CustomItem> <ExpressionBinding> <PropertyName>uri</PropertyName> </ExpressionBinding> <NewLine/> </CustomItem> </Frame> </CustomItem> </CustomEntry> </CustomEntries> </CustomControl> </ExpressionBinding> <ExpressionBinding> <ItemSelectionCondition> <ScriptBlock>$_.description</ScriptBlock> </ItemSelectionCondition> <CustomControl> <CustomEntries> <CustomEntry> <CustomItem> <Frame> <LeftIndent>4</LeftIndent> <CustomItem> <ExpressionBinding> <PropertyName>description</PropertyName> <EnumerateCollection/> <CustomControlName>MamlShortDescriptionControl</CustomControlName> </ExpressionBinding> </CustomItem> </Frame> </CustomItem> </CustomEntry> </CustomEntries> </CustomControl> </ExpressionBinding> </CustomItem> </CustomEntry> </CustomEntries> </CustomControl> </Control> </Controls> <CustomControl> <CustomEntries> <CustomEntry> <CustomItem> <ExpressionBinding> <PropertyName>nonTerminatingError</PropertyName> <EnumerateCollection/> <CustomControl> <CustomEntries> <CustomEntry> <CustomItem> <ExpressionBinding> <PropertyName>errorId</PropertyName> </ExpressionBinding> <Text AssemblyName="System.Management.Automation" BaseName="HelpDisplayStrings" ResourceId="Category"/> <ExpressionBinding> <PropertyName>category</PropertyName> </ExpressionBinding> <Text>)</Text> <NewLine/> <Frame> <LeftIndent>4</LeftIndent> <CustomItem> <ExpressionBinding> <PropertyName>description</PropertyName> <EnumerateCollection/> <CustomControlName>MamlShortDescriptionControl</CustomControlName> </ExpressionBinding> </CustomItem> </Frame> <NewLine/> <Text AssemblyName="System.Management.Automation" BaseName="HelpDisplayStrings" ResourceId="TypeColon"/> <ExpressionBinding> <PropertyName>type</PropertyName> <CustomControlName>MamlTypeControl</CustomControlName> </ExpressionBinding> <NewLine/> <Text AssemblyName="System.Management.Automation" BaseName="HelpDisplayStrings" ResourceId="TargetObjectTypeColon"/> <ExpressionBinding> <PropertyName>targetObjectType</PropertyName> <CustomControlName>MamlTypeControl</CustomControlName> </ExpressionBinding> <NewLine/> <Text AssemblyName="System.Management.Automation" BaseName="HelpDisplayStrings" ResourceId="SuggestedActionColon"/> <ExpressionBinding> <PropertyName>recommendedAction</PropertyName> <EnumerateCollection/> <CustomControlName>MamlShortDescriptionControl</CustomControlName> </ExpressionBinding> </CustomItem> </CustomEntry> </CustomEntries> </CustomControl> </ExpressionBinding> </CustomItem> </CustomEntry> </CustomEntries> </CustomControl> </View> <View> <Name>MamlTerminatingErrors</Name> <ViewSelectedBy> <TypeName>MamlCommandHelpInfo#terminatingErrors</TypeName> </ViewSelectedBy> <Controls> <Control> <Name>MamlShortDescriptionControl</Name> <CustomControl> <CustomEntries> <CustomEntry> <EntrySelectedBy> <TypeName>MamlParaTextItem</TypeName> </EntrySelectedBy> <CustomItem> <ExpressionBinding> <PropertyName>Text</PropertyName> </ExpressionBinding> <NewLine/> </CustomItem> </CustomEntry> <CustomEntry> <CustomItem> <Text> </Text> </CustomItem> </CustomEntry> </CustomEntries> </CustomControl> </Control> <Control> <Name>MamlTypeControl</Name> <CustomControl> <CustomEntries> <CustomEntry> <CustomItem> <ExpressionBinding> <PropertyName>name</PropertyName> <EnumerateCollection/> </ExpressionBinding> <ExpressionBinding> <ItemSelectionCondition> <ScriptBlock>$_.uri</ScriptBlock> </ItemSelectionCondition> <CustomControl> <CustomEntries> <CustomEntry> <CustomItem> <NewLine/> <Frame> <LeftIndent>4</LeftIndent> <CustomItem> <ExpressionBinding> <PropertyName>uri</PropertyName> </ExpressionBinding> <NewLine/> </CustomItem> </Frame> </CustomItem> </CustomEntry> </CustomEntries> </CustomControl> </ExpressionBinding> <ExpressionBinding> <ItemSelectionCondition> <ScriptBlock>$_.description</ScriptBlock> </ItemSelectionCondition> <CustomControl> <CustomEntries> <CustomEntry> <CustomItem> <Frame> <LeftIndent>4</LeftIndent> <CustomItem> <ExpressionBinding> <PropertyName>description</PropertyName> <EnumerateCollection/> <CustomControlName>MamlShortDescriptionControl</CustomControlName> </ExpressionBinding> </CustomItem> </Frame> </CustomItem> </CustomEntry> </CustomEntries> </CustomControl> </ExpressionBinding> </CustomItem> </CustomEntry> </CustomEntries> </CustomControl> </Control> </Controls> <CustomControl> <CustomEntries> <CustomEntry> <CustomItem> <ExpressionBinding> <PropertyName>terminatingError</PropertyName> <EnumerateCollection/> <CustomControl> <CustomEntries> <CustomEntry> <CustomItem> <ExpressionBinding> <PropertyName>errorId</PropertyName> </ExpressionBinding> <Text AssemblyName="System.Management.Automation" BaseName="HelpDisplayStrings" ResourceId="Category"/> <ExpressionBinding> <PropertyName>category</PropertyName> </ExpressionBinding> <Text>)</Text> <NewLine/> <Frame> <LeftIndent>4</LeftIndent> <CustomItem> <ExpressionBinding> <PropertyName>description</PropertyName> <EnumerateCollection/> <CustomControlName>MamlShortDescriptionControl</CustomControlName> </ExpressionBinding> </CustomItem> </Frame> <NewLine/> <Text AssemblyName="System.Management.Automation" BaseName="HelpDisplayStrings" ResourceId="TypeColon"/> <ExpressionBinding> <PropertyName>type</PropertyName> <CustomControlName>MamlTypeControl</CustomControlName> </ExpressionBinding> <NewLine/> <Text AssemblyName="System.Management.Automation" BaseName="HelpDisplayStrings" ResourceId="TargetObjectTypeColon"/> <ExpressionBinding> <PropertyName>targetObjectType</PropertyName> <CustomControlName>MamlTypeControl</CustomControlName> </ExpressionBinding> <NewLine/> <Text AssemblyName="System.Management.Automation" BaseName="HelpDisplayStrings" ResourceId="SuggestedActionColon"/> <ExpressionBinding> <PropertyName>recommendedAction</PropertyName> <EnumerateCollection/> <CustomControlName>MamlShortDescriptionControl</CustomControlName> </ExpressionBinding> <NewLine/> <NewLine/> </CustomItem> </CustomEntry> </CustomEntries> </CustomControl> </ExpressionBinding> </CustomItem> </CustomEntry> </CustomEntries> </CustomControl> </View> <View> <Name>MamlRelatedLinks</Name> <ViewSelectedBy> <TypeName>MamlCommandHelpInfo#relatedLinks</TypeName> </ViewSelectedBy> <CustomControl> <CustomEntries> <CustomEntry> <CustomItem> <ExpressionBinding> <PropertyName>navigationLink</PropertyName> <EnumerateCollection/> <CustomControl> <CustomEntries> <CustomEntry> <CustomItem> <ExpressionBinding> <PropertyName>linkText</PropertyName> </ExpressionBinding> <ExpressionBinding> <ItemSelectionCondition> <ScriptBlock>$_.linkText.Length -ne 0</ScriptBlock> </ItemSelectionCondition> <ScriptBlock>" "</ScriptBlock> </ExpressionBinding> <ExpressionBinding> <PropertyName>uri</PropertyName> </ExpressionBinding> <NewLine/> </CustomItem> </CustomEntry> </CustomEntries> </CustomControl> </ExpressionBinding> </CustomItem> </CustomEntry> </CustomEntries> </CustomControl> </View> <View> <Name>MamlReturnTypes</Name> <ViewSelectedBy> <TypeName>MamlCommandHelpInfo#returnValues</TypeName> </ViewSelectedBy> <Controls> <Control> <Name>MamlShortDescriptionControl</Name> <CustomControl> <CustomEntries> <CustomEntry> <EntrySelectedBy> <TypeName>MamlParaTextItem</TypeName> </EntrySelectedBy> <CustomItem> <ExpressionBinding> <PropertyName>Text</PropertyName> </ExpressionBinding> </CustomItem> </CustomEntry> <CustomEntry> <CustomItem> <Text> </Text> </CustomItem> </CustomEntry> </CustomEntries> </CustomControl> </Control> <Control> <Name>MamlTypeControl</Name> <CustomControl> <CustomEntries> <CustomEntry> <CustomItem> <ExpressionBinding> <PropertyName>name</PropertyName> <EnumerateCollection/> </ExpressionBinding> <ExpressionBinding> <ItemSelectionCondition> <ScriptBlock>$_.uri</ScriptBlock> </ItemSelectionCondition> <CustomControl> <CustomEntries> <CustomEntry> <CustomItem> <NewLine/> <Frame> <LeftIndent>4</LeftIndent> <CustomItem> <ExpressionBinding> <PropertyName>uri</PropertyName> </ExpressionBinding> <NewLine/> </CustomItem> </Frame> </CustomItem> </CustomEntry> </CustomEntries> </CustomControl> </ExpressionBinding> <ExpressionBinding> <ItemSelectionCondition> <ScriptBlock>$_.description</ScriptBlock> </ItemSelectionCondition> <CustomControl> <CustomEntries> <CustomEntry> <CustomItem> <Frame> <LeftIndent>4</LeftIndent> <CustomItem> <ExpressionBinding> <PropertyName>description</PropertyName> <EnumerateCollection/> <CustomControlName>MamlShortDescriptionControl</CustomControlName> </ExpressionBinding> </CustomItem> </Frame> </CustomItem> </CustomEntry> </CustomEntries> </CustomControl> </ExpressionBinding> </CustomItem> </CustomEntry> </CustomEntries> </CustomControl> </Control> </Controls> <CustomControl> <CustomEntries> <CustomEntry> <CustomItem> <ExpressionBinding> <PropertyName>ReturnValue</PropertyName> <EnumerateCollection/> <CustomControl> <CustomEntries> <CustomEntry> <CustomItem> <ExpressionBinding> <PropertyName>type</PropertyName> <CustomControlName>MamlTypeControl</CustomControlName> </ExpressionBinding> <NewLine/> <Frame> <LeftIndent>4</LeftIndent> <CustomItem> <ExpressionBinding> <PropertyName>description</PropertyName> <EnumerateCollection/> <CustomControlName>MamlShortDescriptionControl</CustomControlName> </ExpressionBinding> </CustomItem> </Frame> </CustomItem> </CustomEntry> </CustomEntries> </CustomControl> </ExpressionBinding> </CustomItem> </CustomEntry> </CustomEntries> </CustomControl> </View> <View> <Name>MamlAlertSet</Name> <ViewSelectedBy> <TypeName>MamlCommandHelpInfo#alertSet</TypeName> </ViewSelectedBy> <Controls> <Control> <Name>MamlShortDescriptionControl</Name> <CustomControl> <CustomEntries> <CustomEntry> <EntrySelectedBy> <TypeName>MamlParaTextItem</TypeName> </EntrySelectedBy> <CustomItem> <ExpressionBinding> <PropertyName>Text</PropertyName> </ExpressionBinding> <NewLine/> </CustomItem> </CustomEntry> <CustomEntry> <CustomItem> <Text> </Text> </CustomItem> </CustomEntry> </CustomEntries> </CustomControl> </Control> <Control> <Name>MamlAlertControl</Name> <CustomControl> <CustomEntries> <CustomEntry> <CustomItem> <ExpressionBinding> <PropertyName>Text</PropertyName> </ExpressionBinding> <NewLine/> </CustomItem> </CustomEntry> </CustomEntries> </CustomControl> </Control> </Controls> <CustomControl> <CustomEntries> <CustomEntry> <CustomItem> <ExpressionBinding> <PropertyName>title</PropertyName> </ExpressionBinding> <NewLine/> <NewLine/> <Frame> <LeftIndent>4</LeftIndent> <CustomItem> <ExpressionBinding> <PropertyName>alert</PropertyName> <EnumerateCollection/> <CustomControlName>MamlAlertControl</CustomControlName> </ExpressionBinding> </CustomItem> </Frame> </CustomItem> </CustomEntry> </CustomEntries> </CustomControl> </View> <View> <Name>MamlDetails</Name> <ViewSelectedBy> <TypeName>MamlCommandHelpInfo#details</TypeName> </ViewSelectedBy> <Controls> <Control> <Name>MamlShortDescriptionControl</Name> <CustomControl> <CustomEntries> <CustomEntry> <EntrySelectedBy> <TypeName>MamlParaTextItem</TypeName> </EntrySelectedBy> <CustomItem> <ExpressionBinding> <PropertyName>Text</PropertyName> </ExpressionBinding> </CustomItem> </CustomEntry> <CustomEntry> <CustomItem> <Text> </Text> </CustomItem> </CustomEntry> </CustomEntries> </CustomControl> </Control> </Controls> <CustomControl> <CustomEntries> <CustomEntry> <CustomItem> <Text AssemblyName="System.Management.Automation" BaseName="HelpDisplayStrings" ResourceId="Name"/> <NewLine/> <Frame> <LeftIndent>4</LeftIndent> <CustomItem> <ExpressionBinding> <PropertyName>Name</PropertyName> </ExpressionBinding> <NewLine/> <NewLine/> </CustomItem> </Frame> <Text AssemblyName="System.Management.Automation" BaseName="HelpDisplayStrings" ResourceId="Synopsis"/> <NewLine/> <Frame> <LeftIndent>4</LeftIndent> <CustomItem> <ExpressionBinding> <PropertyName>Description</PropertyName> <EnumerateCollection/> <CustomControlName>MamlShortDescriptionControl</CustomControlName> </ExpressionBinding> <NewLine /> </CustomItem> </Frame> </CustomItem> </CustomEntry> </CustomEntries> </CustomControl> </View> </ViewDefinitions> </Configuration> <!-- SIG # Begin signature block --> <!-- MIIXXAYJKoZIhvcNAQcCoIIXTTCCF0kCAQExCzAJBgUrDgMCGgUAMGkGCisGAQQB --> <!-- gjcCAQSgWzBZMDQGCisGAQQBgjcCAR4wJgIDAQAABBAfzDtgWUsITrck0sYpfvNR --> <!-- AgEAAgEAAgEAAgEAAgEAMCEwCQYFKw4DAhoFAAQU/yXKnfYIztd6I0y8NnmIR+6+ --> <!-- 3qOgghIxMIIEYDCCA0ygAwIBAgIKLqsR3FD/XJ3LwDAJBgUrDgMCHQUAMHAxKzAp --> <!-- BgNVBAsTIkNvcHlyaWdodCAoYykgMTk5NyBNaWNyb3NvZnQgQ29ycC4xHjAcBgNV --> <!-- BAsTFU1pY3Jvc29mdCBDb3Jwb3JhdGlvbjEhMB8GA1UEAxMYTWljcm9zb2Z0IFJv --> <!-- b3QgQXV0aG9yaXR5MB4XDTA3MDgyMjIyMzEwMloXDTEyMDgyNTA3MDAwMFoweTEL --> <!-- MAkGA1UEBhMCVVMxEzARBgNVBAgTCldhc2hpbmd0b24xEDAOBgNVBAcTB1JlZG1v --> <!-- bmQxHjAcBgNVBAoTFU1pY3Jvc29mdCBDb3Jwb3JhdGlvbjEjMCEGA1UEAxMaTWlj --> <!-- cm9zb2Z0IENvZGUgU2lnbmluZyBQQ0EwggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAw --> <!-- ggEKAoIBAQC3eX3WXbNFOag0rDHa+SU1SXfA+x+ex0Vx79FG6NSMw2tMUmL0mQLD --> <!-- TdhJbC8kPmW/ziO3C0i3f3XdRb2qjw5QxSUr8qDnDSMf0UEk+mKZzxlFpZNKH5nN --> <!-- sy8iw0otfG/ZFR47jDkQOd29KfRmOy0BMv/+J0imtWwBh5z7urJjf4L5XKCBhIWO --> <!-- sPK4lKPPOKZQhRcnh07dMPYAPfTG+T2BvobtbDmnLjT2tC6vCn1ikXhmnJhzDYav --> <!-- 8sTzILlPEo1jyyzZMkUZ7rtKljtQUxjOZlF5qq2HyFY+n4JQiG4FsTXBeyS9UmY9 --> <!-- mU7MK34zboRHBtGe0EqGAm6GAKTAh99TAgMBAAGjgfowgfcwEwYDVR0lBAwwCgYI --> <!-- KwYBBQUHAwMwgaIGA1UdAQSBmjCBl4AQW9Bw72lyniNRfhSyTY7/y6FyMHAxKzAp --> <!-- BgNVBAsTIkNvcHlyaWdodCAoYykgMTk5NyBNaWNyb3NvZnQgQ29ycC4xHjAcBgNV --> <!-- BAsTFU1pY3Jvc29mdCBDb3Jwb3JhdGlvbjEhMB8GA1UEAxMYTWljcm9zb2Z0IFJv --> <!-- b3QgQXV0aG9yaXR5gg8AwQCLPDyIEdE+9mPs30AwDwYDVR0TAQH/BAUwAwEB/zAd --> <!-- BgNVHQ4EFgQUzB3OdgBwW6/x2sROmlFELqNEY/AwCwYDVR0PBAQDAgGGMAkGBSsO --> <!-- AwIdBQADggEBAHurrn5KJvLOvE50olgndCp1s4b9q0yUeABN6crrGNxpxQ6ifPMC --> <!-- Q8bKh8z4U8zCn71Wb/BjRKlEAO6WyJrVHLgLnxkNlNfaHq0pfe/tpnOsj945jj2Y --> <!-- arw4bdKIryP93+nWaQmRiL3+4QC7NPP3fPkQEi4F6ymWk0JrKHG3OI/gBw3JXWjN --> <!-- vYBBa2aou7e7jjTK8gMQfHr10uBC33v+4eGs/vbf1Q2zcNaS40+2OKJ8LdQ92zQL --> <!-- YjcCn4FqI4n2XGOPsFq7OddgjFWEGjP1O5igggyiX4uzLLehpcur2iC2vzAZhSAU --> <!-- DSq8UvRB4F4w45IoaYfBcOLzp6vOgEJydg4wggR6MIIDYqADAgECAgphAbKbAAAA --> <!-- AAAVMA0GCSqGSIb3DQEBBQUAMHkxCzAJBgNVBAYTAlVTMRMwEQYDVQQIEwpXYXNo --> <!-- aW5ndG9uMRAwDgYDVQQHEwdSZWRtb25kMR4wHAYDVQQKExVNaWNyb3NvZnQgQ29y --> <!-- cG9yYXRpb24xIzAhBgNVBAMTGk1pY3Jvc29mdCBDb2RlIFNpZ25pbmcgUENBMB4X --> <!-- DTExMDIyMTIwNTMxMloXDTEyMDUyMTIwNTMxMlowgYMxCzAJBgNVBAYTAlVTMRMw --> <!-- EQYDVQQIEwpXYXNoaW5ndG9uMRAwDgYDVQQHEwdSZWRtb25kMR4wHAYDVQQKExVN --> <!-- aWNyb3NvZnQgQ29ycG9yYXRpb24xDTALBgNVBAsTBE1PUFIxHjAcBgNVBAMTFU1p --> <!-- Y3Jvc29mdCBDb3Jwb3JhdGlvbjCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoC --> <!-- ggEBAKVxdBjL25wv+vFjGYCjjv/IcIMMoUcq+vpasM5ND7072iHNBdV9fD+1mXYl --> <!-- OtygTyDlctNDceb/bBT5n4SyJYe9FLVdvjeJLsWrhWBxhYEnuTMD+a3WkwLutlUR --> <!-- AsuDhfbBhWNhGaAUnJ2fnEZjN9gRPFfHSCBTFvfMWP72wBrKtkZsDeg6Bc6mHOOI --> <!-- 8N2qwnCDW9Hy8j+42aSdowBuqoHN7joErcBKkiwT4OlBdgmAAWxnILQxsD5r0kAI --> <!-- g9VwMI0w576M0C/u1IY/GlqlwGiF6Il8kQNKbllDIEiciP7JRbfoTAQBC2LOouwc --> <!-- kyX90LEOxvi2JBp7+3zWXE7RZ+kCAwEAAaOB+DCB9TATBgNVHSUEDDAKBggrBgEF --> <!-- BQcDAzAdBgNVHQ4EFgQU2XLUywxiX92jdJ9fDphBqFsTQyYwDgYDVR0PAQH/BAQD --> <!-- AgeAMB8GA1UdIwQYMBaAFMwdznYAcFuv8drETppRRC6jRGPwMEQGA1UdHwQ9MDsw --> <!-- OaA3oDWGM2h0dHA6Ly9jcmwubWljcm9zb2Z0LmNvbS9wa2kvY3JsL3Byb2R1Y3Rz --> <!-- L0NTUENBLmNybDBIBggrBgEFBQcBAQQ8MDowOAYIKwYBBQUHMAKGLGh0dHA6Ly93 --> <!-- d3cubWljcm9zb2Z0LmNvbS9wa2kvY2VydHMvQ1NQQ0EuY3J0MA0GCSqGSIb3DQEB --> <!-- BQUAA4IBAQBgYCfYfDBJEkdBNzxedbTkogA2EUiwLFibmHztoxKhmO4Ys5f2bY7Y --> <!-- MBocrSFjQUaT168aKEuXNn1AVGDMYrzp/GmnX3/Fh6aGDHyp4ll924jVd3gFpiTK --> <!-- ZPhOUbdEKI4aLFQIKHLFHxg9LM8AJ28T0aVh8tZiOr0ATgUvmWd95WNDPzsMvosH --> <!-- euF4QL/feM6HIKIZobxg8J+sUlx2FP0beAXXY3Vrgf2HRq2tWVK/e7+vGaSSsvIL --> <!-- LH4wENsxS76EWn/3mxJ46d5+YKsNxjEe9nKaPmfPOO44zjkbc9s72TTfg9KczeGL --> <!-- 3hr+ZAhfr/YuuDIldmkl89WNNSPD2yVEMIIEnTCCA4WgAwIBAgIQaguZT8AAJasR --> <!-- 20UfWHpnojANBgkqhkiG9w0BAQUFADBwMSswKQYDVQQLEyJDb3B5cmlnaHQgKGMp --> <!-- IDE5OTcgTWljcm9zb2Z0IENvcnAuMR4wHAYDVQQLExVNaWNyb3NvZnQgQ29ycG9y --> <!-- YXRpb24xITAfBgNVBAMTGE1pY3Jvc29mdCBSb290IEF1dGhvcml0eTAeFw0wNjA5 --> <!-- MTYwMTA0NDdaFw0xOTA5MTUwNzAwMDBaMHkxCzAJBgNVBAYTAlVTMRMwEQYDVQQI --> <!-- EwpXYXNoaW5ndG9uMRAwDgYDVQQHEwdSZWRtb25kMR4wHAYDVQQKExVNaWNyb3Nv --> <!-- ZnQgQ29ycG9yYXRpb24xIzAhBgNVBAMTGk1pY3Jvc29mdCBUaW1lc3RhbXBpbmcg --> <!-- UENBMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA3Ddu+6/IQkpxGMjO --> <!-- SD5TwPqrFLosMrsST1LIg+0+M9lJMZIotpFk4B9QhLrCS9F/Bfjvdb6Lx6jVrmlw --> <!-- ZngnZui2t++Fuc3uqv0SpAtZIikvz0DZVgQbdrVtZG1KVNvd8d6/n4PHgN9/TAI3 --> <!-- lPXAnghWHmhHzdnAdlwvfbYlBLRWW2ocY/+AfDzu1QQlTTl3dAddwlzYhjcsdckO --> <!-- 6h45CXx2/p1sbnrg7D6Pl55xDl8qTxhiYDKe0oNOKyJcaEWL3i+EEFCy+bUajWzu --> <!-- JZsT+MsQ14UO9IJ2czbGlXqizGAG7AWwhjO3+JRbhEGEWIWUbrAfLEjMb5xD4Gro --> <!-- fyaOawIDAQABo4IBKDCCASQwEwYDVR0lBAwwCgYIKwYBBQUHAwgwgaIGA1UdAQSB --> <!-- mjCBl4AQW9Bw72lyniNRfhSyTY7/y6FyMHAxKzApBgNVBAsTIkNvcHlyaWdodCAo --> <!-- YykgMTk5NyBNaWNyb3NvZnQgQ29ycC4xHjAcBgNVBAsTFU1pY3Jvc29mdCBDb3Jw --> <!-- b3JhdGlvbjEhMB8GA1UEAxMYTWljcm9zb2Z0IFJvb3QgQXV0aG9yaXR5gg8AwQCL --> <!-- PDyIEdE+9mPs30AwEAYJKwYBBAGCNxUBBAMCAQAwHQYDVR0OBBYEFG/oTj+XuTSr --> <!-- S4aPvJzqrDtBQ8bQMBkGCSsGAQQBgjcUAgQMHgoAUwB1AGIAQwBBMAsGA1UdDwQE --> <!-- AwIBhjAPBgNVHRMBAf8EBTADAQH/MA0GCSqGSIb3DQEBBQUAA4IBAQCUTRExwnxQ --> <!-- uxGOoWEHAQ6McEWN73NUvT8JBS3/uFFThRztOZG3o1YL3oy2OxvR+6ynybexUSEb --> <!-- bwhpfmsDoiJG7Wy0bXwiuEbThPOND74HijbB637pcF1Fn5LSzM7djsDhvyrNfOzJ --> <!-- rjLVh7nLY8Q20Rghv3beO5qzG3OeIYjYtLQSVIz0nMJlSpooJpxgig87xxNleEi7 --> <!-- z62DOk+wYljeMOnpOR3jifLaOYH5EyGMZIBjBgSW8poCQy97Roi6/wLZZflK3toD --> <!-- dJOzBW4MzJ3cKGF8SPEXnBEhOAIch6wGxZYyuOVAxlM9vamJ3uhmN430IpaczLB3 --> <!-- VFE61nJEsiP2MIIEqjCCA5KgAwIBAgIKYQaULQAAAAAACTANBgkqhkiG9w0BAQUF --> <!-- ADB5MQswCQYDVQQGEwJVUzETMBEGA1UECBMKV2FzaGluZ3RvbjEQMA4GA1UEBxMH --> <!-- UmVkbW9uZDEeMBwGA1UEChMVTWljcm9zb2Z0IENvcnBvcmF0aW9uMSMwIQYDVQQD --> <!-- ExpNaWNyb3NvZnQgVGltZXN0YW1waW5nIFBDQTAeFw0wODA3MjUxOTAyMTdaFw0x --> <!-- MzA3MjUxOTEyMTdaMIGzMQswCQYDVQQGEwJVUzETMBEGA1UECBMKV2FzaGluZ3Rv --> <!-- bjEQMA4GA1UEBxMHUmVkbW9uZDEeMBwGA1UEChMVTWljcm9zb2Z0IENvcnBvcmF0 --> <!-- aW9uMQ0wCwYDVQQLEwRNT1BSMScwJQYDVQQLEx5uQ2lwaGVyIERTRSBFU046N0E4 --> <!-- Mi02ODhBLTlGOTIxJTAjBgNVBAMTHE1pY3Jvc29mdCBUaW1lLVN0YW1wIFNlcnZp --> <!-- Y2UwggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIBAQCVgQogQhhRetmV7Zv9 --> <!-- 3IfR+w6PE+qqNygSdv5NUKt2lyqTR+CpVmkC5ZR+TYXbf3HvdQDbu0Ns+2+scfAr --> <!-- 0XySzpQXnaHFuvn3ft1h4S0wHpwmLXY/5kaWjq7YiTfYzO/zz1vD/Gjg8mSPm+jD --> <!-- EvmjvoT81ovOBT29AXZQJwP4hLcWho1gvl0pLDzPpf2YWjUdTxbAONgeYT89NrNW --> <!-- FBV3lTsQ+gCwk+JdN6snu2MsSBSBVeNs6qkrlY2IDn6jAKV3JAeYKnADuCokkJre --> <!-- xaIiS79MWQZ3VHJDsD5k3ZOECFi2/umHSQk2s7P4M6l+TKJ5fzJZKQ6etfXgPJ4/ --> <!-- 7EY7AgMBAAGjgfgwgfUwHQYDVR0OBBYEFCiViL8CO+valLp9Rg/6y/R+nf/RMB8G --> <!-- A1UdIwQYMBaAFG/oTj+XuTSrS4aPvJzqrDtBQ8bQMEQGA1UdHwQ9MDswOaA3oDWG --> <!-- M2h0dHA6Ly9jcmwubWljcm9zb2Z0LmNvbS9wa2kvY3JsL3Byb2R1Y3RzL3RzcGNh --> <!-- LmNybDBIBggrBgEFBQcBAQQ8MDowOAYIKwYBBQUHMAKGLGh0dHA6Ly93d3cubWlj --> <!-- cm9zb2Z0LmNvbS9wa2kvY2VydHMvdHNwY2EuY3J0MBMGA1UdJQQMMAoGCCsGAQUF --> <!-- BwMIMA4GA1UdDwEB/wQEAwIGwDANBgkqhkiG9w0BAQUFAAOCAQEAAO6s/OLSiGbK --> <!-- KeNauc0Agn4XXMUkWRK7qPdr14f+jcu1dh8bIvb34cq0uUEBGjetSDeWcPrMM6co --> <!-- jLgLtnQTKLezdeEqCeKLT9+YP5e3NBKB6hDdHdy6ZM9OUDtMiv0Z3SWu1ZaH6kvE --> <!-- 5fD5QRddAetXiH12euVv/ocgrJOcjJq/XxqgFTAk4KJ+YZEdKSnDSZA6Q4OJ7t7V --> <!-- g91PLDU750FBAaoADAvy1kkbzkKNe7DzLY1dKeG+jX+RFXa0YPsUJ6pvEmNCKFg6 --> <!-- ijuLQOS3xcySVxxGVmuPy5JNVgUAyvgwQEVO3xmIvfUQ8N0a3ygetFHyd+Am47sJ --> <!-- gRLcHjrQRTGCBJUwggSRAgEBMIGHMHkxCzAJBgNVBAYTAlVTMRMwEQYDVQQIEwpX --> <!-- YXNoaW5ndG9uMRAwDgYDVQQHEwdSZWRtb25kMR4wHAYDVQQKExVNaWNyb3NvZnQg --> <!-- Q29ycG9yYXRpb24xIzAhBgNVBAMTGk1pY3Jvc29mdCBDb2RlIFNpZ25pbmcgUENB --> <!-- AgphAbKbAAAAAAAVMAkGBSsOAwIaBQCggcAwGQYJKoZIhvcNAQkDMQwGCisGAQQB --> <!-- gjcCAQQwHAYKKwYBBAGCNwIBCzEOMAwGCisGAQQBgjcCARUwIwYJKoZIhvcNAQkE --> <!-- MRYEFISh1DtqMJzjmYvo9AxPCFRxGZhCMGAGCisGAQQBgjcCAQwxUjBQoCaAJABX --> <!-- AGkAbgBkAG8AdwBzACAAUABvAHcAZQByAFMAaABlAGwAbKEmgCRodHRwOi8vd3d3 --> <!-- Lm1pY3Jvc29mdC5jb20vcG93ZXJzaGVsbCAwDQYJKoZIhvcNAQEBBQAEggEAoHzF --> <!-- 4XpWwJzA4zzXyWiqwfo+W+gW214sSNkNgVLPei/ODmdUQ5qESFGdZn6qSRKeMYkY --> <!-- KoYhS7iuIErTGOkMqr0Vdm+53CX1rfHcj2TVnl/iPgqZN/AmMBo52KgQHsU3Dal4 --> <!-- RmX2Lhyf3qqJyUGKZL69bVRVttcuL0aOr6wL7Fppu9mxiysnfPrIU8vCEa9b2JpL --> <!-- w+oYOagCVBW48uIDOXaoKYj0gEocluuS6fX/lkBDx9jr5Wata/NJC4ox1UXzXrze --> <!-- NTognbdZiHY8dcjm9cayZME9E4pBvyeV+uCKy9PuPQif+xAQ+rrHuVDYWUpjIUOD --> <!-- 4el2nZ9Qe1lk1Jdju6GCAh8wggIbBgkqhkiG9w0BCQYxggIMMIICCAIBATCBhzB5 --> <!-- MQswCQYDVQQGEwJVUzETMBEGA1UECBMKV2FzaGluZ3RvbjEQMA4GA1UEBxMHUmVk --> <!-- bW9uZDEeMBwGA1UEChMVTWljcm9zb2Z0IENvcnBvcmF0aW9uMSMwIQYDVQQDExpN --> <!-- aWNyb3NvZnQgVGltZXN0YW1waW5nIFBDQQIKYQaULQAAAAAACTAHBgUrDgMCGqBd --> <!-- MBgGCSqGSIb3DQEJAzELBgkqhkiG9w0BBwEwHAYJKoZIhvcNAQkFMQ8XDTEyMDIx --> <!-- NzIyMTUwNVowIwYJKoZIhvcNAQkEMRYEFO2vs9H03/EYPsQZxqOEalwkZvP0MA0G --> <!-- CSqGSIb3DQEBBQUABIIBAHB+q0FBPv+zKXZnRquThBPdv9dXBsGlSWIpEYnmV4Ql --> <!-- M3v4rvS4vWmCkq/9clyQP7CJrIwSl33XX5QywFdoebTWS5DQF3evw1/38CRMT7k7 --> <!-- FdUaobR+I3uBkZie79ghEZ8Jvgl3tbJU07nTiJjRyB0P6j8lyY5DFng7dhBUBKXL --> <!-- wLWjttfkE4CAJYt90ECX5ae97ePJafBcy8kY23GsbEwXHesgdj9x7HgQD549Tj1Q --> <!-- QR2W2bX90YTECQyjnLWxG6R4huZUIIHRrgVLEi+WDPOnqpON6ok2OpK3AN6kBBTH --> <!-- DcKloAp+4uFRqZR6sEqgPuH8UOHz5KoJGTyM2gb6mro= --> <!-- SIG # End signature block -->
Ms-Dos/Windows
Unix
Write backup
jsp File Browser version 1.2 by
www.vonloesch.de