Summary: Learn how to create a strongly typed array.
I want to create a strongly typed array of system.diagnostics.processes and store it in a variable called $a. How can I do this?
Use a command such as:
[diagnostics.process[]]$a=get-process
The "Scripting Guys" is a historical title passed from scripter to scripter. The current revision has morphed into our good friend Doctor Scripto who has been with us since the very beginning.
0 comments