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 'Everything' 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 < > Grouping " " Search for an exact phrase. Wildcards: * Matches zero or more characters. ? Matches one character. *.* Same as * Macros: quot: Literal double quote (") apos: Literal apostrophe (') amp: Literal ampersand (&) lt: Literal less than (<) gt: Literal greater than (>) #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:<attributes> Search for files and folders with the specified file attributes. attributes:<attributes> Search for files and folders with the specified file attributes. child:<filename> Search for folders that contain a child with a matching filename. dateaccessed:<date> Search for files and folders with the specified date accessed. datecreated:<date> Search for files and folders with the specified date created. datemodified:<date> Search for files and folders with the specified date modified. daterun:<date> Search for files and folders with the specified date run. da:<date> Search for files and folders with the specified date accessed. dc:<date> Search for files and folders with the specified date created. dm:<date> Search for files and folders with the specified date modified. dr:<date> Search for files and folders with the specified date run. dupe: Search for duplicated filenames. empty: Search for empty folders. ext:<list> Search for files with a matching extension in the specified semi-colon delimited extension list. fsi:<index> Search for files and folders in the specified zero based internal file system index. len:<length> Search for files and folders that match the specified filename length. parents:<count> Search for files and folders with the specified number of parent folders. rc:<date> Search for files and folders with the specified recently changed date. recentchange:<date> Search for files and folders with the specified recently changed date. root: Search for files and folders with no parent folders. runcount:<count> Search for files and folders with the specified run count. size:<size> Search for files with the specified size in bytes. type:<type> Search for files and folders with the specified type. Function Syntax: function:value Equal to value. function:<=value Less than or equal to value. function:<value Less than value. function:=value Equal to value. function:>value Greater than value. function:>=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 < size <= 10 KB small 10 KB < size <= 100 KB medium 100 KB < size <= 1 MB large 1 MB < size <= 16 MB huge 16 MB < size <= 128 MB gigantic size > 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 <last|past|prev|current|this|coming|next><year|month|week> <last|past|prev|coming|next><x><years|months|weeks|hours|minutes|mins|seconds|secs> 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 'n' 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 'n' 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 'n' 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 'n' 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 'Everything' syntax. Passed as-is to the search engine. The search language that can be used is as follows: Operators: space AND | OR ! NOT < > Grouping " " Search for an exact phrase. Wildcards: * Matches zero or more characters. ? Matches one character. *.* Same as * Macros: quot: Literal double quote (") apos: Literal apostrophe (') amp: Literal ampersand (&) lt: Literal less than (<) gt: Literal greater than (>) #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:<attributes> Search for files and folders with the specified file attributes. attributes:<attributes> Search for files and folders with the specified file attributes. child:<filename> Search for folders that contain a child with a matching filename. dateaccessed:<date> Search for files and folders with the specified date accessed. datecreated:<date> Search for files and folders with the specified date created. datemodified:<date> Search for files and folders with the specified date modified. daterun:<date> Search for files and folders with the specified date run. da:<date> Search for files and folders with the specified date accessed. dc:<date> Search for files and folders with the specified date created. dm:<date> Search for files and folders with the specified date modified. dr:<date> Search for files and folders with the specified date run. dupe: Search for duplicated filenames. empty: Search for empty folders. ext:<list> Search for files with a matching extension in the specified semi-colon delimited extension list. fsi:<index> Search for files and folders in the specified zero based internal file system index. len:<length> Search for files and folders that match the specified filename length. parents:<count> Search for files and folders with the specified number of parent folders. rc:<date> Search for files and folders with the specified recently changed date. recentchange:<date> Search for files and folders with the specified recently changed date. root: Search for files and folders with no parent folders. runcount:<count> Search for files and folders with the specified run count. size:<size> Search for files with the specified size in bytes. type:<type> Search for files and folders with the specified type. Function Syntax: function:value Equal to value. function:<=value Less than or equal to value. function:<value Less than value. function:=value Equal to value. function:>value Greater than value. function:>=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 < size <= 10 KB small 10 KB < size <= 100 KB medium 100 KB < size <= 1 MB large 1 MB < size <= 16 MB huge 16 MB < size <= 128 MB gigantic size > 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 <last|past|prev|current|this|coming|next><year|month|week> <last|past|prev|coming|next><x><years|months|weeks|hours|minutes|mins|seconds|secs> 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 'n' 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 'n' 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:\></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:\></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's path.</maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- EXAMPLE 3 --------------------------</maml:title> <maml:introduction> <maml:para>PS C:\></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> |