We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8df8e3e commit 3a419abCopy full SHA for 3a419ab
reference/docs-conceptual/learn/ps101/08-powershell-remoting.md
@@ -120,8 +120,7 @@ Remember that you can only access the PowerShell commands and modules installed
120
computer. If you installed other modules locally, they aren't available in the remote session.
121
122
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.
+the remote machine.
125
126
```powershell
127
[dc01]: Get-Process | Get-Member
0 commit comments