You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Website/docs/application/powershell.md
+16-4Lines changed: 16 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,9 @@ sidebar_position: 9
4
4
5
5
# PowerShell
6
6
7
-
With **PowerShell** you can start PowerShell consoles on the local computer or connect to remote computers via [PowerShell Remoting](https://learn.microsoft.com/en-us/powershell/scripting/learn/ps101/08-powershell-remoting). The integration of PowerShell with NETworkManger supports tabs and profiles for hosts. The connection can be established via a profile (double-click, Enter key or right-click `Connect`) or directly via the [connection](#connect) dialog.
7
+
With **PowerShell** you can launch PowerShell consoles locally or connect to remote computers using [PowerShell Remoting](https://learn.microsoft.com/en-us/powershell/scripting/learn/ps101/08-powershell-remoting). You can also execute command-line applications such as `wsl`, `k9s`, or any other tools typically accessible from a PowerShell session. In addition, you can run PowerShell scripts directly within the console.
8
+
9
+
The integration of PuTTY with NETworkManger supports tabs and profiles for hosts (and tools). You can launch the console / establish a connection via a profile (double-click, Enter key or right-click `Connect`) or directly via the [connection](#connect) dialog.
8
10
9
11
:::info
10
12
@@ -14,19 +16,23 @@ PowerShell is a command-line shell and scripting language developed by Microsoft
14
16
15
17
:::note
16
18
17
-
Windows PowerShell and PowerShell Core are supported. Indructions for installing PowerShell Core can be found on the [official website](https://learn.microsoft.com/en-us/powershell/scripting/install/installing-powershell?).
19
+
Windows PowerShell and PowerShell are supported. Indructions for installing PowerShell Core can be found on the [official website](https://learn.microsoft.com/en-us/powershell/scripting/install/installing-powershell?).
18
20
19
21
:::
20
22
21
23
:::tip
22
24
23
-
Windows Subsystem for Linux (WSL) can be used in PowerShell by passing the following [command](#command) to the PowerShell console:
25
+
Launching a command-line application such as `wsl` or `k9s` can be done by passing the [command](#command) to the PowerShell console.
24
26
25
27
```powershell
28
+
# Connect to WSL
26
29
wsl -d <DISTRIBUTION>
30
+
31
+
# Connect to Kubernetes
32
+
k9s --readonly
27
33
```
28
34
29
-
See [FAQ > How to use Windows Subsystem for Linux (WSL) in PowerShell?](../faq/powershell-wsl) for more information.
35
+
See [FAQ > PowerShell with command-line applications](../faq/powershell-cmd-apps) for more information.
30
36
31
37
:::
32
38
@@ -183,6 +189,8 @@ Only available if [Remote console](#remote-console-1) is disabled.
183
189
184
190
Use `wsl -d <DISTRIBUTION>` to connect to Windows Subsystem for Linux.
185
191
192
+
Use `k9s` or `k9s --readonly` to manage Kubernetes clusters.
193
+
186
194
:::
187
195
188
196
### Additional command line
@@ -225,6 +233,8 @@ Command to execute when the PowerShell console is started locally.
225
233
226
234
Use `wsl -d <DISTRIBUTION>` to connect to Windows Subsystem for Linux.
227
235
236
+
Use `k9s` or `k9s --readonly` to manage Kubernetes clusters.
237
+
228
238
:::
229
239
230
240
### Additional command line
@@ -285,6 +295,8 @@ Default command to execute when the PowerShell console is started locally.
285
295
286
296
Use `wsl -d <DISTRIBUTION>` to connect to Windows Subsystem for Linux.
287
297
298
+
Use `k9s` or `k9s --readonly` to manage Kubernetes clusters.
Copy file name to clipboardExpand all lines: Website/docs/application/putty.md
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,9 @@ sidebar_position: 10
4
4
5
5
# PuTTY
6
6
7
-
With **PuTTY** you can connect to a remote computer via Secure Shell (SSH) or Telnet. In addition you can connect to a local serial port. The integration of PuTTY with NETworkManger supports tabs and profiles for hosts. The connection can be established via a profile (double-click, Enter key or right-click `Connect`) or directly via the [connection](#connect) dialog.
7
+
With **PuTTY** you can connect to a remote computer via Secure Shell (SSH) or Telnet. In addition you can connect to a local serial port.
8
+
9
+
The integration of PuTTY with NETworkManger supports tabs and profiles for hosts. You can establish a connection via a profile (double-click, Enter key or right-click `Connect`) or directly via the [connection](#connect) dialog.
0 commit comments