Last Update: October 31, 2012
PowerShell Version: 2.0 and 3.0
Libraries:
- PSv3.psm1
.SYNOPSIS
Indicates if an object has a property that is $NULL
.DESCRIPTION
Search through a collection of custom objects and returns the index
number of any instance that has a $NULL value in a NoteProperty
.PARAMETER Object
The Object, or collection of objects that may contain a NULL value
in a note property.
.EXAMPLE
Find-NullProperty $Object
Index
-----
1
2
Returns the index number of instance of a collection of object in which
a NoteProperty has a NULL value.
.NOTES
Provided without warranty or support.
Author: Jason Yoder.
No comments:
Post a Comment