ContinueOnError Parameter (Connect-SharePoint Cmdlet)
Indicates whether or not to continue updating items in a batch after an error.
Syntax
Connect-SharePoint -ContinueOnError bool
Data Type
bool
Default Value
true
Remarks
If this property is set to True (default), the cmdlet will continue adding, updating, or deleting items when an error is encountered on one of the items. When set to False, the cmdlet will stop adding, updating, or deleting items after an error is encountered (entries preceeding the problematic entry will still be added, updated, or deleted).