diff --git a/reference/docs-conceptual/install/Installing-PowerShell-Core-on-Windows.md b/reference/docs-conceptual/install/Installing-PowerShell-Core-on-Windows.md index c0be5a8815cd..ab368651a21c 100644 --- a/reference/docs-conceptual/install/Installing-PowerShell-Core-on-Windows.md +++ b/reference/docs-conceptual/install/Installing-PowerShell-Core-on-Windows.md @@ -54,7 +54,7 @@ Windows IoT already comes with Windows PowerShell which we will use to deploy Po # change the destination to however you had partitioned it with sufficient # space for the zip and the unzipped contents # the path should be local to the device - Copy-Item .\PowerShell-6.1.0-win-arm32.zip -Destination u:\users\administrator\Downloads -ToSession $s + Copy-Item .\PowerShell--win-.zip -Destination u:\users\administrator\Downloads -ToSession $s ``` 3. Connect to the device and expand the archive @@ -62,13 +62,13 @@ Windows IoT already comes with Windows PowerShell which we will use to deploy Po ```powershell Enter-PSSession $s Set-Location u:\users\administrator\downloads - Expand-Archive .\PowerShell-6.1.0-win-arm32.zip + Expand-Archive .\PowerShell--win-.zip ``` 4. Setup remoting to PowerShell Core 6 ```powershell - Set-Location .\PowerShell-6.1.0-win-arm32 + Set-Location .\PowerShell--win- # Be sure to use the -PowerShellHome parameter otherwise it'll try to create a new # endpoint with Windows PowerShell 5.1 .\Install-PowerShellRemoting.ps1 -PowerShellHome . @@ -79,7 +79,7 @@ Windows IoT already comes with Windows PowerShell which we will use to deploy Po ```powershell # Be sure to use the -Configuration parameter. If you omit it, you will connect to Windows PowerShell 5.1 - Enter-PSSession -ComputerName -Credential Administrator -Configuration powershell.6.1.0 + Enter-PSSession -ComputerName -Credential Administrator -Configuration powershell. ``` ## Deploying on Nano Server