< Back
New-CJResult
Post
NAME New-CJResult
SYNOPSIS
Creates a new CJResult Object.
SYNTAX
New-CJResult -InputArray <Object[]> [<CommonParameters>]
DESCRIPTION
Creates a new CJResult Object.
PARAMETERS
-InputArray <Object[]>
Array that contains the records to process.
Required? true
Position? named
Default value
Accept pipeline input? true (ByValue, ByPropertyName)
Accept wildcard characters? false
<CommonParameters>
This cmdlet supports the common parameters: Verbose, Debug,
ErrorAction, ErrorVariable, WarningAction, WarningVariable,
OutBuffer, PipelineVariable, and OutVariable. For more information, see
about_CommonParameters (https:/go.microsoft.com/fwlink/?LinkID=113216).
INPUTS
OUTPUTS
The Results Object with 5 Components
input - in
success - array of success objects
skipped - array of failed objects
errors - array of error objects
timing - timing information for the operation
NOTES
AUTHOR: Cyrus Jamula
LASTEDIT: March 29th, 2018
-------------------------- EXAMPLE 1 --------------------------
PS C:\\>Create a new CJResult Object.
New-CJResult
RELATED LINKS
SYNOPSIS
Creates a new CJResult Object.
SYNTAX
New-CJResult -InputArray <Object[]> [<CommonParameters>]
DESCRIPTION
Creates a new CJResult Object.
PARAMETERS
-InputArray <Object[]>
Array that contains the records to process.
Required? true
Position? named
Default value
Accept pipeline input? true (ByValue, ByPropertyName)
Accept wildcard characters? false
<CommonParameters>
This cmdlet supports the common parameters: Verbose, Debug,
ErrorAction, ErrorVariable, WarningAction, WarningVariable,
OutBuffer, PipelineVariable, and OutVariable. For more information, see
about_CommonParameters (https:/go.microsoft.com/fwlink/?LinkID=113216).
INPUTS
OUTPUTS
The Results Object with 5 Components
input - in
success - array of success objects
skipped - array of failed objects
errors - array of error objects
timing - timing information for the operation
NOTES
AUTHOR: Cyrus Jamula
LASTEDIT: March 29th, 2018
-------------------------- EXAMPLE 1 --------------------------
PS C:\\>Create a new CJResult Object.
New-CJResult
RELATED LINKS