Collections:
Other Resources:
Application Command in Pipeline in Windows PowerShell
Can I use application commands in cmdlet pipeline in Windows PowerShell?
✍: FYIcenter.com
Yes, you can use application commands in cmdlet pipeline in Windows PowerShell.
But you need to remember a couple of things:
1. The output of an application command will be considered as a String object, not a sequence of characters. For example:
PS C:\fyicenter> ping localhost | get-member -membertype property
TypeName: System.String
Name MemberType Definition
---- ---------- ----------
Length Property int Length {get;}
2. If an output object is piped into an application command, the object will be converted into a sequence of characters before feeding to the application.
⇒ Object Type Match in Pipeline in Windows PowerShell
⇐ Use Cmdlet Pipeline in Windows PowerShell
2016-11-04, ∼2628🔥, 0💬
Popular Posts:
Can I disable Windows service "OracleJobSchedulerXE" to speedup my computer? Third party application...
How to Add MP3 Folder to Windows Media Player Library ? 1. Start Windows Media Player. 2. Click the ...
How to set up Windows Media Center on Windows 7? On a new Windows 7 system, you need to follow these...
What is service "AeLookupSvc" on Windows Vista? "AeLookupSvc" is a system service with the display n...
I'm trying to upload pictures from my Samsung camera and Windows 8 keep saying "Something went wrong...