From 2b91c702dde38a412232125d4651f6b40bf48662 Mon Sep 17 00:00:00 2001 From: admin_tan Date: Thu, 11 Jun 2026 12:58:49 +0200 Subject: [PATCH] Actualiser Set-WallpaperPowerBGInfoCORPORATE.ps1 --- Set-WallpaperPowerBGInfoCORPORATE.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Set-WallpaperPowerBGInfoCORPORATE.ps1 b/Set-WallpaperPowerBGInfoCORPORATE.ps1 index 6a160c8..2c54517 100644 --- a/Set-WallpaperPowerBGInfoCORPORATE.ps1 +++ b/Set-WallpaperPowerBGInfoCORPORATE.ps1 @@ -179,7 +179,7 @@ $palette = @{ $tiles = @( # --- GAUCHE --- New-BGInfoVisualCanvasTile -Side Left -IconKind Computer -SurfaceStyle Raised -Label HOSTNAME -Value '{{HostName}}' -Detail 'Hypervisor' -Accent '#49b1d7FF' - New-BGInfoVisualCanvasTile -Side Left -IconKind Server -SurfaceStyle Raised -Label 'SERVER ROLE' -Value $RoleValue -Detail $RoleDetail -Accent '#ffa340FF' + New-BGInfoVisualCanvasTile -Side Left -IconKind Computer -SurfaceStyle Raised -Label 'SERVER ROLE' -Value $RoleValue -Detail $RoleDetail -Accent '#ffa340FF' New-BGInfoVisualCanvasTile -Side Left -IconKind OperatingSystem -SurfaceStyle Raised -Label 'OPERATING SYSTEM' -Value $OSName -Detail $OSDetail -Accent '#00698eFF' New-BGInfoVisualCanvasTile -Side Left -IconKind Network -SurfaceStyle Raised -Label 'IP ADDRESS' -Value '{{IPv4Address}}' -Detail 'Management IP Address' -Accent '#49b1d7FF' New-BGInfoVisualCanvasTile -Side Left -IconKind User -SurfaceStyle Raised -Label 'LOGGED USER' -Value '{{UserName}}' -Detail 'Active Session' -Accent '#16A34AFF'