I needed to copy the same file to multiple machines so I tried this:
$computers = 'W16CN01', 'W16CN02'
$s = New-PSSession -ComputerName $computers
Copy-Item -Path 'C:SourceWindows 2016 TP5Cumulative Update for Windows Server 2016 Technical Preview… Read the full text.