How to Use PowerShell to Unblock an Excel

i and @MasterOfLogic are working on a Powerrshell command to unblock an excel file but got stucked, How do weuse Powershell command to unblock an excel file in UIpath, we got a command off the internet but do not know how to run it.
kindly assist with how to use powershell query

Hi @Ademola_Isola ,

You can use Invoke Powershell activity & pass your command in CommandText.

Additionally you might be required to tick IsScript checkbox.

Hope this helps you.