Skip to content

Commit af1e5b7

Browse files
committed
Adds Windows 2025 support and updates copyright year
1 parent 2668e35 commit af1e5b7

File tree

5 files changed

+6
-5
lines changed

5 files changed

+6
-5
lines changed

doc/000-Introduction.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ We officially support Windows machines running the following operating systems:
3737
* Windows Server 2016
3838
* Windows Server 2019
3939
* Windows Server 2022
40+
* Windows Server 2025
4041

4142
It may work on the following systems, but is currently untested, not supported and certain features may not work as expected:
4243

doc/110-Installation/02-Icinga-Management-Console.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ In this case, `master` would be our value we want to add and can confirm this by
4949
```text
5050
*******************************************
5151
** Icinga for Windows Management Console **
52-
** Copyright (c) 2024 Icinga GmbH | MIT **
52+
** Copyright (c) 2025 Icinga GmbH | MIT **
5353
** User environment ws-icinga\icinga **
5454
** Icinga PowerShell Framework v1.6.0 **
5555
*******************************************

doc/110-Installation/03-Installation-with-IMC.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ By pressing `0` on the `main menu`, we can start the entire `Installation`:
1515
```text
1616
*******************************************
1717
** Icinga for Windows Management Console **
18-
** Copyright (c) 2024 Icinga GmbH | MIT **
18+
** Copyright (c) 2025 Icinga GmbH | MIT **
1919
** User environment ws-icinga\icinga **
2020
** Icinga PowerShell Framework v1.6.0 **
2121
*******************************************
@@ -41,7 +41,7 @@ In case you already deployed a configuration before or aborted your previous att
4141
```text
4242
*******************************************
4343
** Icinga for Windows Management Console **
44-
** Copyright (c) 2024 Icinga GmbH | MIT **
44+
** Copyright (c) 2025 Icinga GmbH | MIT **
4545
** User environment ws-icinga\icinga **
4646
** Icinga PowerShell Framework v1.6.0 **
4747
*******************************************

icinga-powershell-framework.psd1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
GUID = 'fcd7a805-a41b-49f9-afee-9d17a2b76d42'
55
Author = 'Lord Hepipud'
66
CompanyName = 'Icinga GmbH'
7-
Copyright = '(c) 2024 Icinga GmbH | MIT'
7+
Copyright = '(c) 2025 Icinga GmbH | MIT'
88
Description = 'Icinga for Windows module which allows to entirely monitor the Windows Host system.'
99
PowerShellVersion = '4.0'
1010
NestedModules = @( '.\cache\framework_cache.psm1' )

templates/IcingaForWindows.psrc.template

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
# Company associated with this document
1010
CompanyName = 'Icinga GmbH'
1111
# Copyright statement for this document
12-
Copyright = '(c) 2024 Icinga GmbH | MIT'
12+
Copyright = '(c) 2025 Icinga GmbH | MIT'
1313
# Modules to import when applied to a session
1414
ModulesToImport = ''
1515
# Cmdlets to make visible when applied to a session

0 commit comments

Comments
 (0)