GetWSManInstanceCommand.Enumerate Property
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.
The following is the definition of the input parameter "Enumerate". Switch indicates list all instances of a management resource. Equivalent to WSManagement Enumerate.
[System.Management.Automation.Parameter(Mandatory=true, ParameterSetName="Enumerate")]
public System.Management.Automation.SwitchParameter Enumerate { get; set; }
[<System.Management.Automation.Parameter(Mandatory=true, ParameterSetName="Enumerate")>]
member this.Enumerate : System.Management.Automation.SwitchParameter with get, set
Public Property Enumerate As SwitchParameter
Property Value
- Attributes