Quantcast
Channel: THWACK: Message List - Security Event Manager (SEM) - Formerly Log & Event Manager
Viewing all articles
Browse latest Browse all 5385

Re: Is there a way to create custom actions?

$
0
0

Util they add this feature you would use powershell to create a custom actions by watching a text file, group, email, popup message or even SNMP.

 

Basic command to copy file listed in a text file, would need to expand it update the text file after the copy is complete:

Get-Content myfile.txt|Foreach-Object{copy-item -path $_.FullName -destination "path_to_destination"}

 

Tony


Viewing all articles
Browse latest Browse all 5385

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>