Created
September 7, 2021 03:02
-
-
Save Shivammalaviya/5e9d133045c3b24d323c873e5ba8689a to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| DeviceProcessEvents | |
| | where (ProcessCommandLine contains "--install " | |
| and ProcessCommandLine contains "--start-with-win " | |
| and ProcessCommandLine contains "--silent ") |
Author
Hi Shivam,
Thank you very much for sharing this. Could you please help me to understand it is only for Anydesk software detection or its generic for any other third party remote assistance applications as well because here I don't see query contains specific to Anydesk.
Regards,
Ashish Kumar
Hey Ashish,
This is for AnyDesk silent installation - https://support.anydesk.com/Automatic_Deployment
Thank you Shivam!!
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi Shivam,
Thank you very much for sharing this. Could you please help me to understand it is only for Anydesk software detection or its generic for any other third party remote assistance applications as well because here I don't see query contains specific to Anydesk.
Regards,
Ashish Kumar