Skip to content

Commit 3a419ab

Browse files
authored
Update reference/docs-conceptual/learn/ps101/08-powershell-remoting.md
1 parent 8df8e3e commit 3a419ab

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

reference/docs-conceptual/learn/ps101/08-powershell-remoting.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -120,8 +120,7 @@ Remember that you can only access the PowerShell commands and modules installed
120120
computer. If you installed other modules locally, they aren't available in the remote session.
121121

122122
When connected via a one-to-one interactive remoting session, it's as if you're sitting directly at
123-
the remote machine. The objects behave like any other PowerShell objects when you work with them,
124-
just like the ones you encountered throughout this book.
123+
the remote machine.
125124

126125
```powershell
127126
[dc01]: Get-Process | Get-Member

0 commit comments

Comments
 (0)