Update Services Scripts/Service - Dell SupportAssist Service - Stop.ps1

This commit is contained in:
2025-08-05 15:56:10 +00:00
parent 74b5bbbdcb
commit 062ce7d140
@@ -1,18 +1,16 @@
<#
Author: Leng Yang
Company: UFS LLC
Date: 05-14-25
.Synopsis
Sets Dell SupportAssist service to manual startup and stops it.
.Modified
05-14-25 (LengY) - Original script created
05-15-25 (GabeK) - Code Reviewed
#>
# Variables #
$service = Get-Service | Where-Object { $_.DisplayName -like "*dell supportassist*" } | Select-Object Name
# Functions #
# Start Script #
If ($service) {