AWS.Tools.CodeGuruSecurity.XML
<?xml version="1.0"?>
<doc> <assembly> <name>AWS.Tools.CodeGuruSecurity</name> </assembly> <members> <member name="T:Amazon.PowerShell.Cmdlets.CGS.AddCGSResourceTagCmdlet"> <summary> Use to add one or more tags to an existing scan. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.CGS.AddCGSResourceTagCmdlet.ResourceArn"> <summary> <para> <para>The ARN of the <c>ScanName</c> object. You can retrieve this ARN by calling <c>CreateScan</c>, <c>ListScans</c>, or <c>GetScan</c>.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.CGS.AddCGSResourceTagCmdlet.Tag"> <summary> <para> <para>An array of key-value pairs used to tag an existing scan. A tag is a custom attribute label with two parts:</para><ul><li><para>A tag key. For example, <c>CostCenter</c>, <c>Environment</c>, or <c>Secret</c>. Tag keys are case sensitive.</para></li><li><para>An optional tag value field. For example, <c>111122223333</c>, <c>Production</c>, or a team name. Omitting the tag value is the same as using an empty string. Tag values are case sensitive.</para></li></ul> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.CGS.AddCGSResourceTagCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The cmdlet doesn't have a return value by default. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.CodeGuruSecurity.Model.TagResourceResponse). Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.CGS.AddCGSResourceTagCmdlet.Force"> <summary> This parameter overrides confirmation prompts to force the cmdlet to continue its operation. This parameter should always be used with caution. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.CGS.GetCGSAccountConfigurationCmdlet"> <summary> Use to get the encryption configuration for an account. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.CGS.GetCGSAccountConfigurationCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The default value is 'EncryptionConfig'. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.CodeGuruSecurity.Model.GetAccountConfigurationResponse). Specifying the name of a property of type Amazon.CodeGuruSecurity.Model.GetAccountConfigurationResponse will result in that property being returned. Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.CGS.GetCGSFindingCmdlet"> <summary> Returns a list of all findings generated by a particular scan.<br/><br/>This cmdlet automatically pages all available results to the pipeline - parameters related to iteration are only needed if you want to manually control the paginated output. To disable autopagination, use -NoAutoIteration. This cmdlet didn't autopaginate in V4, auto-pagination support was added in V5. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.CGS.GetCGSFindingCmdlet.ScanName"> <summary> <para> <para>The name of the scan you want to retrieve findings from.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.CGS.GetCGSFindingCmdlet.Status"> <summary> <para> <para>The status of the findings you want to get. Pass either <c>Open</c>, <c>Closed</c>, or <c>All</c>.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.CGS.GetCGSFindingCmdlet.MaxResult"> <summary> <para> <para>The maximum number of results to return in the response. Use this parameter when paginating results. If additional results exist beyond the number you specify, the <c>nextToken</c> element is returned in the response. Use <c>nextToken</c> in a subsequent request to retrieve additional results. If not specified, returns 1000 results.</para> </para> <para> <br/><b>Note:</b> In AWSPowerShell and AWSPowerShell.NetCore this parameter is used to limit the total number of items returned by the cmdlet. <br/>In AWS.Tools this parameter is simply passed to the service to specify how many items should be returned by each service call. <br/>Pipe the output of this cmdlet into Select-Object -First to terminate retrieving data pages early and control the number of items returned. </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.CGS.GetCGSFindingCmdlet.NextToken"> <summary> <para> <para>A token to use for paginating results that are returned in the response. Set the value of this parameter to null for the first request. For subsequent calls, use the <c>nextToken</c> value returned from the previous request to continue listing results after the first page.</para> </para> <para> <br/><b>Note:</b> This parameter is only used if you are manually controlling output pagination of the service API call. <br/>'NextToken' is only returned by the cmdlet when '-Select *' is specified. In order to manually control output pagination, set '-NextToken' to null for the first call then set the 'NextToken' using the same property output from the previous call for subsequent calls. </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.CGS.GetCGSFindingCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The default value is 'Findings'. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.CodeGuruSecurity.Model.GetFindingsResponse). Specifying the name of a property of type Amazon.CodeGuruSecurity.Model.GetFindingsResponse will result in that property being returned. Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.CGS.GetCGSFindingCmdlet.NoAutoIteration"> <summary> By default the cmdlet will auto-iterate and retrieve all results to the pipeline by performing multiple service calls. If set, the cmdlet will retrieve only the next 'page' of results using the value of NextToken as the start point. This cmdlet didn't autopaginate in V4. To preserve the V4 autopagination behavior for all cmdlets, run Set-AWSAutoIterationMode -IterationMode v4. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.CGS.GetCGSFindingsMetricListCmdlet"> <summary> Returns metrics about all findings in an account within a specified time range.<br/><br/>This cmdlet automatically pages all available results to the pipeline - parameters related to iteration are only needed if you want to manually control the paginated output. To disable autopagination, use -NoAutoIteration. This cmdlet didn't autopaginate in V4, auto-pagination support was added in V5. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.CGS.GetCGSFindingsMetricListCmdlet.EndDate"> <summary> <para> <para>The end date of the interval which you want to retrieve metrics from. Round to the nearest day.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.CGS.GetCGSFindingsMetricListCmdlet.StartDate"> <summary> <para> <para>The start date of the interval which you want to retrieve metrics from. Rounds to the nearest day.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.CGS.GetCGSFindingsMetricListCmdlet.MaxResult"> <summary> <para> <para>The maximum number of results to return in the response. Use this parameter when paginating results. If additional results exist beyond the number you specify, the <c>nextToken</c> element is returned in the response. Use <c>nextToken</c> in a subsequent request to retrieve additional results. If not specified, returns 1000 results.</para> </para> <para> <br/><b>Note:</b> In AWSPowerShell and AWSPowerShell.NetCore this parameter is used to limit the total number of items returned by the cmdlet. <br/>In AWS.Tools this parameter is simply passed to the service to specify how many items should be returned by each service call. <br/>Pipe the output of this cmdlet into Select-Object -First to terminate retrieving data pages early and control the number of items returned. </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.CGS.GetCGSFindingsMetricListCmdlet.NextToken"> <summary> <para> <para>A token to use for paginating results that are returned in the response. Set the value of this parameter to null for the first request. For subsequent calls, use the <c>nextToken</c> value returned from the previous request to continue listing results after the first page.</para> </para> <para> <br/><b>Note:</b> This parameter is only used if you are manually controlling output pagination of the service API call. <br/>'NextToken' is only returned by the cmdlet when '-Select *' is specified. In order to manually control output pagination, set '-NextToken' to null for the first call then set the 'NextToken' using the same property output from the previous call for subsequent calls. </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.CGS.GetCGSFindingsMetricListCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The default value is 'FindingsMetrics'. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.CodeGuruSecurity.Model.ListFindingsMetricsResponse). Specifying the name of a property of type Amazon.CodeGuruSecurity.Model.ListFindingsMetricsResponse will result in that property being returned. Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.CGS.GetCGSFindingsMetricListCmdlet.NoAutoIteration"> <summary> By default the cmdlet will auto-iterate and retrieve all results to the pipeline by performing multiple service calls. If set, the cmdlet will retrieve only the next 'page' of results using the value of NextToken as the start point. This cmdlet didn't autopaginate in V4. To preserve the V4 autopagination behavior for all cmdlets, run Set-AWSAutoIterationMode -IterationMode v4. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.CGS.GetCGSGetFindingCmdlet"> <summary> Returns a list of requested findings from standard scans. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.CGS.GetCGSGetFindingCmdlet.FindingIdentifier"> <summary> <para> <para>A list of finding identifiers. Each identifier consists of a <c>scanName</c> and a <c>findingId</c>. You retrieve the <c>findingId</c> when you call <c>GetFindings</c>.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.CGS.GetCGSGetFindingCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The default value is '*'. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.CodeGuruSecurity.Model.BatchGetFindingsResponse). Specifying the name of a property of type Amazon.CodeGuruSecurity.Model.BatchGetFindingsResponse will result in that property being returned. Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.CGS.GetCGSMetricsSummaryCmdlet"> <summary> Returns a summary of metrics for an account from a specified date, including number of open findings, the categories with most findings, the scans with most open findings, and scans with most open critical findings. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.CGS.GetCGSMetricsSummaryCmdlet.Date"> <summary> <para> <para>The date you want to retrieve summary metrics from, rounded to the nearest day. The date must be within the past two years.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.CGS.GetCGSMetricsSummaryCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The default value is 'MetricsSummary'. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.CodeGuruSecurity.Model.GetMetricsSummaryResponse). Specifying the name of a property of type Amazon.CodeGuruSecurity.Model.GetMetricsSummaryResponse will result in that property being returned. Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.CGS.GetCGSResourceTagCmdlet"> <summary> Returns a list of all tags associated with a scan. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.CGS.GetCGSResourceTagCmdlet.ResourceArn"> <summary> <para> <para>The ARN of the <c>ScanName</c> object. You can retrieve this ARN by calling <c>CreateScan</c>, <c>ListScans</c>, or <c>GetScan</c>.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.CGS.GetCGSResourceTagCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The default value is 'Tags'. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.CodeGuruSecurity.Model.ListTagsForResourceResponse). Specifying the name of a property of type Amazon.CodeGuruSecurity.Model.ListTagsForResourceResponse will result in that property being returned. Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.CGS.GetCGSScanCmdlet"> <summary> Returns details about a scan, including whether or not a scan has completed. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.CGS.GetCGSScanCmdlet.RunId"> <summary> <para> <para>UUID that identifies the individual scan run you want to view details about. You retrieve this when you call the <c>CreateScan</c> operation. Defaults to the latest scan run if missing.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.CGS.GetCGSScanCmdlet.ScanName"> <summary> <para> <para>The name of the scan you want to view details about.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.CGS.GetCGSScanCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The default value is '*'. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.CodeGuruSecurity.Model.GetScanResponse). Specifying the name of a property of type Amazon.CodeGuruSecurity.Model.GetScanResponse will result in that property being returned. Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.CGS.GetCGSScanListCmdlet"> <summary> Returns a list of all scans in an account. Does not return <c>EXPRESS</c> scans.<br/><br/>This cmdlet automatically pages all available results to the pipeline - parameters related to iteration are only needed if you want to manually control the paginated output. To disable autopagination, use -NoAutoIteration. This cmdlet didn't autopaginate in V4, auto-pagination support was added in V5. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.CGS.GetCGSScanListCmdlet.MaxResult"> <summary> <para> <para>The maximum number of results to return in the response. Use this parameter when paginating results. If additional results exist beyond the number you specify, the <c>nextToken</c> element is returned in the response. Use <c>nextToken</c> in a subsequent request to retrieve additional results. If not specified, returns 100 results.</para> </para> <para> <br/><b>Note:</b> In AWSPowerShell and AWSPowerShell.NetCore this parameter is used to limit the total number of items returned by the cmdlet. <br/>In AWS.Tools this parameter is simply passed to the service to specify how many items should be returned by each service call. <br/>Pipe the output of this cmdlet into Select-Object -First to terminate retrieving data pages early and control the number of items returned. </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.CGS.GetCGSScanListCmdlet.NextToken"> <summary> <para> <para>A token to use for paginating results that are returned in the response. Set the value of this parameter to null for the first request. For subsequent calls, use the <c>nextToken</c> value returned from the previous request to continue listing results after the first page.</para> </para> <para> <br/><b>Note:</b> This parameter is only used if you are manually controlling output pagination of the service API call. <br/>'NextToken' is only returned by the cmdlet when '-Select *' is specified. In order to manually control output pagination, set '-NextToken' to null for the first call then set the 'NextToken' using the same property output from the previous call for subsequent calls. </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.CGS.GetCGSScanListCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The default value is 'Summaries'. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.CodeGuruSecurity.Model.ListScansResponse). Specifying the name of a property of type Amazon.CodeGuruSecurity.Model.ListScansResponse will result in that property being returned. Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.CGS.GetCGSScanListCmdlet.NoAutoIteration"> <summary> By default the cmdlet will auto-iterate and retrieve all results to the pipeline by performing multiple service calls. If set, the cmdlet will retrieve only the next 'page' of results using the value of NextToken as the start point. This cmdlet didn't autopaginate in V4. To preserve the V4 autopagination behavior for all cmdlets, run Set-AWSAutoIterationMode -IterationMode v4. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.CGS.NewCGSScanCmdlet"> <summary> Use to create a scan using code uploaded to an Amazon S3 bucket. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.CGS.NewCGSScanCmdlet.AnalysisType"> <summary> <para> <para>The type of analysis you want CodeGuru Security to perform in the scan, either <c>Security</c> or <c>All</c>. The <c>Security</c> type only generates findings related to security. The <c>All</c> type generates both security findings and quality findings. Defaults to <c>Security</c> type if missing.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.CGS.NewCGSScanCmdlet.ResourceId_CodeArtifactId"> <summary> <para> <para>The identifier for the code file uploaded to the resource object. Returned by <c>CreateUploadUrl</c> when you upload resources to be scanned.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.CGS.NewCGSScanCmdlet.ScanName"> <summary> <para> <para>The unique name that CodeGuru Security uses to track revisions across multiple scans of the same resource. Only allowed for a <c>STANDARD</c> scan type. </para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.CGS.NewCGSScanCmdlet.ScanType"> <summary> <para> <para>The type of scan, either <c>Standard</c> or <c>Express</c>. Defaults to <c>Standard</c> type if missing.</para><para><c>Express</c> scans run on limited resources and use a limited set of detectors to analyze your code in near-real time. <c>Standard</c> scans have standard resource limits and use the full set of detectors to analyze your code.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.CGS.NewCGSScanCmdlet.Tag"> <summary> <para> <para>An array of key-value pairs used to tag a scan. A tag is a custom attribute label with two parts:</para><ul><li><para>A tag key. For example, <c>CostCenter</c>, <c>Environment</c>, or <c>Secret</c>. Tag keys are case sensitive.</para></li><li><para>An optional tag value field. For example, <c>111122223333</c>, <c>Production</c>, or a team name. Omitting the tag value is the same as using an empty string. Tag values are case sensitive.</para></li></ul> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.CGS.NewCGSScanCmdlet.ClientToken"> <summary> <para> <para>The idempotency token for the request. Amazon CodeGuru Security uses this value to prevent the accidental creation of duplicate scans if there are failures and retries.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.CGS.NewCGSScanCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The default value is '*'. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.CodeGuruSecurity.Model.CreateScanResponse). Specifying the name of a property of type Amazon.CodeGuruSecurity.Model.CreateScanResponse will result in that property being returned. Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.CGS.NewCGSScanCmdlet.Force"> <summary> This parameter overrides confirmation prompts to force the cmdlet to continue its operation. This parameter should always be used with caution. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.CGS.NewCGSUploadUrlCmdlet"> <summary> Generates a pre-signed URL, request headers used to upload a code resource, and code artifact identifier for the uploaded resource. <para> You can upload your code resource to the URL with the request headers using any HTTP client. </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.CGS.NewCGSUploadUrlCmdlet.ScanName"> <summary> <para> <para>The name of the scan that will use the uploaded resource. CodeGuru Security uses the unique scan name to track revisions across multiple scans of the same resource. Use this <c>scanName</c> when you call <c>CreateScan</c> on the code resource you upload to this URL.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.CGS.NewCGSUploadUrlCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The default value is '*'. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.CodeGuruSecurity.Model.CreateUploadUrlResponse). Specifying the name of a property of type Amazon.CodeGuruSecurity.Model.CreateUploadUrlResponse will result in that property being returned. Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.CGS.NewCGSUploadUrlCmdlet.Force"> <summary> This parameter overrides confirmation prompts to force the cmdlet to continue its operation. This parameter should always be used with caution. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.CGS.RemoveCGSResourceTagCmdlet"> <summary> Use to remove one or more tags from an existing scan. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.CGS.RemoveCGSResourceTagCmdlet.ResourceArn"> <summary> <para> <para>The ARN of the <c>ScanName</c> object. You can retrieve this ARN by calling <c>CreateScan</c>, <c>ListScans</c>, or <c>GetScan</c>.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.CGS.RemoveCGSResourceTagCmdlet.TagKey"> <summary> <para> <para>A list of keys for each tag you want to remove from a scan.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.CGS.RemoveCGSResourceTagCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The cmdlet doesn't have a return value by default. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.CodeGuruSecurity.Model.UntagResourceResponse). Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.CGS.RemoveCGSResourceTagCmdlet.Force"> <summary> This parameter overrides confirmation prompts to force the cmdlet to continue its operation. This parameter should always be used with caution. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.CGS.UpdateCGSAccountConfigurationCmdlet"> <summary> Use to update the encryption configuration for an account. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.CGS.UpdateCGSAccountConfigurationCmdlet.EncryptionConfig_KmsKeyArn"> <summary> <para> <para>The KMS key ARN that is used for encryption. If an AWS-managed key is used for encryption, returns empty.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.CGS.UpdateCGSAccountConfigurationCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The default value is 'EncryptionConfig'. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.CodeGuruSecurity.Model.UpdateAccountConfigurationResponse). Specifying the name of a property of type Amazon.CodeGuruSecurity.Model.UpdateAccountConfigurationResponse will result in that property being returned. Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.CGS.UpdateCGSAccountConfigurationCmdlet.Force"> <summary> This parameter overrides confirmation prompts to force the cmdlet to continue its operation. This parameter should always be used with caution. </summary> </member> </members> </doc> |