Thursday, January 31, 2019

Runas in WFA command

One of my colleagues asked me this week how he could run a PowerShell action as another user.

He wanted to move files between CIFS shares but this specific action required specific windows credentials and they didn't want to give the WFA service those rights.

Here is what is possible and what not...

Monday, January 7, 2019

WFA maintenance workflow (powershell only)

If you are working with WFA quite a lot, there are some maintenance tasks that might be handy.  And they are either not possible in the GUI, or they take a lot of manual work.

This is an updated version from v1.0.1 tot v1.0.2 (added more options)
  • Clean ALL or some execution logs
  • Clean ALL or some reservations
  • Enable Full RBAC
here is a workflow to do this...