Dim instance As WhereObjectCommand
<CmdletAttribute("Where", "Object")> _ Public NotInheritable Class WhereObjectCommand Inherits PSCmdlet
[CmdletAttribute("Where", "Object")] public sealed class WhereObjectCommand : PSCmdlet
[CmdletAttribute(L"Where", L"Object")] public ref class WhereObjectCommand sealed : public PSCmdlet
/** @attribute CmdletAttribute("Where", "Object") */ public final class WhereObjectCommand extends PSCmdlet
CmdletAttribute("Where", "Object") public final class WhereObjectCommand extends PSCmdlet
This cmdlet creates a filter that controls which objects will be passed along a pipeline. For more information about this cmdlet, see Where-Object in the Microsoft TechNet library.
For Help at the command line, type:
get-help where-object