BehaviorOnNoMatch Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Describes whether to report errors when a given filter doesnt match any objects.
public enum class BehaviorOnNoMatch
public enum class BehaviorOnNoMatch
enum BehaviorOnNoMatch
public enum BehaviorOnNoMatch
type BehaviorOnNoMatch =
Public Enum BehaviorOnNoMatch
- Inheritance
-
BehaviorOnNoMatch
Fields
Name | Value | Description |
---|---|---|
Default | 0 | Default behavior is to be consistent with the built-in cmdlets:
Note that the following conventions are adopted:
|
ReportErrors | 1 |
|
SilentlyContinue | 2 |
|