Hi all, In this post I want to introduce a Powershell script cmdlet that I have written to upload files to a McAfee Advanced Threat Defense box. This is the first time that I write something in Powershell, I have tried to follow the specifications specially in terms of output and binding, in such a way that the files to be uploaded to the ATD box can be piped from a list, external file or another cmdlet and in the same way the cmdlet outputs information in an object format that allows to work on the results obtained from the upload operation. Installation process: The Script can be downloaded from the following link: https://github.com/built4tech/submit-atd The current execution polity of the system where the cmdlet Script is going to be executed must allow the execution of unsigned scripts (Unresricted) If the current policy doesn't allow to execute unsigned scripts, you must change that policy, with the set-execution-policy cmdlet. It is important to n...
Blog dedicated to IT and security