diff --git a/doc/110-Installation/01-Getting-Started.md b/doc/110-Installation/01-Getting-Started.md index 724d8a6..bac7728 100644 --- a/doc/110-Installation/01-Getting-Started.md +++ b/doc/110-Installation/01-Getting-Started.md @@ -6,7 +6,7 @@ Icinga for Windows provides tools and functionality to entirely manage itself. T * Windows 2012 R2 or later * PowerShell Version 4.0 or later -* [Execution Policies](https://docs.microsoft.com/de-de/powershell/module/microsoft.powershell.core/about/about_execution_policies) allowing module/script execution +* [Execution Policies](https://docs.microsoft.com/en-us/powershell/module/microsoft.powershell.core/about/about_execution_policies) allowing module/script execution * Access to [packages.icinga.com](https://packages.icinga.com) at least from one location ## Installation Dependencies diff --git a/doc/130-JEA/01-JEA-Profiles.md b/doc/130-JEA/01-JEA-Profiles.md index 4947e11..f93fecb 100644 --- a/doc/130-JEA/01-JEA-Profiles.md +++ b/doc/130-JEA/01-JEA-Profiles.md @@ -2,7 +2,7 @@ Starting with Icinga for Windows v1.6.0, we are supporting JEA profiles and provide all required tools to build a profile based on installed Icinga for Windows components. -JEA stands for "Just Enough Administration" and you can read more about it on the [Microsoft Docs](https://docs.microsoft.com/de-de/powershell/scripting/learn/remoting/jea/overview). +JEA stands for "Just Enough Administration" and you can read more about it on the [Microsoft Docs](https://docs.microsoft.com/en-us/powershell/scripting/learn/remoting/jea/overview). In short, JEA allows you to limit the access to certain Cmdlets, Functions and Binaries on the system. In addition, you can grant additional privileges to users to perform tasks, which are permitted to Administrators only in general.