Sorry, but there are no more tags available to filter with.
-
There are times that you may want to store the results of a Cmdlet as a string instead of the usual collection of objects. This is handy to create a textual report. The following command stores the contents of C:\Windows into a varialble. $Result = dir...