Skip to main content

Script Center

Script Center
We are dedicated to the system administration scripters of the world. At the Microsoft Script Center, we focus on teaching people how to use Windows PowerShell and VBScript to reduce time spent performing mundane tasks.

Hey, Scripting Guy! Blog

Script Center Home Page

PowerTip: Create a Strongly Typed Array in PowerShell
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

Recent Posts