en-US/Microsoft.Windows.PowerShell.ScriptAnalyzer.dll-Help.xml

<?xml version="1.0" encoding="utf-8" ?>
<helpItems xmlns="http://msh" schema="maml">
    <!--Edited with: SAPIEN PowerShell HelpWriter 2015 v1.0.16-->
    <!--Generated by: SAPIEN PowerShell HelpWriter 2015 v1.0.16-->
    <!--
        Module: PSScriptAnalyzer
        Version: 1.1.1.3
    -->
    <!--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>Get-ScriptAnalyzerRule</command:name>
            <maml:description>
                <maml:para>Gets the script analyzer rules on the local computer.</maml:para>
            </maml:description>
            <maml:copyright>
                <maml:para/>
            </maml:copyright>
            <command:verb>Get</command:verb>
            <command:noun>ScriptAnalyzerRule</command:noun>
            <dev:version/>
        </command:details>
        <maml:description>
            <maml:para>Gets the script analyzer rules on the local computer. You can select rules by Name, Severity, Source, or SourceType, or even particular words in the rule description.
 
Use this cmdlet to create collections of rules to include and exclude when running the Invoke-ScriptAnalyzer cmdlet.
 
To get information about the rules, see the value of the Description property of each rule.
 
The PSScriptAnalyzer module tests the Windows PowerShell code in a script, module, or DSC resource to determine whether, and to what extent, it fulfils best practice standards. For more information about PSScriptAnalyzer, type: Get-Help about_PSScriptAnalyzer.
 
PSScriptAnalyzer is an open-source project. To contribute or file an issue, see GitHub.com\PowerShell\PSScriptAnalyzer.</maml:para>
        </maml:description>
        <command:syntax>
            <!--Parameter Sets-->
            <command:syntaxItem>
                <maml:name>Get-ScriptAnalyzerRule</maml:name>
                <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases="CustomizedRulePath">
                    <maml:name>CustomRulePath</maml:name>
                    <maml:description>
                        <maml:para>Gets the Script Analyzer rules in the specified path in addition to the standard Script Analyzer rules. By default, PSScriptAnalyzer gets only the standard rules specified in the Microsoft.Windows.PowerShell.ScriptAnalyzer.BuiltinRules.dll file in the module.
 
Enter the path to a .NET assembly or module that contains Script Analyzer rules. You can enter only one value, but wildcards are supported. To get rules in subdirectories of the path, use the RecurseCustomRulePath parameter.
 
You can create custom rules by using a custom .NET assembly or a Windows PowerShell module, such as the Community Analyzer Rules in
https://github.com/PowerShell/PSScriptAnalyzer/blob/development/Tests/Engine/CommunityAnalyzerRules/CommunityAnalyzerRules.psm1.</maml:para>
                    </maml:description>
                    <command:parameterValue required="false" variableLength="false">String</command:parameterValue>
                    <dev:defaultValue>The rules in Microsoft.Windows.PowerShell.ScriptAnalyzer.BuiltinRules.dll.</dev:defaultValue>
                </command:parameter>
                <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases="">
                    <maml:name>RecurseCustomRulePath</maml:name>
                    <maml:description>
                        <maml:para>Searches the CustomRulePath location recursively to add rules defined in files in subdirectories of the path. By default, Get-ScriptAnalyzerRule adds only the custom rules in the specified path.</maml:para>
                    </maml:description>
                    <command:parameterValue required="false" variableLength="false">SwitchParameter</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" variableLength="false" globbing="true" pipelineInput="false" position="named" aliases="">
                    <maml:name>Name</maml:name>
                    <maml:description>
                        <maml:para>Gets only rules with the specified names or name patterns. Wildcards are supported. If you list multiple names or patterns, it gets rules that match any of the name patterns, as though the name patterns were joined by an OR.
 
By default, Get-ScriptAnalyzerRule gets all rules. </maml:para>
                    </maml:description>
                    <command:parameterValue required="false" variableLength="false">String[]</command:parameterValue>
                    <dev:defaultValue>All rules</dev:defaultValue>
                </command:parameter>
                <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases="">
                    <maml:name>Severity</maml:name>
                    <maml:description>
                        <maml:para>Gets only rules with the specified severity values. Valid values are Information, Warning, and Error. By default, Get-ScriptAnalyzerRule gets all rules.</maml:para>
                    </maml:description>
                    <command:parameterValue required="false" variableLength="false">String[]</command:parameterValue>
                    <dev:defaultValue>All rules</dev:defaultValue>
                </command:parameter>
            </command:syntaxItem>
        </command:syntax>
        <command:parameters>
            <!--All Parameters-->
            <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases="CustomizedRulePath">
                <maml:name>CustomRulePath</maml:name>
                <maml:description>
                    <maml:para>Gets the Script Analyzer rules in the specified path in addition to the standard Script Analyzer rules. By default, PSScriptAnalyzer gets only the standard rules specified in the Microsoft.Windows.PowerShell.ScriptAnalyzer.BuiltinRules.dll file in the module.
 
Enter the path to a .NET assembly or module that contains Script Analyzer rules. You can enter only one value, but wildcards are supported. To get rules in subdirectories of the path, use the RecurseCustomRulePath parameter.
 
You can create custom rules by using a custom .NET assembly or a Windows PowerShell module, such as the Community Analyzer Rules in
https://github.com/PowerShell/PSScriptAnalyzer/blob/development/Tests/Engine/CommunityAnalyzerRules/CommunityAnalyzerRules.psm1.</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>The rules in Microsoft.Windows.PowerShell.ScriptAnalyzer.BuiltinRules.dll.</dev:defaultValue>
            </command:parameter>
            <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases="">
                <maml:name>RecurseCustomRulePath</maml:name>
                <maml:description>
                    <maml:para>Searches the CustomRulePath location recursively to add rules defined in files in subdirectories of the path. By default, Get-ScriptAnalyzerRule adds only the custom rules in the specified path.</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="true" pipelineInput="false" position="named" aliases="">
                <maml:name>Name</maml:name>
                <maml:description>
                    <maml:para>Gets only rules with the specified names or name patterns. Wildcards are supported. If you list multiple names or patterns, it gets rules that match any of the name patterns, as though the name patterns were joined by an OR.
 
By default, Get-ScriptAnalyzerRule gets all rules. </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>All rules</dev:defaultValue>
            </command:parameter>
            <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases="">
                <maml:name>Severity</maml:name>
                <maml:description>
                    <maml:para>Gets only rules with the specified severity values. Valid values are Information, Warning, and Error. By default, Get-ScriptAnalyzerRule gets all rules.</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>All rules</dev:defaultValue>
            </command:parameter>
        </command:parameters>
        <command:inputTypes>
            <!--Inputs-->
            <command:inputType>
                <dev:type>
                    <maml:name>None</maml:name>
                    <maml:uri/>
                </dev:type>
                <maml:description>
                    <maml:para>You cannot pipe input to this cmdlet.</maml:para>
                    <maml:para/>
                    <maml:para/>
                </maml:description>
            </command:inputType>
        </command:inputTypes>
        <command:returnValues>
            <!--Outputs-->
            <command:returnValue>
                <maml:description>
                    <maml:para>The RuleInfo object is a custom object created especially for Script Analyzer. It is not documented in MSDN.
 
Name MemberType Definition
---- ---------- ----------
Equals Method bool Equals(System.Object obj)
GetHashCode Method int GetHashCode()
GetType Method type GetType()
ToString Method string ToString()
CommonName Property string CommonName {get;}
Description Property string Description {get;}
RuleName Property string RuleName {get;}
Severity Property Microsoft.Windows.PowerShell.ScriptAnalyzer.Generic.RuleSeverity Severity {get;}
SourceName Property string SourceName {get;}
SourceType Property Microsoft.Windows.PowerShell.ScriptAnalyzer.Generic.SourceType SourceType {get;}
 
                    </maml:para>
                </maml:description>
                <dev:type>
                    <maml:name>Microsoft.Windows.PowerShell.ScriptAnalyzer.Generic.RuleInfo</maml:name>
                    <maml:uri/>
                </dev:type>
            </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>Get-ScriptAnalyzerRule</dev:code>
                <dev:remarks>
                    <maml:para>This command gets all Script Analyzer rules on the local computer.</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>Get-ScriptAnalyzerRule -Severity Error</dev:code>
                <dev:remarks>
                    <maml:para>This command gets only rules with the Error severity.</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>$DSCError = Get-ScriptAnalyzerRule -Severity Error | Where SourceName -eq PSDSC
 
PS C:\&gt;$Path = &quot;$home\Documents\WindowsPowerShell\Modules\MyDSCModule\*&quot;
 
PS C:\&gt; Invoke-ScriptAnalyzerRule -Path $Path -IncludeRule $DSCError -Recurse</dev:code>
                <dev:remarks>
                    <maml:para>This example runs only the DSC rules with the Error severity on the files in the MyDSCModule module.
 
Using the IncludeRule parameter of Invoke-ScriptAnalyzerRule is much more efficient than using its Severity parameter, which is applied only after using all rules to analyze all module files.</maml:para>
                </dev:remarks>
            </command:example>
            <command:example>
                <maml:title>-------------------------- EXAMPLE 4 --------------------------</maml:title>
                <maml:introduction>
                    <maml:para>PS C:\&gt;</maml:para>
                </maml:introduction>
                <dev:code>$TestParameters = Get-ScriptAnalyzerRule -Severity Error, Warning -Name *Parameter*, *Alias*</dev:code>
                <dev:remarks>
                    <maml:para>This command gets rules with &quot;Parameter&quot; or &quot;Alias&quot; in the name that generate an Error or Warning. Use this set of rules to test the parameters of your script or module.</maml:para>
                </dev:remarks>
            </command:example>
            <command:example>
                <maml:title>-------------------------- EXAMPLE 5 --------------------------</maml:title>
                <maml:introduction>
                    <maml:para>PS C:\&gt;</maml:para>
                </maml:introduction>
                <dev:code>Get-ScriptAnalyzerRule -CustomRulePath $home\Documents\WindowsPowerShell\Modules\*StrictRules -RecurseCustomRulePath </dev:code>
                <dev:remarks>
                    <maml:para>This command gets the standard rules and the rules in the VeryStrictRules and ExtremelyStrictRules modules. The command uses the RecurseCustomRulePath parameter to get rules defined in subdirectories of the matching paths.</maml:para>
                </dev:remarks>
            </command:example>
        </command:examples>
        <maml:relatedLinks>
            <!--Links-->
            <maml:navigationLink>
                <maml:linkText>Online version:</maml:linkText>
                <maml:uri>http://go.microsoft.com/fwlink/?LinkId=525913</maml:uri>
            </maml:navigationLink>
            <maml:navigationLink>
                <maml:linkText>Invoke-ScriptAnalyzer</maml:linkText>
                <maml:uri/>
            </maml:navigationLink>
            <maml:navigationLink>
                <maml:linkText>about_PSScriptAnalyzer</maml:linkText>
                <maml:uri/>
            </maml:navigationLink>
            <maml:navigationLink>
                <maml:linkText>PSScriptAnalyzer on GitHub</maml:linkText>
                <maml:uri>https://github.com/PowerShell/PSScriptAnalyzer</maml:uri>
            </maml:navigationLink>
        </maml:relatedLinks>
    </command:command>
    <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>Invoke-ScriptAnalyzer</command:name>
            <maml:description>
                <maml:para>Evaluates a script or module based on selected best practice rules</maml:para>
            </maml:description>
            <maml:copyright>
                <maml:para/>
            </maml:copyright>
            <command:verb>Invoke</command:verb>
            <command:noun>ScriptAnalyzer</command:noun>
            <dev:version/>
        </command:details>
        <maml:description>
            <maml:para>Invoke-ScriptAnalyzer evaluates a script or module based on a collection of best practice rules and returns objects
that represent rule violations. In each evaluation, you can run all rules or use the IncludeRule and ExcludeRule
parameters to run only selected rules. Invoke-ScriptAnalyzer includes special rules to analyze DSC resources.
 
Invoke-ScriptAnalyzer evaluates only .ps1 and .psm1 files. If you specify a path with multiple file types, the .ps1 and
.psm1 files are tested; all other file types are ignored.
 
Invoke-ScriptAnalzyer comes with a set of built-in rules, but you can also use customized rules that you write in
Windows PowerShell scripts, or compile in assemblies by using C#. Just as with the built-in rules, you can add the
ExcludeRule and IncludeRule parameters to your Invoke-ScriptAnalyzer command to exclude or include custom rules.
 
To analyze your script or module, begin by using the Get-ScriptAnalyzerRule cmdlet to examine and select the rules you
want to include and/or exclude from the evaluation.
 
You can also include a rule in the analysis, but suppress the output of that rule for selected functions or scripts.
This feature should be used only when absolutely necessary. To get rules that were suppressed, run
Invoke-ScriptAnalyzer with the SuppressedOnly parameter. For instructions on suppressing a rule, see the description of
the SuppressedOnly parameter.
 
The PSScriptAnalyzer module tests the Windows PowerShell code in a script, module, or DSC resource to determine
whether, and to what extent, it fulfils best practice standards. For more information about PSScriptAnalyzer, type:
Get-Help about_PSScriptAnalyzer.
 
PSScriptAnalyzer is an open-source project. To contribute or file an issue, see GitHub.com\PowerShell\PSScriptAnalyzer.</maml:para>
        </maml:description>
        <command:syntax>
            <!--Parameter Sets-->
            <command:syntaxItem>
                <maml:name>Invoke-ScriptAnalyzer</maml:name>
                <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="0" aliases="PSPath">
                    <maml:name>Path</maml:name>
                    <maml:description>
                        <maml:para>Specifies the path to the scripts or module to be analyzed. Wildcard characters are supported.
 
Enter the path to a script (.ps1) or module file (.psm1) or to a directory that contains scripts or modules. If the
directory contains other types of files, they are ignored.
 
To analyze files that are not in the root directory of the specified path, use a wildcard character
(C:\Modules\MyModule\*) or the Recurse parameter.</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
                </command:parameter>
                <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases="CustomizedRulePath">
                    <maml:name>CustomRulePath</maml:name>
                    <maml:description>
                        <maml:para>Adds the custom rules defined in the specified paths to the analysis.
 
Enter the path to a file that defines rules or a directory that contains files that define rules. Wildcard characters are supported. To add rules defined in subdirectories of the path, use the RecurseCustomRulePath parameter.
 
By default, Invoke-ScriptAnalyzer uses only rules defined in the Microsoft.Windows.PowerShell.ScriptAnalyzer.BuiltinRules.dll file in the PSScriptAnalyzer module.
 
If Invoke-ScriptAnalyzer cannot find rules in the CustomRulePath, it runs the standard rules without notice.</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="">
                    <maml:name>RecurseCustomRulePath</maml:name>
                    <maml:description>
                        <maml:para>Adds rules defined in in subdirectories of the CustomRulePath location. By default, Invoke-ScriptAnalyzer adds only the custom rules defined in the specified file or 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>ExcludeRule</maml:name>
                    <maml:description>
                        <maml:para>Omits the specified rules from the Script Analyzer test. Wildcard characters are supported.
 
Enter a comma-separated list of rule names, a variable that contains rule names, or a command that gets rule names. You
can also specify a list of excluded rules in a Script Analyzer profile file. You can exclude standard rules and rules
in a custom rule path.
 
When you exclude a rule, the rule does not run on any of the files in the path. To exclude a rule on a particular line,
parameter, function, script, or class, adjust the Path parameter or suppress the rule. For information about
suppressing a rule, see the examples.
 
If a rule is specified in both the ExcludeRule and IncludeRule collections, the rule is excluded.</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>IncludeRule</maml:name>
                    <maml:description>
                        <maml:para>Runs only the specified rules in the Script Analyzer test. By default, PSScriptAnalyzer runs all rules.
 
Enter a comma-separated list of rule names, a variable that contains rule names, or a command that gets rule names.
Wildcard characters are supported. You can also specify rule names in a Script Analyzer profile file.
 
When you use the CustomizedRulePath parameter, you can use this parameter to include standard rules and rules in the
custom rule paths.
 
If a rule is specified in both the ExcludeRule and IncludeRule collections, the rule is excluded.
 
Also, Severity takes precedence over IncludeRule. For example, if Severity is Error, you cannot use IncludeRule to
include a Warning rule.</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>Severity</maml:name>
                    <maml:description>
                        <maml:para>After running Script Analyzer with all rules, this parameter selects rule violations with the specified severity.
 
Valid values are: Error, Warning, and Information. You can specify one ore more severity values.
 
Because this parameter filters the rules only after running with all rules, it is not an efficient filter. To filter
rules efficiently, use Get-ScriptAnalyzer rule to get the rules you want to run or exclude and then use the ExcludeRule
or IncludeRule parameters.
 
Also, Severity takes precedence over IncludeRule. For example, if Severity is Error, you cannot use IncludeRule to
include a Warning rule.</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="">
                    <maml:name>Recurse</maml:name>
                    <maml:description>
                        <maml:para>Runs Script Analyzer on the files in the Path directory and all subdirectories recursively.
 
Recurse applies only to the Path parameter value. To search the CustomRulePath recursively, use the RecurseCustomRulePath parameter.</maml:para>
                    </maml:description>
                    <command:parameterValue required="false" variableLength="false">SwitchParameter</command:parameterValue>
                    <dev:defaultValue>False</dev:defaultValue>
                </command:parameter>
                <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
                    <maml:name>SuppressedOnly</maml:name>
                    <maml:description>
                        <maml:para>Returns rules that are suppressed, instead of analyzing the files in the path.
 
When you used SuppressedOnly, Invoke-ScriptAnalyzer returns a SuppressedRecord object
(Microsoft.Windows.PowerShell.ScriptAnalyzer.Generic.SuppressedRecord).
 
To suppress a rule, use the SuppressMessageAttribute. For help, see the examples.</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>Profile</maml:name>
                    <maml:description>
                        <maml:para>Runs Invoke-ScriptAnalyzer with the parameters and values specified in a Script Analyzer profile file. Enter the path
to the profile file.
 
If the path, the file, or its content is invalid, it is ignored. The parameters and values in the profile take
precedence over the same parameter and values specified at the command line.
 
A Script Analyzer profile file is a text file that contains a hash table with one or more of the following keys:
-- Severity
-- IncludeRules
-- ExcludeRules
 
The keys and values in the profile are interpreted as if they were standard parameters and parameter values of Invoke-ScriptAnalyzer.
 
To specify a single value, enclose the value in quotation marks. For example:
 
    @{ Severity = &apos;Error&apos;}
 
To specify multiple values, enclose the values in an array. For example:
 
    @{ Severity = &apos;Error&apos;, &apos;Warning&apos;}</maml:para>
                    </maml:description>
                    <command:parameterValue required="false" variableLength="false">String</command:parameterValue>
                    <dev:defaultValue>Uses the parameters and values specified at the command line.</dev:defaultValue>
                </command:parameter>
            </command:syntaxItem>
            <command:syntaxItem>
                <maml:name>Invoke-ScriptAnalyzer</maml:name>
                <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="0" aliases="">
                    <maml:name>ScriptDefinition</maml:name>
                    <maml:description>
                        <maml:para>Runs Invoke-ScriptAnalyzer on commands, functions, or expressions in a string. You can use this feature to analyze statements, expressions, and functions, independent of their script context.
 
Unlike ScriptBlock parameters, the ScriptDefinition parameter requires a string value.</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
                    <dev:defaultValue>
                    </dev:defaultValue>
                </command:parameter>
                <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases="CustomizedRulePath">
                    <maml:name>CustomRulePath</maml:name>
                    <maml:description>
                        <maml:para>Adds the custom rules defined in the specified paths to the analysis.
 
Enter the path to a file that defines rules or a directory that contains files that define rules. Wildcard characters are supported. To add rules defined in subdirectories of the path, use the RecurseCustomRulePath parameter.
 
By default, Invoke-ScriptAnalyzer uses only rules defined in the Microsoft.Windows.PowerShell.ScriptAnalyzer.BuiltinRules.dll file in the PSScriptAnalyzer module.
 
If Invoke-ScriptAnalyzer cannot find rules in the CustomRulePath, it runs the standard rules without notice.</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="">
                    <maml:name>RecurseCustomRulePath</maml:name>
                    <maml:description>
                        <maml:para>Adds rules defined in in subdirectories of the CustomRulePath location. By default, Invoke-ScriptAnalyzer adds only the custom rules defined in the specified file or 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>ExcludeRule</maml:name>
                    <maml:description>
                        <maml:para>Omits the specified rules from the Script Analyzer test. Wildcard characters are supported.
 
Enter a comma-separated list of rule names, a variable that contains rule names, or a command that gets rule names. You
can also specify a list of excluded rules in a Script Analyzer profile file. You can exclude standard rules and rules
in a custom rule path.
 
When you exclude a rule, the rule does not run on any of the files in the path. To exclude a rule on a particular line,
parameter, function, script, or class, adjust the Path parameter or suppress the rule. For information about
suppressing a rule, see the examples.
 
If a rule is specified in both the ExcludeRule and IncludeRule collections, the rule is excluded.</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>IncludeRule</maml:name>
                    <maml:description>
                        <maml:para>Runs only the specified rules in the Script Analyzer test. By default, PSScriptAnalyzer runs all rules.
 
Enter a comma-separated list of rule names, a variable that contains rule names, or a command that gets rule names.
Wildcard characters are supported. You can also specify rule names in a Script Analyzer profile file.
 
When you use the CustomizedRulePath parameter, you can use this parameter to include standard rules and rules in the
custom rule paths.
 
If a rule is specified in both the ExcludeRule and IncludeRule collections, the rule is excluded.
 
Also, Severity takes precedence over IncludeRule. For example, if Severity is Error, you cannot use IncludeRule to
include a Warning rule.</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>Severity</maml:name>
                    <maml:description>
                        <maml:para>After running Script Analyzer with all rules, this parameter selects rule violations with the specified severity.
 
Valid values are: Error, Warning, and Information. You can specify one ore more severity values.
 
Because this parameter filters the rules only after running with all rules, it is not an efficient filter. To filter
rules efficiently, use Get-ScriptAnalyzer rule to get the rules you want to run or exclude and then use the ExcludeRule
or IncludeRule parameters.
 
Also, Severity takes precedence over IncludeRule. For example, if Severity is Error, you cannot use IncludeRule to
include a Warning rule.</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="">
                    <maml:name>Recurse</maml:name>
                    <maml:description>
                        <maml:para>Runs Script Analyzer on the files in the Path directory and all subdirectories recursively.
 
Recurse applies only to the Path parameter value. To search the CustomRulePath recursively, use the RecurseCustomRulePath parameter.</maml:para>
                    </maml:description>
                    <command:parameterValue required="false" variableLength="false">SwitchParameter</command:parameterValue>
                    <dev:defaultValue>False</dev:defaultValue>
                </command:parameter>
                <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
                    <maml:name>SuppressedOnly</maml:name>
                    <maml:description>
                        <maml:para>Returns rules that are suppressed, instead of analyzing the files in the path.
 
When you used SuppressedOnly, Invoke-ScriptAnalyzer returns a SuppressedRecord object
(Microsoft.Windows.PowerShell.ScriptAnalyzer.Generic.SuppressedRecord).
 
To suppress a rule, use the SuppressMessageAttribute. For help, see the examples.</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>Profile</maml:name>
                    <maml:description>
                        <maml:para>Runs Invoke-ScriptAnalyzer with the parameters and values specified in a Script Analyzer profile file. Enter the path
to the profile file.
 
If the path, the file, or its content is invalid, it is ignored. The parameters and values in the profile take
precedence over the same parameter and values specified at the command line.
 
A Script Analyzer profile file is a text file that contains a hash table with one or more of the following keys:
-- Severity
-- IncludeRules
-- ExcludeRules
 
The keys and values in the profile are interpreted as if they were standard parameters and parameter values of Invoke-ScriptAnalyzer.
 
To specify a single value, enclose the value in quotation marks. For example:
 
    @{ Severity = &apos;Error&apos;}
 
To specify multiple values, enclose the values in an array. For example:
 
    @{ Severity = &apos;Error&apos;, &apos;Warning&apos;}</maml:para>
                    </maml:description>
                    <command:parameterValue required="false" variableLength="false">String</command:parameterValue>
                    <dev:defaultValue>Uses the parameters and values specified at the command line.</dev:defaultValue>
                </command:parameter>
            </command:syntaxItem>
        </command:syntax>
        <command:parameters>
            <!--All Parameters-->
            <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="0" aliases="PSPath">
                <maml:name>Path</maml:name>
                <maml:description>
                    <maml:para>Specifies the path to the scripts or module to be analyzed. Wildcard characters are supported.
 
Enter the path to a script (.ps1) or module file (.psm1) or to a directory that contains scripts or modules. If the
directory contains other types of files, they are ignored.
 
To analyze files that are not in the root directory of the specified path, use a wildcard character
(C:\Modules\MyModule\*) or the Recurse parameter.</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/>
            </command:parameter>
            <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases="CustomizedRulePath">
                <maml:name>CustomRulePath</maml:name>
                <maml:description>
                    <maml:para>Adds the custom rules defined in the specified paths to the analysis.
 
Enter the path to a file that defines rules or a directory that contains files that define rules. Wildcard characters are supported. To add rules defined in subdirectories of the path, use the RecurseCustomRulePath parameter.
 
By default, Invoke-ScriptAnalyzer uses only rules defined in the Microsoft.Windows.PowerShell.ScriptAnalyzer.BuiltinRules.dll file in the PSScriptAnalyzer module.
 
If Invoke-ScriptAnalyzer cannot find rules in the CustomRulePath, it runs the standard rules without notice.</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="">
                <maml:name>RecurseCustomRulePath</maml:name>
                <maml:description>
                    <maml:para>Adds rules defined in in subdirectories of the CustomRulePath location. By default, Invoke-ScriptAnalyzer adds only the custom rules defined in the specified file or 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>ExcludeRule</maml:name>
                <maml:description>
                    <maml:para>Omits the specified rules from the Script Analyzer test. Wildcard characters are supported.
 
Enter a comma-separated list of rule names, a variable that contains rule names, or a command that gets rule names. You
can also specify a list of excluded rules in a Script Analyzer profile file. You can exclude standard rules and rules
in a custom rule path.
 
When you exclude a rule, the rule does not run on any of the files in the path. To exclude a rule on a particular line,
parameter, function, script, or class, adjust the Path parameter or suppress the rule. For information about
suppressing a rule, see the examples.
 
If a rule is specified in both the ExcludeRule and IncludeRule collections, the rule is excluded.</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>All rules are included.</dev:defaultValue>
            </command:parameter>
            <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
                <maml:name>IncludeRule</maml:name>
                <maml:description>
                    <maml:para>Runs only the specified rules in the Script Analyzer test. By default, PSScriptAnalyzer runs all rules.
 
Enter a comma-separated list of rule names, a variable that contains rule names, or a command that gets rule names.
Wildcard characters are supported. You can also specify rule names in a Script Analyzer profile file.
 
When you use the CustomizedRulePath parameter, you can use this parameter to include standard rules and rules in the
custom rule paths.
 
If a rule is specified in both the ExcludeRule and IncludeRule collections, the rule is excluded.
 
Also, Severity takes precedence over IncludeRule. For example, if Severity is Error, you cannot use IncludeRule to
include a Warning rule.</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>All rules are included.</dev:defaultValue>
            </command:parameter>
            <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
                <maml:name>Severity</maml:name>
                <maml:description>
                    <maml:para>After running Script Analyzer with all rules, this parameter selects rule violations with the specified severity.
 
Valid values are: Error, Warning, and Information. You can specify one ore more severity values.
 
Because this parameter filters the rules only after running with all rules, it is not an efficient filter. To filter
rules efficiently, use Get-ScriptAnalyzer rule to get the rules you want to run or exclude and then use the ExcludeRule
or IncludeRule parameters.
 
Also, Severity takes precedence over IncludeRule. For example, if Severity is Error, you cannot use IncludeRule to
include a Warning rule.</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>All rule violations</dev:defaultValue>
            </command:parameter>
            <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases="">
                <maml:name>Recurse</maml:name>
                <maml:description>
                    <maml:para>Runs Script Analyzer on the files in the Path directory and all subdirectories recursively.
 
Recurse applies only to the Path parameter value. To search the CustomRulePath recursively, use the RecurseCustomRulePath parameter.</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="false" globbing="false" pipelineInput="false" position="named">
                <maml:name>SuppressedOnly</maml:name>
                <maml:description>
                    <maml:para>Returns rules that are suppressed, instead of analyzing the files in the path.
 
When you used SuppressedOnly, Invoke-ScriptAnalyzer returns a SuppressedRecord object
(Microsoft.Windows.PowerShell.ScriptAnalyzer.Generic.SuppressedRecord).
 
To suppress a rule, use the SuppressMessageAttribute. For help, see the examples.</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="false" globbing="false" pipelineInput="false" position="named" aliases="">
                <maml:name>Profile</maml:name>
                <maml:description>
                    <maml:para>Runs Invoke-ScriptAnalyzer with the parameters and values specified in a Script Analyzer profile file. Enter the path
to the profile file.
 
If the path, the file, or its content is invalid, it is ignored. The parameters and values in the profile take
precedence over the same parameter and values specified at the command line.
 
A Script Analyzer profile file is a text file that contains a hash table with one or more of the following keys:
-- Severity
-- IncludeRules
-- ExcludeRules
 
The keys and values in the profile are interpreted as if they were standard parameters and parameter values of Invoke-ScriptAnalyzer.
 
To specify a single value, enclose the value in quotation marks. For example:
 
    @{ Severity = &apos;Error&apos;}
 
To specify multiple values, enclose the values in an array. For example:
 
    @{ Severity = &apos;Error&apos;, &apos;Warning&apos;}</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>Uses the parameters and values specified at the command line.</dev:defaultValue>
            </command:parameter>
            <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="0" aliases="">
                <maml:name>ScriptDefinition</maml:name>
                <maml:description>
                    <maml:para>Runs Invoke-ScriptAnalyzer on commands, functions, or expressions in a string. You can use this feature to analyze statements, expressions, and functions, independent of their script context.
 
Unlike ScriptBlock parameters, the ScriptDefinition parameter requires a string value.</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>
                </dev:defaultValue>
            </command:parameter>
        </command:parameters>
        <command:inputTypes>
            <!--Inputs-->
            <command:inputType>
                <dev:type>
                    <maml:name>None</maml:name>
                    <maml:uri/>
                </dev:type>
                <maml:description>
                    <maml:para>You cannot pipe input to this cmdlet.</maml:para>
                    <maml:para/>
                    <maml:para/>
                </maml:description>
            </command:inputType>
        </command:inputTypes>
        <command:returnValues>
            <!--Outputs-->
            <command:returnValue>
                <maml:description>
                    <maml:para>By default, Invoke-ScriptAnalyzer returns one DiagnosticRecord object to report a rule violation. If you use the SuppressedOnly parameter, Invoke-ScriptAnalyzer instead returns a SuppressedRecord object.
 
Name MemberType Definition
---- ---------- ----------
Extent Property System.Management.Automation.Language.IScriptExtent Extent {get;set;}
Message Property string Message {get;set;}
RuleName Property string RuleName {get;set;}
RuleSuppressionID Property string RuleSuppressionID {get;set;}
ScriptName Property string ScriptName {get;set;}
Severity Property Microsoft.Windows.PowerShell.ScriptAnalyzer.Generic.DiagnosticSeverity Severity {get;set;}
Column ScriptProperty System.Object Column {get=$this.Extent.StartColumnNumber;}
Line ScriptProperty System.Object Line {get=$this.Extent.StartLineNumber;}
 
                    </maml:para>
                </maml:description>
                <dev:type>
                    <maml:name>Microsoft.Windows.PowerShell.ScriptAnalyzer.Generic.DiagnosticRecord</maml:name>
                    <maml:uri/>
                </dev:type>
            </command:returnValue>
            <command:returnValue>
                <maml:description>
                    <maml:para/>
                </maml:description>
                <dev:type>
                    <maml:name>Microsoft.Windows.PowerShell.ScriptAnalyzer.Generic.SuppressedRecord</maml:name>
                    <maml:uri/>
                </dev:type>
            </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>Invoke-ScriptAnalyzer -Path C:\Scripts\Get-LogData.ps1</dev:code>
                <dev:remarks>
                    <maml:para>This command runs all Script Analyzer rules on the Get-LogData.ps1 script.</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>Invoke-ScriptAnalyzer -Path $home\Documents\WindowsPowerShell\Modules -Recurse</dev:code>
                <dev:remarks>
                    <maml:para>This command runs all Script Analyzer rules on all .ps1 and .psm1 files in the Modules directory and its
subdirectories.</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>Invoke-ScriptAnalyzer -Path C:\Windows\System32\WindowsPowerShell\v1.0\Modules\PSDiagnostics -IncludeRule PSAvoidUsingPositionalParameters</dev:code>
                <dev:remarks>
                    <maml:para>This command runs only the PSAvoidUsingPositionalParameters rule on the files in the PSDiagnostics module. You might use a command like this to find all instances of a particular rule violation while working to eliminate it.</maml:para>
                </dev:remarks>
            </command:example>
            <command:example>
                <maml:title>-------------------------- EXAMPLE 4 --------------------------</maml:title>
                <maml:introduction>
                    <maml:para>PS C:\&gt;</maml:para>
                </maml:introduction>
                <dev:code>Invoke-ScriptAnalyzer -Path C:\ps-test\MyModule -Recurse -ExcludeRule PSAvoidUsingCmdletAliases, PSAvoidUsingInternalURLs</dev:code>
                <dev:remarks>
                    <maml:para>This command runs Script Analyzer on the .ps1 and .psm1 files in the MyModules directory, including the scripts in its subdirectories, with all rules except for PSAvoidUsingCmdletAliases and PSAvoidUsingInternalURLs.</maml:para>
                </dev:remarks>
            </command:example>
            <command:example>
                <maml:title>-------------------------- EXAMPLE 5 --------------------------</maml:title>
                <maml:introduction>
                    <maml:para>PS C:\&gt;</maml:para>
                </maml:introduction>
                <dev:code>Invoke-ScriptAnalyzer -Path D:\test_scripts\Test-Script.ps1 -CustomRulePath C:\CommunityAnalyzerRules</dev:code>
                <dev:remarks>
                    <maml:para>This command runs Script Analyzer on Test-Script.ps1 with the standard rules and rules in the C:\CommunityAnalyzerRules path.</maml:para>
                </dev:remarks>
            </command:example>
            <command:example>
                <maml:title>-------------------------- EXAMPLE 6 --------------------------</maml:title>
                <maml:introduction>
                    <maml:para>PS C:\&gt;</maml:para>
                </maml:introduction>
                <dev:code>$DSCError = Get-ScriptAnalyzerRule -Severity Error | Where SourceName -eq PSDSC
 
PS C:\&gt;$Path = &quot;$home\Documents\WindowsPowerShell\Modules\MyDSCModule&quot;
 
PS C:\&gt; Invoke-ScriptAnalyzerRule -Path $Path -IncludeRule $DSCError -Recurse</dev:code>
                <dev:remarks>
                    <maml:para>This example runs only the rules that are Error severity and have the PSDSC source name.</maml:para>
                </dev:remarks>
            </command:example>
            <command:example>
                <maml:title>-------------------------- EXAMPLE 7 --------------------------</maml:title>
                <maml:introduction>
                    <maml:para>PS C:\&gt;</maml:para>
                </maml:introduction>
                <dev:code>function Get-Widgets
{
    [CmdletBinding()]
    [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute(&quot;PSUseSingularNouns&quot;)]
    [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute(&quot;PSAvoidUsingCmdletAliases&quot;, Justification=&quot;Resolution in progress.&quot;)]
    Param()
 
    dir $pshome
    ...
}
 
PS C:\&gt; Invoke-ScriptAnalyzer -Path .\Get-Widgets.ps1
 
RuleName Severity FileName Line Message
-------- -------- -------- ---- -------
PSProvideCommentHelp Information ManageProf 14 The cmdlet &#39;Get-Widget&#39; does not have a help comment.
                                                 iles.psm1
 
PS C:\&gt; Invoke-ScriptAnalyzer -Path .\Get-Widgets.ps1 -SuppressedOnly
 
Rule Name Severity File Name Line Justification
--------- -------- --------- ---- -------------
PSAvoidUsingCmdletAliases Warning ManageProf 21 Resolution in progress.
                                                 iles.psm1
PSUseSingularNouns Warning ManageProf 14
                                                 iles.psm1</dev:code>
                <dev:remarks>
                    <maml:para>This example shows how to suppress the reporting of rule violations in a function and how to discover rule violations
that are suppressed.
 
The example uses the SuppressMessageAttribute attribute to suppress the PSUseSingularNouns and
PSAvoidUsingCmdletAliases rules for the Get-Widgets function in the Get-Widgets.ps1 script. You can use this attribute
to suppress a rule for a module, script, class, function, parameter, or line.
 
The first command runs Script Analyzer on the script that contains the Get-Widgets function. The output reports a rule
violation, but neither of the suppressed rules is listed, even though they are violated.
 
The second command uses the SuppressedOnly parameter to discover the rules that are supressed in the Get-Widgets.ps1
file. The output reports the suppressed rules.</maml:para>
                </dev:remarks>
            </command:example>
            <command:example>
                <maml:title>-------------------------- EXAMPLE 8 --------------------------</maml:title>
                <maml:introduction>
                    <maml:para>PS C:\&gt;</maml:para>
                </maml:introduction>
                <dev:code># In .\ScriptAnalyzerProfile.txt
@{
    Severity = @(&#39;Error&#39;, &#39;Warning&#39;)
    IncludeRules = &#39;PSAvoid*&#39;
    ExcludeRules = &#39;*WriteHost&#39;
}
 
PS C:\&gt; Invoke-ScriptAnalyzer -Path $pshome\Modules\BitLocker -Profile .\ScriptAnalyzerProfile.txt</dev:code>
                <dev:remarks>
                    <maml:para>In this example, we create a Script Analyzer profile and save it in the ScriptAnalyzerProfile.txt file in the local
directory.
 
Next, we run Invoke-ScriptAnalyzer on the BitLocker module files. The value of the Profile parameter is the path to the
Script Analyzer profile.
 
If you include a conflicting parameter in the Invoke-ScriptAnalyzer command, such as &apos;-Severity Error&apos;,
Invoke-ScriptAnalyzer uses the profile value and ignores the parameter.</maml:para>
                </dev:remarks>
            </command:example>
            <command:example>
                <maml:title>-------------------------- EXAMPLE 9 --------------------------</maml:title>
                <maml:introduction>
                    <maml:para>PS C:\&gt;</maml:para>
                </maml:introduction>
                <dev:code>Invoke-ScriptAnalyzer -ScriptDefinition &quot;function Get-Widgets {Write-Host &apos;Hello&apos;}&quot;
 
RuleName Severity FileName Line Message
-------- -------- -------- ---- -------
PSAvoidUsingWriteHost Warning 1 Script
                                                                  because
                                                                  there i
                                                                  suppres
                                                                  Write-O
PSUseSingularNouns Warning 1 The cmd
                                                                  noun sh</dev:code>
                <dev:remarks>
                    <maml:para>This command uses the ScriptDefinition parameter to analyze a function at the command line. The function string is enclosed in quotation marks.
 
When you use the ScriptDefinition parameter, the FileName property of the DiagnosticRecord object is $null.</maml:para>
                </dev:remarks>
            </command:example>
        </command:examples>
        <maml:relatedLinks>
            <!--Links-->
            <maml:navigationLink>
                <maml:linkText>Online version:</maml:linkText>
                <maml:uri>http://go.microsoft.com/fwlink/?LinkId=525914</maml:uri>
            </maml:navigationLink>
            <maml:navigationLink>
                <maml:linkText>Get-ScriptAnalyzerRule</maml:linkText>
                <maml:uri/>
            </maml:navigationLink>
            <maml:navigationLink>
                <maml:linkText>about_PSScriptAnalyzer</maml:linkText>
                <maml:uri/>
            </maml:navigationLink>
            <maml:navigationLink>
                <maml:linkText>PSScriptAnalyzer on GitHub</maml:linkText>
                <maml:uri>https://github.com/PowerShell/PSScriptAnalyzer</maml:uri>
            </maml:navigationLink>
        </maml:relatedLinks>
    </command:command>
    <!--Generated by: SAPIEN PowerShell HelpWriter 2015 v1.0.16-->
</helpItems>