Glenn Leifheit
A Secure Software Blog

PowerShell Remote Authentication

I've been looking for an elegant solution to allowing you to remotely connect to boxes in other domains without a trust in PowerShell.

I've Tried:

  • Using the Control Panel User/Password repository to store my credentials on a server by server basis.  (this takes a lot of setup and is out of site out of mind).
  • Mapping a null drive with alternate credentails in script.

Was anyone seen any other ways of doing this that may be more elegant?  Anything that is a "PowerShell native: solution?