sysmon
20 Topics- RDCMan v3.0 and Sysmon 1.3.6 for LinuxRDCMan v3.0 This update to RDCMan, a tool for managing and connecting to Remote Desktop sessions, implements Windows 11 Terminal Services client features, and adds a series of security and quality of life improvements, like seamless session resizing, keyboard navigation, IPv6 support, and modern cryptography. Sysmon 1.3.6 for Linux Sysmon 1.3.6 for Linux adds support for kernel 6.11 and newer.3.5KViews4likes12Comments
- PowerShell install updated SysmonAttempting to install an updated Sysmon to a computer. Sysmon has been uninstalled prior to updating; however, when running PowerShell in Intune to install it, it appears that Sysmon64.exe is copied to C:\Windows\, but no service is created for Sysmon64. This is running in System context, with WORKGROUP\SYSTEM for a user. Running the following command in a PowerShell script only copies the file, but doesn't create the service: Start-Process -Wait "sysmon64.exe" -ArgumentList "-i -accepteula" Running the above line in PowerShell ISE, as myself outside of the Intune deployment, the service is created without issue. What am I missing? Thanks!173Views0likes1Comment