Actualiser Set-WallpaperPowerBGInfoGlobal.ps1

This commit is contained in:
2026-06-11 12:36:41 +02:00
parent eae104543e
commit 985d461578
+1 -2
View File
@@ -88,8 +88,7 @@ if (Get-Service W3SVC -ErrorAction SilentlyContinue) {
} }
# SQL # SQL
if (Get-Service MSSQLSERVER -ErrorAction SilentlyContinue -or if (Get-Service -Name "MSSQL*" -ErrorAction SilentlyContinue) {
Get-Service | Where-Object {$_.Name -like "MSSQL*"} ) {
$Roles += "SQL" $Roles += "SQL"
} }