5 lines
90 B
PowerShell
5 lines
90 B
PowerShell
if (Test-Path "C:\Program Files\IT Nexus Agent\IT-Nexus-Agent.exe") {
|
|
exit 0
|
|
}
|
|
exit 1
|