mirror of
https://github.com/Icinga/icinga-powershell-framework.git
synced 2025-12-18 15:46:14 -05:00
Adds Windows 2025 support and updates copyright year
This commit is contained in:
parent
2668e35436
commit
af1e5b7293
5 changed files with 6 additions and 5 deletions
|
|
@ -37,6 +37,7 @@ We officially support Windows machines running the following operating systems:
|
|||
* Windows Server 2016
|
||||
* Windows Server 2019
|
||||
* Windows Server 2022
|
||||
* Windows Server 2025
|
||||
|
||||
It may work on the following systems, but is currently untested, not supported and certain features may not work as expected:
|
||||
|
||||
|
|
|
|||
|
|
@ -49,7 +49,7 @@ In this case, `master` would be our value we want to add and can confirm this by
|
|||
```text
|
||||
*******************************************
|
||||
** Icinga for Windows Management Console **
|
||||
** Copyright (c) 2024 Icinga GmbH | MIT **
|
||||
** Copyright (c) 2025 Icinga GmbH | MIT **
|
||||
** User environment ws-icinga\icinga **
|
||||
** Icinga PowerShell Framework v1.6.0 **
|
||||
*******************************************
|
||||
|
|
|
|||
|
|
@ -15,7 +15,7 @@ By pressing `0` on the `main menu`, we can start the entire `Installation`:
|
|||
```text
|
||||
*******************************************
|
||||
** Icinga for Windows Management Console **
|
||||
** Copyright (c) 2024 Icinga GmbH | MIT **
|
||||
** Copyright (c) 2025 Icinga GmbH | MIT **
|
||||
** User environment ws-icinga\icinga **
|
||||
** Icinga PowerShell Framework v1.6.0 **
|
||||
*******************************************
|
||||
|
|
@ -41,7 +41,7 @@ In case you already deployed a configuration before or aborted your previous att
|
|||
```text
|
||||
*******************************************
|
||||
** Icinga for Windows Management Console **
|
||||
** Copyright (c) 2024 Icinga GmbH | MIT **
|
||||
** Copyright (c) 2025 Icinga GmbH | MIT **
|
||||
** User environment ws-icinga\icinga **
|
||||
** Icinga PowerShell Framework v1.6.0 **
|
||||
*******************************************
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@
|
|||
GUID = 'fcd7a805-a41b-49f9-afee-9d17a2b76d42'
|
||||
Author = 'Lord Hepipud'
|
||||
CompanyName = 'Icinga GmbH'
|
||||
Copyright = '(c) 2024 Icinga GmbH | MIT'
|
||||
Copyright = '(c) 2025 Icinga GmbH | MIT'
|
||||
Description = 'Icinga for Windows module which allows to entirely monitor the Windows Host system.'
|
||||
PowerShellVersion = '4.0'
|
||||
NestedModules = @( '.\cache\framework_cache.psm1' )
|
||||
|
|
|
|||
|
|
@ -9,7 +9,7 @@
|
|||
# Company associated with this document
|
||||
CompanyName = 'Icinga GmbH'
|
||||
# Copyright statement for this document
|
||||
Copyright = '(c) 2024 Icinga GmbH | MIT'
|
||||
Copyright = '(c) 2025 Icinga GmbH | MIT'
|
||||
# Modules to import when applied to a session
|
||||
ModulesToImport = ''
|
||||
# Cmdlets to make visible when applied to a session
|
||||
|
|
|
|||
Loading…
Reference in a new issue