@@ -327,8 +327,6 @@ In both cases, you need the [Windows x64 ZIP release package][23]. Run the comma
327327 image.
3283281 . Unmount the image and boot it.
3293291 . Connect to the built-in instance of Windows PowerShell.
330- 1 . Follow the instructions to create a remoting endpoint using the
331- [ "another instance technique"] [ 03 ] .
332330
333331### Online Deployment of PowerShell
334332
@@ -349,9 +347,6 @@ Enter-PSSession $session
349347Expand-Archive -Path C:\PowerShell-7.5.0-win-x64.zip -DestinationPath 'C:\Program Files\PowerShell 7'
350348```
351349
352- If you want WSMan-based remoting, follow the instructions to create a remoting endpoint using the
353- [ "another instance technique"] [ 03 ] .
354-
355350## PowerShell remoting
356351
357352PowerShell supports the PowerShell Remoting Protocol (PSRP) over both WSMan and SSH. For more
@@ -375,7 +370,6 @@ can't support those methods.
375370<!-- link references -->
376371[ 01 ] : ../security/remoting/SSH-Remoting-in-PowerShell.md
377372[ 02 ] : ../security/remoting/WSMan-Remoting-in-PowerShell.md
378- [ 03 ] : ../security/remoting/WSMan-Remoting-in-PowerShell.md#executed-by-another-instance-of-powershell-on-behalf-of-the-instance-that-it-will-register
379373[ 04 ] : /dotnet/core/sdk
380374[ 05 ] : /dotnet/core/tools/global-tools
381375[ 06 ] : /windows-server/get-started/deploy-nano-server
@@ -388,9 +382,6 @@ can't support those methods.
388382[ 13 ] : #powershell-remoting
389383[ 14 ] : #winget
390384[ 15 ] : #zip
391- [ 16 ] : https://aka.ms/powershell-release?tag=lts
392- [ 17 ] : https://aka.ms/powershell-release?tag=preview
393- [ 18 ] : https://aka.ms/powershell-release?tag=stable
394385[ 19 ] : https://github.com/ms-iot/iot-adk-addonkit/blob/master/Tools/IoTCoreImaging/Docs/Import-PSCoreRelease.md#Import-PSCoreRelease
395386[ 20 ] : https://github.com/PowerShell/PowerShell/releases/download/v7.5.0/PowerShell-7.5.0-win-arm64.msi
396387[ 21 ] : https://github.com/PowerShell/PowerShell/releases/download/v7.5.0/PowerShell-7.5.0-win-arm64.zip
0 commit comments