Mmm, software
Showing posts with label
remote
.
Show all posts
Showing posts with label
remote
.
Show all posts
Sunday, April 02, 2017
How to copy files to a remote machine with powershell 5 (the easy way)
›
> $creds = Get-Credential > $session = New-PSSession -ComputerName "myremotemachine.mydomain.com" -UseSSL -Credential $cred...
Friday, September 02, 2016
Solving 'The remote certificate is invalid according to the validation procedure' with WCF channels
›
This typically happens most often (when using certificates) when the certificate Common Name (CN) doesn't match the DNS host name of the...
Tuesday, August 02, 2016
MSDeploy: The underlying connection was closed: An unexpected error occurred on a send.
›
Our company has started deploying all of its numerous web applications via automated (or at least scripted) deployment with MSDeploy. This h...
Wednesday, August 20, 2014
Getting an "RPC endpoint not found/not listening" exception when connecting to a remote machine with PowerShell
›
Lately I've been dealing with a lot of remote management for the purposes of automating our deployment process for the product on which ...
Friday, January 18, 2013
Synchronizing with a remote SVN repository
›
We recently had a double hard-drive failure on our RAID 5 on our main server at work, and we lost our stuff. Our primary backup method of th...
›
Home
View web version