Stop-SetupService - ServiceName FMS $amService = get-Service MSExchangeAntimalwareSvc - ErrorAction SilentlyContinue if($amService) ...

Stop-SetupService - ServiceName FMS                    $amService = get-Service MSExchangeAntimalwareSvc - ErrorAction SilentlyContinue          if($amService)          {              Stop-SetupService - ServiceName MSExchangeAntimalwareSvc          }