Initialer Import des AssetManagers

This commit is contained in:
2026-08-02 21:28:50 +00:00
commit ed72ce8821
256 changed files with 26361 additions and 0 deletions
+7
View File
@@ -0,0 +1,7 @@
AssetManager 0.5.4.8
- Fixes the common Windows job dispatcher used by software inventory, registry jobs and PowerShell job definitions.
- Sends PowerShell source through MeshCtrl's native `--powershell` channel instead of nesting `cmd.exe` and `powershell.exe -EncodedCommand`.
- Uses `--reply` so MeshCtrl waits for the remote agent response rather than returning only the server acknowledgement `OK`.
- Keeps GZip/Base64 compression, but the compact bootstrap is now valid PowerShell source executed directly by the agent.
- Dispatch diagnostics show whether native PowerShell with reply was used.