ShareFile-PowerShell
ShareFile-PowerShell copied to clipboard
copy files from one location to another
I can move files from one location to another using this command Send-SfRequest -Client $sfClient -Entity Items -Method PATCH -Id $item.Id.ToString() -BodyText $fileParent but how to copy it using Send-SfRequest?