PowerShell Credentials
After playing with powershell for a while I got tired of typing the username and password every time I wanted to access a remote PC or server. There is an attriubute called PSScredentials and allow you to cache your credentials and passthem to your scripts. Here is a basic example …