by Mikael Henriksson
24. October 2010 19:40
This was a bit tricky figuring out. I was dead sure there was something I could use built in for MS SQL at least but to complicate things further I have to open an SSH connection before I can connect to the database server. Since the SSH one was easier and a prerequisite I started with that one. Wh...
[More]
by Mikael Henriksson
22. October 2010 22:51
It can be done pretty easily when you know how. The trick with PowerShell is to make good use of the power of .net framework. I just created a Github project called ps-ftp. It’s pretty straight forward and since you can find the code there I’m just going to post an example usage. $credential ...
[More]