質問編集履歴
3
title
CHANGED
File without changes
|
body
CHANGED
File without changes
|
2
title
CHANGED
File without changes
|
body
CHANGED
@@ -16,7 +16,7 @@
|
|
16
16
|
⇒成功
|
17
17
|
```PowerShell
|
18
18
|
$session = New-PSSession –ComputerName PCNAME
|
19
|
-
Copy-Item –Path \FILE\share\hoge.txt –Destination 'C:\work'
|
19
|
+
Copy-Item –Path \FILE\share\hoge.txt –Destination 'C:\work' -Session $session
|
20
20
|
```
|
21
21
|
|
22
22
|
3.セッションに接続してからコピー
|
1
title
CHANGED
File without changes
|
body
CHANGED
File without changes
|