diff --git a/content/exchange/artifacts/Windows.Audit.CISCat_Lite.yaml b/content/exchange/artifacts/Windows.Audit.CISCat_Lite.yaml index 4b42e32ee97..8d7abf69d41 100644 --- a/content/exchange/artifacts/Windows.Audit.CISCat_Lite.yaml +++ b/content/exchange/artifacts/Windows.Audit.CISCat_Lite.yaml @@ -43,7 +43,8 @@ sources: -- Run the command LET _ <= SELECT * - FROM execve(argv=[CISCatPath, "-b", BaselinePath, '-p', ProfileName]) + FROM Artifact.Windows.System.PowerShell(Command=format(format='& "%v" -b %v -p "%v"', + args=[CISCatPath, BaselinePath, ProfileName])) SELECT * FROM foreach( row={ @@ -54,4 +55,4 @@ sources: }, query={ SELECT OSPath, upload(file=OSPath) AS Upload FROM scope() - }) \ No newline at end of file + })