PowerShell automation
Coffee, whiskey, etc.
```
"Server1","Server2",... | % { $s = New-PSSession $_ ; copy-item -path <...> -destination <...> -tosession $s; Remove-PSSession $s; Remove-Variable s }
```
```
"Server1","Server2",... | % { $s = New-PSSession $_ ; copy-item -path <...> -destination <...> -tosession $s; Remove-PSSession $s; Remove-Variable s }
```
We're on the final day of holidays today; checking out later and catching a flight. I'm only on book 6.
I either have to a). Finish this and another book by the end of the day, or b). Lie and say I did if she asks...
We're on the final day of holidays today; checking out later and catching a flight. I'm only on book 6.
I either have to a). Finish this and another book by the end of the day, or b). Lie and say I did if she asks...
Success!
We went into old town Corfu and I found a bookstore! Bringing my total to 9 books (4 read so far)
Success!
We went into old town Corfu and I found a bookstore! Bringing my total to 9 books (4 read so far)