Below are some simple PowerShell scripts that I find pretty useful in Windows administration:
Note: For the scripts that connect to a remote machine, you will need to run PowerShell as a user with Administrator privileges to that machine.
Aliases:

Gwmi = Get-WmiObject
fl = Format-List
ft = Fomat-Table
-Comp = -ComputerName

Get a list of installed applications for a specified machine […]

continue reading.....