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
+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
@@ -16,7 +16,9 @@ PowerShell is a command-line shell and scripting language developed by Microsoft
16
16
17
17
:::note
18
18
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?).
19
+
Windows PowerShell (`powershell`) and PowerShell (`pwsh`) are supported. **Use PowerShell (`pwsh`) for the best experience.**
20
+
21
+
Indructions for installing PowerShell (`pwsh`) can be found on the [official website](https://learn.microsoft.com/en-us/powershell/scripting/install/installing-powershell?).
@@ -38,16 +40,18 @@ The following features are currently available:
38
40
-[Listeners](./application/listeners)
39
41
-[ARP Table](./application/arp-table)
40
42
41
-
If you have any suggestions for new features, please submit a [feature request](https://github.com/BornToBeRoot/NETworkManager/issues/new/choose) on GitHub.
42
-
43
-
## Profiles
43
+
## Groups and Profiles
44
44
45
-
Organize your hosts and networks with specific configurations in profiles and use them seamless across all features. You can separate them in different profile files for each environment (e.g. work, home, customer, etc.) and encrypt them with a master password to protect your sensitive data and credentials.
45
+
Organize hosts and networks in profiles with individual settings, and use them seamlessly across all features.
46
+
Keep your sensitive data secure with encrypted profile files, and manage customers or environments by using
47
+
different profile files. See the [Groups and Profiles](./groups-and-profiles.md) section for more information.
46
48
47
-
## Languages
49
+
## Customization
48
50
49
-
Thanks to the community, NETworkManager is available in more than 16 [languages](https://app.transifex.com/BornToBeRoot/NETworkManager/dashboard/). If you would like to help with the translation and improve it, you can join the translation team on [Transifex](https://app.transifex.com/BornToBeRoot/NETworkManager/dashboard/).
51
+
NETworkManager comes with a dark and light theme and multiple accent colors. You can also provide your own custom
52
+
theme files. See the [Appearance settings](./settings/appearance.md) for more information.
50
53
51
-
New languages must be requested on GitHub via a [feature request](https://github.com/BornToBeRoot/NETworkManager/issues/new/choose) before you can join the translation team and start translating.
54
+
## Languages
52
55
53
-
See also the [contributing guidelines](https://github.com/BornToBeRoot/NETworkManager/blob/main/CONTRIBUTING.md) for this project.
56
+
Thanks to the community, NETworkManager is available in more than 16 [languages](https://app.transifex.com/BornToBeRoot/NETworkManager/dashboard/).
57
+
If you want to help translating NETworkManager, you find everything to start in the [contributing guidelines](https://github.com/BornToBeRoot/NETworkManager/blob/main/CONTRIBUTING.md).
0 commit comments