Upload files to "/"
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
$proc = Get-Process -Name SecurityHealthSystray -ErrorAction SilentlyContinue
|
||||
|
||||
if ($null -ne $proc) {
|
||||
Write-Output "ESP-not-active"
|
||||
exit 0
|
||||
} else {
|
||||
Write-Output "ESP-active"
|
||||
exit 0
|
||||
}
|
||||
Reference in New Issue
Block a user