Skip to content

Commit cbbf27c

Browse files
sdwheelerDCtheGeek
authored andcommitted
fixing -ToSession description (#4787)
1 parent 1c02717 commit cbbf27c

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

reference/5.0/Microsoft.PowerShell.Management/Copy-Item.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -449,7 +449,7 @@ Accept wildcard characters: False
449449
### -ToSession
450450

451451
Specifies the **PSSession** object to which a remote file is being copied. When you use this
452-
parameter, the **Path** and **LiteralPath** parameters refer to the local path on the remote
452+
parameter, the **Destination** parameter refers to the local path on the remote
453453
machine.
454454

455455
```yaml

reference/5.1/Microsoft.PowerShell.Management/Copy-Item.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -449,7 +449,7 @@ Accept wildcard characters: False
449449
### -ToSession
450450

451451
Specifies the **PSSession** object to which a remote file is being copied. When you use this
452-
parameter, the **Path** and **LiteralPath** parameters refer to the local path on the remote
452+
parameter, the **Destination** parameter refers to the local path on the remote
453453
machine.
454454

455455
```yaml

reference/7/Microsoft.PowerShell.Management/Copy-Item.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -447,7 +447,7 @@ Accept wildcard characters: False
447447
### -ToSession
448448

449449
Specifies the **PSSession** object to which a remote file is being copied. When you use this
450-
parameter, the **Path** and **LiteralPath** parameters refer to the local path on the remote
450+
parameter, the **Destination** parameter refers to the local path on the remote
451451
machine.
452452

453453
```yaml

0 commit comments

Comments
 (0)