mirror of
https://github.com/Icinga/icinga-powershell-framework.git
synced 2026-02-02 19:59:31 -05:00
Merge pull request #607 from Al2Klimov/de-de
Link to docs.microsoft.com/en-us, not docs.microsoft.com/de-de
This commit is contained in:
commit
e8c55d37d4
2 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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.
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue