Powershell Core 6.2 Cookbook
上QQ阅读APP看书,第一时间看更新

Working with output

This very basic recipe shows you the ropes when it comes to gathering simple output from a local system. In order to retrieve output, we usually use cmdlets with the verb Get. You'll notice, however, that other cmdlets that create, change, or remove items can also sometimes return data to work with.