ShowColumns-help.xml
<?xml version="1.0" encoding="utf-8"?>
<helpItems schema="maml" xmlns="http://msh"> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Show-ChildItemColumns</command:name> <command:verb>Show</command:verb> <command:noun>ChildItemColumns</command:noun> <maml:description> <maml:para>Calls `Get-ChildItem` with specified parameters and displays results in columns. Can be aliased as `ls` to use as drop-in replacement for `gci`/`dir`/`ls` in interactive sessions.</maml:para> </maml:description> </command:details> <maml:description> <maml:para>Calls `Get-ChildItem` with specified parameters and displays results in columns. Can be aliased as `ls` to use as drop-in replacement for `gci`/`dir`/`ls` in interactive sessions.</maml:para> <maml:para>All parameters are exactly the same as for `Get-ChildItem` cmdlet and are passed as is. For their description look at `Get-Help Get-ChildItem` or `Get-Help Get-ChildItem -Parameter <parameterName>`.</maml:para> <maml:para>By default this cmdlet displays value of `PSChildName` property or if it is missing - `Name` property. Items are grouped by `PSParentPath` property. This allows it to work with not only file system but also other PS providers like `alias:`, `HKLM:`/`HKCU:`, etc.</maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Show-ChildItemColumns</maml:name> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="1" aliases="none"> <maml:name>Filter</maml:name> <maml:description> <maml:para>See `Get-Help Get-ChildItem -Parameter Filter`.</maml:para> </maml:description> <command:parameterValue required="true" variableLength="false">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none"> <maml:name>Attributes</maml:name> <maml:description> <maml:para>See `Get-Help Get-ChildItem -Parameter Attributes`.</maml:para> </maml:description> <command:parameterValueGroup> <command:parameterValue required="false" command:variableLength="false">ReadOnly</command:parameterValue> <command:parameterValue required="false" command:variableLength="false">Hidden</command:parameterValue> <command:parameterValue required="false" command:variableLength="false">System</command:parameterValue> <command:parameterValue required="false" command:variableLength="false">Directory</command:parameterValue> <command:parameterValue required="false" command:variableLength="false">Archive</command:parameterValue> <command:parameterValue required="false" command:variableLength="false">Device</command:parameterValue> <command:parameterValue required="false" command:variableLength="false">Normal</command:parameterValue> <command:parameterValue required="false" command:variableLength="false">Temporary</command:parameterValue> <command:parameterValue required="false" command:variableLength="false">SparseFile</command:parameterValue> <command:parameterValue required="false" command:variableLength="false">ReparsePoint</command:parameterValue> <command:parameterValue required="false" command:variableLength="false">Compressed</command:parameterValue> <command:parameterValue required="false" command:variableLength="false">Offline</command:parameterValue> <command:parameterValue required="false" command:variableLength="false">NotContentIndexed</command:parameterValue> <command:parameterValue required="false" command:variableLength="false">Encrypted</command:parameterValue> <command:parameterValue required="false" command:variableLength="false">IntegrityStream</command:parameterValue> <command:parameterValue required="false" command:variableLength="false">NoScrubData</command:parameterValue> </command:parameterValueGroup> <command:parameterValue required="true" variableLength="false">System.Management.Automation.FlagsExpression`1[System.IO.FileAttributes]</command:parameterValue> <dev:type> <maml:name>System.Management.Automation.FlagsExpression`1[System.IO.FileAttributes]</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none"> <maml:name>Depth</maml:name> <maml:description> <maml:para>See `Get-Help Get-ChildItem -Parameter Depth`.</maml:para> </maml:description> <command:parameterValue required="true" variableLength="false">UInt32</command:parameterValue> <dev:type> <maml:name>UInt32</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="ad, d"> <maml:name>Directory</maml:name> <maml:description> <maml:para>See `Get-Help Get-ChildItem -Parameter Directory`.</maml:para> </maml:description> <dev:type> <maml:name>SwitchParameter</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>False</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none"> <maml:name>Exclude</maml:name> <maml:description> <maml:para>See `Get-Help Get-ChildItem -Parameter Exclude`.</maml:para> </maml:description> <command:parameterValue required="true" variableLength="false">String[]</command:parameterValue> <dev:type> <maml:name>String[]</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="af"> <maml:name>File</maml:name> <maml:description> <maml:para>See `Get-Help Get-ChildItem -Parameter File`.</maml:para> </maml:description> <dev:type> <maml:name>SwitchParameter</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>False</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none"> <maml:name>FollowSymlink</maml:name> <maml:description> <maml:para>Only supported on PowerShell Core. On PowerShell Desktop this parameter is ignored. See `Get-Help Get-ChildItem -Parameter FollowSymlink`.</maml:para> </maml:description> <dev:type> <maml:name>SwitchParameter</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>False</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none"> <maml:name>Force</maml:name> <maml:description> <maml:para>See `Get-Help Get-ChildItem -Parameter Force`.</maml:para> </maml:description> <dev:type> <maml:name>SwitchParameter</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>False</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="ah, h"> <maml:name>Hidden</maml:name> <maml:description> <maml:para>See `Get-Help Get-ChildItem -Parameter Hidden`.</maml:para> </maml:description> <dev:type> <maml:name>SwitchParameter</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>False</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none"> <maml:name>Include</maml:name> <maml:description> <maml:para>See `Get-Help Get-ChildItem -Parameter Include`.</maml:para> </maml:description> <command:parameterValue required="true" variableLength="false">String[]</command:parameterValue> <dev:type> <maml:name>String[]</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName)" position="named" aliases="PSPath"> <maml:name>LiteralPath</maml:name> <maml:description> <maml:para>See `Get-Help Get-ChildItem -Parameter LiteralPath`.</maml:para> </maml:description> <command:parameterValue required="true" variableLength="false">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="ar"> <maml:name>ReadOnly</maml:name> <maml:description> <maml:para>See `Get-Help Get-ChildItem -Parameter ReadOnly`.</maml:para> </maml:description> <dev:type> <maml:name>SwitchParameter</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>False</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="s"> <maml:name>Recurse</maml:name> <maml:description> <maml:para>See `Get-Help Get-ChildItem -Parameter Recurse`.</maml:para> </maml:description> <dev:type> <maml:name>SwitchParameter</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>False</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="as"> <maml:name>System</maml:name> <maml:description> <maml:para>See `Get-Help Get-ChildItem -Parameter System`.</maml:para> </maml:description> <dev:type> <maml:name>SwitchParameter</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>False</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none"> <maml:name>GroupBy</maml:name> <maml:description> <maml:para>Override default grouping passed to `Show-Columns` cmdlet. For complete documentation see `Get-Help Show-Columns -Parameter GroupBy`.</maml:para> </maml:description> <command:parameterValue required="true" variableLength="false">Object</command:parameterValue> <dev:type> <maml:name>Object</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none"> <maml:name>GroupHeaderStyle</maml:name> <maml:description> <maml:para>Override default group header style passed to `Show-Columns` cmdlet. For complete documentation see `Get-Help Show-Columns -Parameter GroupHeaderStyle`.</maml:para> </maml:description> <command:parameterValue required="true" variableLength="false">Object</command:parameterValue> <dev:type> <maml:name>Object</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none"> <maml:name>ItemStyle</maml:name> <maml:description> <maml:para>Override default item style passed to `Show-Columns` cmdlet. For complete documentation see `Get-Help Show-Columns -Parameter ItemStyle`.</maml:para> </maml:description> <command:parameterValue required="true" variableLength="false">Object</command:parameterValue> <dev:type> <maml:name>Object</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none"> <maml:name>Property</maml:name> <maml:description> <maml:para>Override default property passed to `Show-Columns` cmdlet. For complete documentation see `Get-Help Show-Columns -Parameter Property`.</maml:para> </maml:description> <command:parameterValue required="true" variableLength="false">Object</command:parameterValue> <dev:type> <maml:name>Object</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none"> <maml:name>UseTransaction</maml:name> <maml:description> <maml:para>Only supported on PowerShell Desktop. On PowerShell Core this parameter is ignored. See `Get-Help Get-ChildItem -Parameter UseTransaction`.</maml:para> </maml:description> <dev:type> <maml:name>SwitchParameter</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>False</dev:defaultValue> </command:parameter> </command:syntaxItem> <command:syntaxItem> <maml:name>Show-ChildItemColumns</maml:name> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName, ByValue)" position="0" aliases="none"> <maml:name>Path</maml:name> <maml:description> <maml:para>See `Get-Help Get-ChildItem -Parameter Path`.</maml:para> </maml:description> <command:parameterValue required="true" variableLength="false">String[]</command:parameterValue> <dev:type> <maml:name>String[]</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="1" aliases="none"> <maml:name>Filter</maml:name> <maml:description> <maml:para>See `Get-Help Get-ChildItem -Parameter Filter`.</maml:para> </maml:description> <command:parameterValue required="true" variableLength="false">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none"> <maml:name>Attributes</maml:name> <maml:description> <maml:para>See `Get-Help Get-ChildItem -Parameter Attributes`.</maml:para> </maml:description> <command:parameterValueGroup> <command:parameterValue required="false" command:variableLength="false">ReadOnly</command:parameterValue> <command:parameterValue required="false" command:variableLength="false">Hidden</command:parameterValue> <command:parameterValue required="false" command:variableLength="false">System</command:parameterValue> <command:parameterValue required="false" command:variableLength="false">Directory</command:parameterValue> <command:parameterValue required="false" command:variableLength="false">Archive</command:parameterValue> <command:parameterValue required="false" command:variableLength="false">Device</command:parameterValue> <command:parameterValue required="false" command:variableLength="false">Normal</command:parameterValue> <command:parameterValue required="false" command:variableLength="false">Temporary</command:parameterValue> <command:parameterValue required="false" command:variableLength="false">SparseFile</command:parameterValue> <command:parameterValue required="false" command:variableLength="false">ReparsePoint</command:parameterValue> <command:parameterValue required="false" command:variableLength="false">Compressed</command:parameterValue> <command:parameterValue required="false" command:variableLength="false">Offline</command:parameterValue> <command:parameterValue required="false" command:variableLength="false">NotContentIndexed</command:parameterValue> <command:parameterValue required="false" command:variableLength="false">Encrypted</command:parameterValue> <command:parameterValue required="false" command:variableLength="false">IntegrityStream</command:parameterValue> <command:parameterValue required="false" command:variableLength="false">NoScrubData</command:parameterValue> </command:parameterValueGroup> <command:parameterValue required="true" variableLength="false">System.Management.Automation.FlagsExpression`1[System.IO.FileAttributes]</command:parameterValue> <dev:type> <maml:name>System.Management.Automation.FlagsExpression`1[System.IO.FileAttributes]</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none"> <maml:name>Depth</maml:name> <maml:description> <maml:para>See `Get-Help Get-ChildItem -Parameter Depth`.</maml:para> </maml:description> <command:parameterValue required="true" variableLength="false">UInt32</command:parameterValue> <dev:type> <maml:name>UInt32</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="ad, d"> <maml:name>Directory</maml:name> <maml:description> <maml:para>See `Get-Help Get-ChildItem -Parameter Directory`.</maml:para> </maml:description> <dev:type> <maml:name>SwitchParameter</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>False</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none"> <maml:name>Exclude</maml:name> <maml:description> <maml:para>See `Get-Help Get-ChildItem -Parameter Exclude`.</maml:para> </maml:description> <command:parameterValue required="true" variableLength="false">String[]</command:parameterValue> <dev:type> <maml:name>String[]</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="af"> <maml:name>File</maml:name> <maml:description> <maml:para>See `Get-Help Get-ChildItem -Parameter File`.</maml:para> </maml:description> <dev:type> <maml:name>SwitchParameter</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>False</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none"> <maml:name>FollowSymlink</maml:name> <maml:description> <maml:para>Only supported on PowerShell Core. On PowerShell Desktop this parameter is ignored. See `Get-Help Get-ChildItem -Parameter FollowSymlink`.</maml:para> </maml:description> <dev:type> <maml:name>SwitchParameter</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>False</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none"> <maml:name>Force</maml:name> <maml:description> <maml:para>See `Get-Help Get-ChildItem -Parameter Force`.</maml:para> </maml:description> <dev:type> <maml:name>SwitchParameter</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>False</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="ah, h"> <maml:name>Hidden</maml:name> <maml:description> <maml:para>See `Get-Help Get-ChildItem -Parameter Hidden`.</maml:para> </maml:description> <dev:type> <maml:name>SwitchParameter</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>False</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none"> <maml:name>Include</maml:name> <maml:description> <maml:para>See `Get-Help Get-ChildItem -Parameter Include`.</maml:para> </maml:description> <command:parameterValue required="true" variableLength="false">String[]</command:parameterValue> <dev:type> <maml:name>String[]</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="ar"> <maml:name>ReadOnly</maml:name> <maml:description> <maml:para>See `Get-Help Get-ChildItem -Parameter ReadOnly`.</maml:para> </maml:description> <dev:type> <maml:name>SwitchParameter</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>False</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="s"> <maml:name>Recurse</maml:name> <maml:description> <maml:para>See `Get-Help Get-ChildItem -Parameter Recurse`.</maml:para> </maml:description> <dev:type> <maml:name>SwitchParameter</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>False</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="as"> <maml:name>System</maml:name> <maml:description> <maml:para>See `Get-Help Get-ChildItem -Parameter System`.</maml:para> </maml:description> <dev:type> <maml:name>SwitchParameter</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>False</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none"> <maml:name>GroupBy</maml:name> <maml:description> <maml:para>Override default grouping passed to `Show-Columns` cmdlet. For complete documentation see `Get-Help Show-Columns -Parameter GroupBy`.</maml:para> </maml:description> <command:parameterValue required="true" variableLength="false">Object</command:parameterValue> <dev:type> <maml:name>Object</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none"> <maml:name>GroupHeaderStyle</maml:name> <maml:description> <maml:para>Override default group header style passed to `Show-Columns` cmdlet. For complete documentation see `Get-Help Show-Columns -Parameter GroupHeaderStyle`.</maml:para> </maml:description> <command:parameterValue required="true" variableLength="false">Object</command:parameterValue> <dev:type> <maml:name>Object</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none"> <maml:name>ItemStyle</maml:name> <maml:description> <maml:para>Override default item style passed to `Show-Columns` cmdlet. For complete documentation see `Get-Help Show-Columns -Parameter ItemStyle`.</maml:para> </maml:description> <command:parameterValue required="true" variableLength="false">Object</command:parameterValue> <dev:type> <maml:name>Object</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none"> <maml:name>Property</maml:name> <maml:description> <maml:para>Override default property passed to `Show-Columns` cmdlet. For complete documentation see `Get-Help Show-Columns -Parameter Property`.</maml:para> </maml:description> <command:parameterValue required="true" variableLength="false">Object</command:parameterValue> <dev:type> <maml:name>Object</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none"> <maml:name>UseTransaction</maml:name> <maml:description> <maml:para>Only supported on PowerShell Desktop. On PowerShell Core this parameter is ignored. See `Get-Help Get-ChildItem -Parameter UseTransaction`.</maml:para> </maml:description> <dev:type> <maml:name>SwitchParameter</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>False</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none"> <maml:name>Attributes</maml:name> <maml:description> <maml:para>See `Get-Help Get-ChildItem -Parameter Attributes`.</maml:para> </maml:description> <command:parameterValue required="true" variableLength="false">System.Management.Automation.FlagsExpression`1[System.IO.FileAttributes]</command:parameterValue> <dev:type> <maml:name>System.Management.Automation.FlagsExpression`1[System.IO.FileAttributes]</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none"> <maml:name>Depth</maml:name> <maml:description> <maml:para>See `Get-Help Get-ChildItem -Parameter Depth`.</maml:para> </maml:description> <command:parameterValue required="true" variableLength="false">UInt32</command:parameterValue> <dev:type> <maml:name>UInt32</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="ad, d"> <maml:name>Directory</maml:name> <maml:description> <maml:para>See `Get-Help Get-ChildItem -Parameter Directory`.</maml:para> </maml:description> <command:parameterValue required="false" variableLength="false">SwitchParameter</command:parameterValue> <dev:type> <maml:name>SwitchParameter</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>False</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none"> <maml:name>Exclude</maml:name> <maml:description> <maml:para>See `Get-Help Get-ChildItem -Parameter Exclude`.</maml:para> </maml:description> <command:parameterValue required="true" variableLength="false">String[]</command:parameterValue> <dev:type> <maml:name>String[]</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="af"> <maml:name>File</maml:name> <maml:description> <maml:para>See `Get-Help Get-ChildItem -Parameter File`.</maml:para> </maml:description> <command:parameterValue required="false" variableLength="false">SwitchParameter</command:parameterValue> <dev:type> <maml:name>SwitchParameter</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>False</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="1" aliases="none"> <maml:name>Filter</maml:name> <maml:description> <maml:para>See `Get-Help Get-ChildItem -Parameter Filter`.</maml:para> </maml:description> <command:parameterValue required="true" variableLength="false">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none"> <maml:name>FollowSymlink</maml:name> <maml:description> <maml:para>Only supported on PowerShell Core. On PowerShell Desktop this parameter is ignored. See `Get-Help Get-ChildItem -Parameter FollowSymlink`.</maml:para> </maml:description> <command:parameterValue required="false" variableLength="false">SwitchParameter</command:parameterValue> <dev:type> <maml:name>SwitchParameter</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>False</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none"> <maml:name>Force</maml:name> <maml:description> <maml:para>See `Get-Help Get-ChildItem -Parameter Force`.</maml:para> </maml:description> <command:parameterValue required="false" variableLength="false">SwitchParameter</command:parameterValue> <dev:type> <maml:name>SwitchParameter</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>False</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="ah, h"> <maml:name>Hidden</maml:name> <maml:description> <maml:para>See `Get-Help Get-ChildItem -Parameter Hidden`.</maml:para> </maml:description> <command:parameterValue required="false" variableLength="false">SwitchParameter</command:parameterValue> <dev:type> <maml:name>SwitchParameter</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>False</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none"> <maml:name>Include</maml:name> <maml:description> <maml:para>See `Get-Help Get-ChildItem -Parameter Include`.</maml:para> </maml:description> <command:parameterValue required="true" variableLength="false">String[]</command:parameterValue> <dev:type> <maml:name>String[]</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName)" position="named" aliases="PSPath"> <maml:name>LiteralPath</maml:name> <maml:description> <maml:para>See `Get-Help Get-ChildItem -Parameter LiteralPath`.</maml:para> </maml:description> <command:parameterValue required="true" variableLength="false">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName, ByValue)" position="0" aliases="none"> <maml:name>Path</maml:name> <maml:description> <maml:para>See `Get-Help Get-ChildItem -Parameter Path`.</maml:para> </maml:description> <command:parameterValue required="true" variableLength="false">String[]</command:parameterValue> <dev:type> <maml:name>String[]</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="ar"> <maml:name>ReadOnly</maml:name> <maml:description> <maml:para>See `Get-Help Get-ChildItem -Parameter ReadOnly`.</maml:para> </maml:description> <command:parameterValue required="false" variableLength="false">SwitchParameter</command:parameterValue> <dev:type> <maml:name>SwitchParameter</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>False</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="s"> <maml:name>Recurse</maml:name> <maml:description> <maml:para>See `Get-Help Get-ChildItem -Parameter Recurse`.</maml:para> </maml:description> <command:parameterValue required="false" variableLength="false">SwitchParameter</command:parameterValue> <dev:type> <maml:name>SwitchParameter</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>False</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="as"> <maml:name>System</maml:name> <maml:description> <maml:para>See `Get-Help Get-ChildItem -Parameter System`.</maml:para> </maml:description> <command:parameterValue required="false" variableLength="false">SwitchParameter</command:parameterValue> <dev:type> <maml:name>SwitchParameter</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>False</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none"> <maml:name>GroupBy</maml:name> <maml:description> <maml:para>Override default grouping passed to `Show-Columns` cmdlet. For complete documentation see `Get-Help Show-Columns -Parameter GroupBy`.</maml:para> </maml:description> <command:parameterValue required="true" variableLength="false">Object</command:parameterValue> <dev:type> <maml:name>Object</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none"> <maml:name>GroupHeaderStyle</maml:name> <maml:description> <maml:para>Override default group header style passed to `Show-Columns` cmdlet. For complete documentation see `Get-Help Show-Columns -Parameter GroupHeaderStyle`.</maml:para> </maml:description> <command:parameterValue required="true" variableLength="false">Object</command:parameterValue> <dev:type> <maml:name>Object</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none"> <maml:name>ItemStyle</maml:name> <maml:description> <maml:para>Override default item style passed to `Show-Columns` cmdlet. For complete documentation see `Get-Help Show-Columns -Parameter ItemStyle`.</maml:para> </maml:description> <command:parameterValue required="true" variableLength="false">Object</command:parameterValue> <dev:type> <maml:name>Object</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none"> <maml:name>Property</maml:name> <maml:description> <maml:para>Override default property passed to `Show-Columns` cmdlet. For complete documentation see `Get-Help Show-Columns -Parameter Property`.</maml:para> </maml:description> <command:parameterValue required="true" variableLength="false">Object</command:parameterValue> <dev:type> <maml:name>Object</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none"> <maml:name>UseTransaction</maml:name> <maml:description> <maml:para>Only supported on PowerShell Desktop. On PowerShell Core this parameter is ignored. See `Get-Help Get-ChildItem -Parameter UseTransaction`.</maml:para> </maml:description> <command:parameterValue required="false" variableLength="false">SwitchParameter</command:parameterValue> <dev:type> <maml:name>SwitchParameter</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>False</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes> <command:inputType> <dev:type> <maml:name>System.String</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:inputType> <command:inputType> <dev:type> <maml:name>System.String[]</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:inputType> </command:inputTypes> <command:returnValues> <command:returnValue> <dev:type> <maml:name>System.Object</maml:name> </dev:type> <maml:description> <maml:para>This cmdlet returns no output.</maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>PS C:\Example> ls file01.txt file03.txt file05.txt file07.txt file09.txt file11.txt file13.txt file15.txt file17.txt file19.txt file02.txt file04.txt file06.txt file08.txt file10.txt file12.txt file14.txt file16.txt file18.txt file20.txt</dev:code> <dev:remarks> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>PS C:\Example> ls -Recurse C:\Example subdir1/ subdir2/ file20.md C:\Example\subdir1 file01.txt file02.txt file03.md file04.md file05.md file06.txt file07.txt file08.md file09.txt C:\Example\subdir2 file10.md file11.md file12.txt file13.txt file14.txt file15.md file16.txt file17.md file18.md file19.md</dev:code> <dev:remarks> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> <maml:navigationLink> <maml:linkText>Online Version:</maml:linkText> <maml:uri>https://github.com/lpatalas/ShowColumns/blob/master/docs/Show-ChildItemColumns.md</maml:uri> </maml:navigationLink> </command:relatedLinks> </command:command> </helpItems> |