:: Call Powershell script for fim unit test.
@ECHO OFF

powershell -Command "& {cd '.\active-response\bin\'; Set-ExecutionPolicy 'RemoteSigned'; powershell '.\fim_unit_test.ps1';}" 1> active-response/active-responses.log 2>&1

:Exit