Orchestration powershell activity returning "Access to path denied" for file creation on local host
Hi all, I've created a custom PowerShell activity with a simple purpose of saving a txt file on the server, where MID server resides. I'm using the MID server credentials and I've tested the PowerShell command locally: New-Item -path $path -Name $f...