PSEverything.dll-Help.xml

<?xml version="1.0" encoding="utf-8" ?>
<helpItems xmlns="http://msh" schema="maml">
    <!-- Edited with: SAPIEN PowerShell HelpWriter 2015 v1.0.10-->
    <!-- Generated by: SAPIEN PowerShell HelpWriter 2015 v1.0.10-->
    <!-- All Commands-->
    <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">
        <!-- Command-->
        <command:details>
            <command:name>Search-Everything</command:name>
            <maml:description>
                <maml:para>Fast searching for files and folders in all NTFS drives.</maml:para>
            </maml:description>
            <maml:copyright>
                <maml:para/>
            </maml:copyright>
            <command:verb>Search</command:verb>
            <command:noun>Everything</command:noun>
            <dev:version/>
        </command:details>
        <maml:description>
            <maml:para>Search-Everyting Uses the Everything search engine from voidtools to perform near instant system wide searches of NTFS f
ile systems.
 
By default, Search-Everything limits the results to items below the current directory. Use the -Global switch to perform system wide searches.</maml:para>
        </maml:description>
        <command:syntax>
            <!-- Parameter Sets-->
            <command:syntaxItem>
                <maml:name>Search-Everything</maml:name>
                <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="1">
                    <maml:name>Include</maml:name>
                    <maml:description>
                        <maml:para>Specifies the filter for for filenames to include</maml:para>
                    </maml:description>
                    <command:parameterValue required="false" variableLength="false">String[]</command:parameterValue>
                </command:parameter>
                <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
                    <maml:name>Filter</maml:name>
                    <maml:description>
                        <maml:para>Search filter in native &#39;Everything&#39; syntax.
See http://www.voidtools.com/support/everything/searching/ for more info.
Passed as-is to the search engine.
 
The search language that can be used is as follows:
 
Operators:
    space AND
    | OR
    ! NOT
    &lt; &gt; Grouping
    &quot; &quot; Search for an exact phrase.
 
Wildcards:
    * Matches zero or more characters.
    ? Matches one character.
    *.* Same as *
 
Macros:
    quot: Literal double quote (&quot;)
    apos: Literal apostrophe (&#39;)
    amp: Literal ampersand (&amp;)
    lt: Literal less than (&lt;)
    gt: Literal greater than (&gt;)
    #x: Literal unicode character x code.
 
Modifiers:
    ascii: Enable fast ASCII case comparisons.
    case: Match case.
    diacritics: Match diacritical marks.
    file: Match files only.
    folder: Match folders only.
    noascii: Disable fast ASCII case comparisons.
    nocase: Do not match case.
    nodiacritics: Do not match diacritical marks.
    nofileonly: Do not allow files only.
    nofolderonly: Do not allow folders only.
    nopath: Do not match path.
    noregex: Disable regex.
    nowfn: Do not match the whole filename.
    nowholefilename: Do not match the whole filename.
    nowholeword: Do not match whole words only.
    nowildcards: Disable wildcards.
    noww: Do not match whole words only.
    path: Match path and file name.
    regex: Enable regex.
    utf8: Disable fast ASCII case comparisons.
    wfn: Match the whole filename.
    wholefilename: Match the whole filename.
    wholeword: Match whole words only.
    wildcards: Enable wildcards.
    ww: Match whole words only.
 
Functions:
    attrib:&lt;attributes&gt; Search for files and folders with the specified file attributes.
    attributes:&lt;attributes&gt; Search for files and folders with the specified file attributes.
    child:&lt;filename&gt; Search for folders that contain a child with a matching filename.
    dateaccessed:&lt;date&gt; Search for files and folders with the specified date accessed.
    datecreated:&lt;date&gt; Search for files and folders with the specified date created.
    datemodified:&lt;date&gt; Search for files and folders with the specified date modified.
    daterun:&lt;date&gt; Search for files and folders with the specified date run.
    da:&lt;date&gt; Search for files and folders with the specified date accessed.
    dc:&lt;date&gt; Search for files and folders with the specified date created.
    dm:&lt;date&gt; Search for files and folders with the specified date modified.
    dr:&lt;date&gt; Search for files and folders with the specified date run.
    dupe: Search for duplicated filenames.
    empty: Search for empty folders.
    ext:&lt;list&gt; Search for files with a matching extension in the specified semi-colon delimited extension list.
    fsi:&lt;index&gt; Search for files and folders in the specified zero based internal file system index.
    len:&lt;length&gt; Search for files and folders that match the specified filename length.
    parents:&lt;count&gt; Search for files and folders with the specified number of parent folders.
    rc:&lt;date&gt; Search for files and folders with the specified recently changed date.
    recentchange:&lt;date&gt; Search for files and folders with the specified recently changed date.
    root: Search for files and folders with no parent folders.
    runcount:&lt;count&gt; Search for files and folders with the specified run count.
    size:&lt;size&gt; Search for files with the specified size in bytes.
    type:&lt;type&gt; Search for files and folders with the specified type.
 
Function Syntax:
    function:value Equal to value.
    function:&lt;=value Less than or equal to value.
    function:&lt;value Less than value.
    function:=value Equal to value.
    function:&gt;value Greater than value.
    function:&gt;=value Greater than or equal to value.
    function:start..end Is in the range of values from start to end.
    function:start-end Is in the range of values from start to end.
 
Size Syntax:
    size[kb|mb|gb]
 
Size Constants:
    empty
    tiny 0 KB &lt; size &lt;= 10 KB
    small 10 KB &lt; size &lt;= 100 KB
    medium 100 KB &lt; size &lt;= 1 MB
    large 1 MB &lt; size &lt;= 16 MB
    huge 16 MB &lt; size &lt;= 128 MB
    gigantic size &gt; 128 MB
    unknown
 
Date Syntax:
    year
    month/year or year/month depending on locale settings
    day/month/year, month/day/year or year/month/day depending on locale settings
 
Date Constants:
    today
    yesterday
    tomorrow
    &lt;last|past|prev|current|this|coming|next&gt;&lt;year|month|week&gt;
    &lt;last|past|prev|coming|next&gt;&lt;x&gt;&lt;years|months|weeks|hours|minutes|mins|seconds|secs&gt;
    january|february|march|april|may|june|july|august|september|october|november|december
    jan|feb|mar|apr|may|jun|jul|aug|sep|oct|nov|dec
    sunday|monday|tuesday|wednesday|thursday|friday|saturday
    sun|mon|tue|wed|thu|fri|sat
    unknown
 
Attribute Constants:
    A Archive
    C Compressed
    D Directory
    E Encrypted
    H Hidden
    I Not content indexed
    L Reparse point
    N Normal
    O Offline
    P Sparse file
    R Read only
    S System
    T Temporary
    V Device</maml:para>
                    </maml:description>
                    <command:parameterValue required="false" variableLength="false">String</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
                    <maml:name>Exclude</maml:name>
                    <maml:description>
                        <maml:para>Specifies the filter for for filenames to exclude</maml:para>
                    </maml:description>
                    <command:parameterValue required="false" variableLength="false">String[]</command:parameterValue>
                </command:parameter>
                <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
                    <maml:name>Extension</maml:name>
                    <maml:description>
                        <maml:para>Search for files with extensions matching the specified values</maml:para>
                    </maml:description>
                    <command:parameterValue required="false" variableLength="false">String[]</command:parameterValue>
                </command:parameter>
                <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases="pi">
                    <maml:name>PathInclude</maml:name>
                    <maml:description>
                        <maml:para>Specifies the filter for for paths to include</maml:para>
                    </maml:description>
                    <command:parameterValue required="false" variableLength="false">String[]</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases="pe">
                    <maml:name>PathExclude</maml:name>
                    <maml:description>
                        <maml:para>Specifies the filter for for paths to exclude</maml:para>
                    </maml:description>
                    <command:parameterValue required="false" variableLength="false">String[]</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases="fi">
                    <maml:name>FolderInclude</maml:name>
                    <maml:description>
                        <maml:para>Specifies the filter for for folders to include</maml:para>
                    </maml:description>
                    <command:parameterValue required="false" variableLength="false">String[]</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases="fe">
                    <maml:name>FolderExclude</maml:name>
                    <maml:description>
                        <maml:para>Specifies the filter for for folders to exclude</maml:para>
                    </maml:description>
                    <command:parameterValue required="false" variableLength="false">String[]</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
                    <maml:name>ParentCount</maml:name>
                    <maml:description>
                        <maml:para>Search for files and folders with the specified number of parent folders.</maml:para>
                    </maml:description>
                    <command:parameterValue required="false" variableLength="false">Int32</command:parameterValue>
                </command:parameter>
                <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
                    <maml:name>ChildFileName</maml:name>
                    <maml:description>
                        <maml:para>Search for folders that contain a child with a matching filename.</maml:para>
                    </maml:description>
                    <command:parameterValue required="false" variableLength="false">String</command:parameterValue>
                </command:parameter>
                <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
                    <maml:name>NameLength</maml:name>
                    <maml:description>
                        <maml:para>Search for files and folders that match the specified filename length.
 
-NameLength 4 searches for files whose filename length is exactly 4.
-NameLength 5,10 searches for files with filename length is between 5 and 10, inclusive</maml:para>
                    </maml:description>
                    <command:parameterValue required="false" variableLength="false">Int32[]</command:parameterValue>
                </command:parameter>
                <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
                    <maml:name>Size</maml:name>
                    <maml:description>
                        <maml:para>Search for files with the specified size in bytes.
 
-Size 1034 searches for files exactly 1034 bytes
-Size 10,2Mb searches for files with sizes between 10 and 2097152 bytes</maml:para>
                    </maml:description>
                    <command:parameterValue required="false" variableLength="false">Int64[]</command:parameterValue>
                </command:parameter>
                <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
                    <maml:name>CaseSensitive</maml:name>
                    <maml:description>
                        <maml:para>Specifies that the filters are case sensitive</maml:para>
                    </maml:description>
                    <command:parameterValue required="false" variableLength="false">SwitchParameter</command:parameterValue>
                </command:parameter>
                <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases="">
                    <maml:name>Global</maml:name>
                    <maml:description>
                        <maml:para>Performs a global search, not limited by the current directory.
                        </maml:para>
                    </maml:description>
                    <command:parameterValue required="false" variableLength="false">SwitchParameter</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
                    <maml:name>MatchWholeWord</maml:name>
                    <maml:description>
                        <maml:para>Match whole words</maml:para>
                    </maml:description>
                    <command:parameterValue required="false" variableLength="false">SwitchParameter</command:parameterValue>
                </command:parameter>
                <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
                    <maml:name>IncludeTotalCount</maml:name>
                    <maml:description>
                        <maml:para>Reports the number of objects in the data set (an integer)
followed by the results.</maml:para>
                    </maml:description>
                    <command:parameterValue required="false" variableLength="false">SwitchParameter</command:parameterValue>
                </command:parameter>
                <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
                    <maml:name>Skip</maml:name>
                    <maml:description>
                        <maml:para>skips the first &#39;n&#39; results.</maml:para>
                    </maml:description>
                    <command:parameterValue required="false" variableLength="false">UInt64</command:parameterValue>
                </command:parameter>
                <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
                    <maml:name>First</maml:name>
                    <maml:description>
                        <maml:para>Gets only the first &#39;n&#39; results.</maml:para>
                    </maml:description>
                    <command:parameterValue required="false" variableLength="false">UInt64</command:parameterValue>
                </command:parameter>
            </command:syntaxItem>
            <command:syntaxItem>
                <maml:name>Search-Everything</maml:name>
                <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
                    <maml:name>RegularExpression</maml:name>
                    <maml:description>
                        <maml:para>Indicates that the filter patterns should be interpreted as regular expressions.
 
Regex Syntax:
 
a|b Matches a or b
gr(a|e)y Matches gray or grey
. Matches any single character
[abc] Matches a single character a, b or c
[^abc] Matches any single character except a, b or c
[a-z] Matches a single charactor in the range a to z
[a-zA-Z] Matches a single charactor in the range a to z or A to Z
^ Matches the start of the filename
$ Matches the end of the filename
* Matches the preceding element zero or more times
? Matches the preceding element zero or one times
+ Matches the preceding element one or more times
{x} Matches the preceding element x times
{x,} Matches the preceding element x or more times
{x,y} Matches the preceding element between x and y times</maml:para>
                    </maml:description>
                    <command:parameterValue required="false" variableLength="false">String</command:parameterValue>
                </command:parameter>
                <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
                    <maml:name>CaseSensitive</maml:name>
                    <maml:description>
                        <maml:para>Specifies that the filters are case sensitive</maml:para>
                    </maml:description>
                    <command:parameterValue required="false" variableLength="false">SwitchParameter</command:parameterValue>
                </command:parameter>
                <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases="">
                    <maml:name>Global</maml:name>
                    <maml:description>
                        <maml:para>Performs a global search, not limited by the current directory.
                        </maml:para>
                    </maml:description>
                    <command:parameterValue required="false" variableLength="false">SwitchParameter</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
                    <maml:name>IncludeTotalCount</maml:name>
                    <maml:description>
                        <maml:para>Reports the number of objects in the data set (an integer)
followed by the results.</maml:para>
                    </maml:description>
                    <command:parameterValue required="false" variableLength="false">SwitchParameter</command:parameterValue>
                </command:parameter>
                <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
                    <maml:name>Skip</maml:name>
                    <maml:description>
                        <maml:para>skips the first &#39;n&#39; results.</maml:para>
                    </maml:description>
                    <command:parameterValue required="false" variableLength="false">UInt64</command:parameterValue>
                </command:parameter>
                <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
                    <maml:name>First</maml:name>
                    <maml:description>
                        <maml:para>Gets only the first &#39;n&#39; results.</maml:para>
                    </maml:description>
                    <command:parameterValue required="false" variableLength="false">UInt64</command:parameterValue>
                </command:parameter>
            </command:syntaxItem>
        </command:syntax>
        <command:parameters>
            <!-- All Parameters-->
            <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases="">
                <maml:name>Filter</maml:name>
                <maml:description>
                    <maml:para>Search filter in native &#39;Everything&#39; syntax.
 
Passed as-is to the search engine.
 
The search language that can be used is as follows:
 
Operators:
    space AND
    | OR
    ! NOT
    &lt; &gt; Grouping
    &quot; &quot; Search for an exact phrase.
 
Wildcards:
    * Matches zero or more characters.
    ? Matches one character.
    *.* Same as *
 
Macros:
    quot: Literal double quote (&quot;)
    apos: Literal apostrophe (&#39;)
    amp: Literal ampersand (&amp;)
    lt: Literal less than (&lt;)
    gt: Literal greater than (&gt;)
    #x: Literal unicode character x code.
 
Modifiers:
    ascii: Enable fast ASCII case comparisons.
    case: Match case.
    diacritics: Match diacritical marks.
    file: Match files only.
    folder: Match folders only.
    noascii: Disable fast ASCII case comparisons.
    nocase: Do not match case.
    nodiacritics: Do not match diacritical marks.
    nofileonly: Do not allow files only.
    nofolderonly: Do not allow folders only.
    nopath: Do not match path.
    noregex: Disable regex.
    nowfn: Do not match the whole filename.
    nowholefilename: Do not match the whole filename.
    nowholeword: Do not match whole words only.
    nowildcards: Disable wildcards.
    noww: Do not match whole words only.
    path: Match path and file name.
    regex: Enable regex.
    utf8: Disable fast ASCII case comparisons.
    wfn: Match the whole filename.
    wholefilename: Match the whole filename.
    wholeword: Match whole words only.
    wildcards: Enable wildcards.
    ww: Match whole words only.
 
Functions:
    attrib:&lt;attributes&gt; Search for files and folders with the specified file attributes.
    attributes:&lt;attributes&gt; Search for files and folders with the specified file attributes.
    child:&lt;filename&gt; Search for folders that contain a child with a matching filename.
    dateaccessed:&lt;date&gt; Search for files and folders with the specified date accessed.
    datecreated:&lt;date&gt; Search for files and folders with the specified date created.
    datemodified:&lt;date&gt; Search for files and folders with the specified date modified.
    daterun:&lt;date&gt; Search for files and folders with the specified date run.
    da:&lt;date&gt; Search for files and folders with the specified date accessed.
    dc:&lt;date&gt; Search for files and folders with the specified date created.
    dm:&lt;date&gt; Search for files and folders with the specified date modified.
    dr:&lt;date&gt; Search for files and folders with the specified date run.
    dupe: Search for duplicated filenames.
    empty: Search for empty folders.
    ext:&lt;list&gt; Search for files with a matching extension in the specified semi-colon delimited extension list.
    fsi:&lt;index&gt; Search for files and folders in the specified zero based internal file system index.
    len:&lt;length&gt; Search for files and folders that match the specified filename length.
    parents:&lt;count&gt; Search for files and folders with the specified number of parent folders.
    rc:&lt;date&gt; Search for files and folders with the specified recently changed date.
    recentchange:&lt;date&gt; Search for files and folders with the specified recently changed date.
    root: Search for files and folders with no parent folders.
    runcount:&lt;count&gt; Search for files and folders with the specified run count.
    size:&lt;size&gt; Search for files with the specified size in bytes.
    type:&lt;type&gt; Search for files and folders with the specified type.
 
Function Syntax:
    function:value Equal to value.
    function:&lt;=value Less than or equal to value.
    function:&lt;value Less than value.
    function:=value Equal to value.
    function:&gt;value Greater than value.
    function:&gt;=value Greater than or equal to value.
    function:start..end Is in the range of values from start to end.
    function:start-end Is in the range of values from start to end.
 
Size Syntax:
    size[kb|mb|gb]
 
Size Constants:
    empty
    tiny 0 KB &lt; size &lt;= 10 KB
    small 10 KB &lt; size &lt;= 100 KB
    medium 100 KB &lt; size &lt;= 1 MB
    large 1 MB &lt; size &lt;= 16 MB
    huge 16 MB &lt; size &lt;= 128 MB
    gigantic size &gt; 128 MB
    unknown
 
Date Syntax:
    year
    month/year or year/month depending on locale settings
    day/month/year, month/day/year or year/month/day depending on locale settings
 
Date Constants:
    today
    yesterday
    tomorrow
    &lt;last|past|prev|current|this|coming|next&gt;&lt;year|month|week&gt;
    &lt;last|past|prev|coming|next&gt;&lt;x&gt;&lt;years|months|weeks|hours|minutes|mins|seconds|secs&gt;
    january|february|march|april|may|june|july|august|september|october|november|december
    jan|feb|mar|apr|may|jun|jul|aug|sep|oct|nov|dec
    sunday|monday|tuesday|wednesday|thursday|friday|saturday
    sun|mon|tue|wed|thu|fri|sat
    unknown
 
Attribute Constants:
    A Archive
    C Compressed
    D Directory
    E Encrypted
    H Hidden
    I Not content indexed
    L Reparse point
    N Normal
    O Offline
    P Sparse file
    R Read only
    S System
    T Temporary
    V Device</maml:para>
                </maml:description>
                <command:parameterValue required="false" variableLength="false">String</command:parameterValue>
                <dev:type>
                    <maml:name>String</maml:name>
                    <maml:uri/>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="1">
                <maml:name>Include</maml:name>
                <maml:description>
                    <maml:para>Specifies the filter for for filenames to include</maml:para>
                </maml:description>
                <command:parameterValue required="false" variableLength="false">String[]</command:parameterValue>
                <dev:type>
                    <maml:name>String[]</maml:name>
                    <maml:uri/>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
                <maml:name>Exclude</maml:name>
                <maml:description>
                    <maml:para>Specifies the filter for for filenames to exclude</maml:para>
                </maml:description>
                <command:parameterValue required="false" variableLength="false">String[]</command:parameterValue>
                <dev:type>
                    <maml:name>String[]</maml:name>
                    <maml:uri/>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
                <maml:name>Extension</maml:name>
                <maml:description>
                    <maml:para>Search for files with extensions matching the specified values</maml:para>
                </maml:description>
                <command:parameterValue required="false" variableLength="false">String[]</command:parameterValue>
                <dev:type>
                    <maml:name>String[]</maml:name>
                    <maml:uri/>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases="pi">
                <maml:name>PathInclude</maml:name>
                <maml:description>
                    <maml:para>Specifies the filter for for paths to include</maml:para>
                </maml:description>
                <command:parameterValue required="false" variableLength="false">String[]</command:parameterValue>
                <dev:type>
                    <maml:name>String[]</maml:name>
                    <maml:uri/>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases="pe">
                <maml:name>PathExclude</maml:name>
                <maml:description>
                    <maml:para>Specifies the filter for for paths to exclude</maml:para>
                </maml:description>
                <command:parameterValue required="false" variableLength="false">String[]</command:parameterValue>
                <dev:type>
                    <maml:name>String[]</maml:name>
                    <maml:uri/>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases="fi">
                <maml:name>FolderInclude</maml:name>
                <maml:description>
                    <maml:para>Specifies the filter for for folders to include</maml:para>
                </maml:description>
                <command:parameterValue required="false" variableLength="false">String[]</command:parameterValue>
                <dev:type>
                    <maml:name>String[]</maml:name>
                    <maml:uri/>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases="fe">
                <maml:name>FolderExclude</maml:name>
                <maml:description>
                    <maml:para>Specifies the filter for for folders to exclude</maml:para>
                </maml:description>
                <command:parameterValue required="false" variableLength="false">String[]</command:parameterValue>
                <dev:type>
                    <maml:name>String[]</maml:name>
                    <maml:uri/>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
                <maml:name>ParentCount</maml:name>
                <maml:description>
                    <maml:para>Search for files and folders with the specified number of parent folders.</maml:para>
                </maml:description>
                <command:parameterValue required="false" variableLength="false">Int32</command:parameterValue>
                <dev:type>
                    <maml:name>Int32</maml:name>
                    <maml:uri/>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
                <maml:name>ChildFileName</maml:name>
                <maml:description>
                    <maml:para>Search for folders that contain a child with a matching filename.</maml:para>
                </maml:description>
                <command:parameterValue required="false" variableLength="false">String</command:parameterValue>
                <dev:type>
                    <maml:name>String</maml:name>
                    <maml:uri/>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
                <maml:name>NameLength</maml:name>
                <maml:description>
                    <maml:para>Search for files and folders that match the specified filename length.
 
-NameLength 4 searches for files whose filename length is exactly 4.
-NameLength 5,10 searches for files with filename length is between 5 and 10, inclusive</maml:para>
                </maml:description>
                <command:parameterValue required="false" variableLength="false">Int32[]</command:parameterValue>
                <dev:type>
                    <maml:name>Int32[]</maml:name>
                    <maml:uri/>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
                <maml:name>Size</maml:name>
                <maml:description>
                    <maml:para>Search for files with the specified size in bytes.
 
-Size 1034 searches for files exactly 1034 bytes
-Size 10,2Mb searches for files with sizes between 10 and 2097152 bytes</maml:para>
                </maml:description>
                <command:parameterValue required="false" variableLength="false">Int64[]</command:parameterValue>
                <dev:type>
                    <maml:name>Int64[]</maml:name>
                    <maml:uri/>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
                <maml:name>CaseSensitive</maml:name>
                <maml:description>
                    <maml:para>Specifies that the filters are case sensitive</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/>
            </command:parameter>
            <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases="">
                <maml:name>Global</maml:name>
                <maml:description>
                    <maml:para>Performs a global search, not limited by the current 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/>
            </command:parameter>
            <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
                <maml:name>MatchWholeWord</maml:name>
                <maml:description>
                    <maml:para>Match whole words</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/>
            </command:parameter>
            <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
                <maml:name>IncludeTotalCount</maml:name>
                <maml:description>
                    <maml:para>Reports the number of objects in the data set (an integer)
followed by the results.</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/>
            </command:parameter>
            <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
                <maml:name>Skip</maml:name>
                <maml:description>
                    <maml:para>skips the first &#39;n&#39; results.</maml:para>
                </maml:description>
                <command:parameterValue required="false" variableLength="false">UInt64</command:parameterValue>
                <dev:type>
                    <maml:name>UInt64</maml:name>
                    <maml:uri/>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
                <maml:name>First</maml:name>
                <maml:description>
                    <maml:para>Gets only the first &#39;n&#39; results.</maml:para>
                </maml:description>
                <command:parameterValue required="false" variableLength="false">UInt64</command:parameterValue>
                <dev:type>
                    <maml:name>UInt64</maml:name>
                    <maml:uri/>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
                <maml:name>RegularExpression</maml:name>
                <maml:description>
                    <maml:para>Indicates that the filter patterns should be interpreted as regular expressions.
 
Regex Syntax:
 
a|b Matches a or b
gr(a|e)y Matches gray or grey
. Matches any single character
[abc] Matches a single character a, b or c
[^abc] Matches any single character except a, b or c
[a-z] Matches a single charactor in the range a to z
[a-zA-Z] Matches a single charactor in the range a to z or A to Z
^ Matches the start of the filename
$ Matches the end of the filename
* Matches the preceding element zero or more times
? Matches the preceding element zero or one times
+ Matches the preceding element one or more times
{x} Matches the preceding element x times
{x,} Matches the preceding element x or more times
{x,y} Matches the preceding element between x and y times</maml:para>
                </maml:description>
                <command:parameterValue required="false" variableLength="false">String</command:parameterValue>
                <dev:type>
                    <maml:name>String</maml:name>
                    <maml:uri/>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
        </command:parameters>
        <command:returnValues>
            <!-- Outputs-->
            <command:returnValue>
                <dev:type>
                    <maml:name>System.String</maml:name>
                    <maml:uri/>
                </dev:type>
                <maml:description>
                    <maml:para/>
                </maml:description>
            </command:returnValue>
        </command:returnValues>
        <command:examples>
            <!-- Examples-->
            <command:example>
                <maml:title>-------------------------- EXAMPLE 1 --------------------------</maml:title>
                <maml:introduction>
                    <maml:para>PS C:\&gt;</maml:para>
                </maml:introduction>
                <dev:code>Search-Everything -Include ATL -Extension natvis</dev:code>
                <dev:remarks>
                    <maml:para>Find all files with extension .natvis that contains the pattern ATL in the filename.</maml:para>
                </dev:remarks>
            </command:example>
            <command:example>
                <maml:title>-------------------------- EXAMPLE 2 --------------------------</maml:title>
                <maml:introduction>
                    <maml:para>PS C:\&gt;</maml:para>
                </maml:introduction>
                <dev:code>Search-Everything -FolderExclude Generated -include award -extension cpp</dev:code>
                <dev:remarks>
                    <maml:para>Find all files where the name includes award and the extension is cpp that does not have a folder matching Generated in
it&apos;s path.</maml:para>
                </dev:remarks>
            </command:example>
            <command:example>
                <maml:title>-------------------------- EXAMPLE 3 --------------------------</maml:title>
                <maml:introduction>
                    <maml:para>PS C:\&gt;</maml:para>
                </maml:introduction>
                <dev:code>Search-Everything -regularexpression a.*data</dev:code>
                <dev:remarks>
                    <maml:para>Search for files where the path matches the regular expression a.*data</maml:para>
                </dev:remarks>
            </command:example>
        </command:examples>
        <maml:relatedLinks>
            <!-- Links-->
            <maml:navigationLink>
                <maml:linkText>VoidTools:</maml:linkText>
                <maml:uri>http://www.voidtools.com</maml:uri>
            </maml:navigationLink>
            <maml:navigationLink>
                <maml:linkText>Source:</maml:linkText>
                <maml:uri>https://github.com/powercode/PSEverything</maml:uri>
            </maml:navigationLink>
        </maml:relatedLinks>
    </command:command>
    <!-- Generated by: SAPIEN PowerShell HelpWriter 2015 v1.0.10-->
</helpItems>