Mmm, software
Showing posts with label
file
.
Show all posts
Showing posts with label
file
.
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...
Thursday, September 01, 2016
Unblocking zip files, the permanent solution
›
My team recently migrated their code to Visual Studio Online (aka VSO aka VSTS), which means that any time we do our builds, we now have to ...
›
Home
View web version