News

Get-WmiObject -Class Win32_Product | Select-Object -Property Name After several seconds, this command will produce a list of most of the applications that are installed on the PC. You can see an ...
This helps a little bit towards efficiency, but PowerShell 3.0 will take this to a new level. In version 3 we will be able to define a set of default parameter values. If we run a command that has one ...