Azure / Azure/azure-powershell
[Doc]: No documentation for the second parameter set
Open
DesktopVirtualization
Doc - Reference
Service Attention
- Dominant language
- C#
- Stars
- 4.8k
- Forks
- 4.3k
- Avg merge
- 3d 14h
- Merged PRs (30d)
- 54
Description
### Description
The InputObject parameter is used as a pipeline input for PowerShell.
See Microsoft guidelines here:
https://learn.microsoft.com/en-us/powershell/scripting/developer/cmdlet/advisory-development-guidelines?view=powershell-7.3#support-an-inputobject-parameter-ad01
Where do I get the Object type for pipelining into this cmdlet?
for instance
`get-service -name wsaservice | start-service`
Is a good example of pipelining by inputobject
Contributor guide
Assessment
This issue has not been assessed yet.