ShareFile-PowerShell icon indicating copy to clipboard operation
ShareFile-PowerShell copied to clipboard

Results 56 ShareFile-PowerShell issues
Sort by recently updated
recently updated
newest added

Tried to sync everything from ShareFile account to local folder. It looks like working OK but ... Once file is deleted on sharefile and sync operation is started with -Strict...

Creating a script to sync a users personal folder in powershell and it works for the most part but will throw the error "Sync-SfItem : The client does not have...

I am using the ShareFile PowerShell SDK to call the ShareFile API. Interactive New-SFClient is successful with user name, password and two step verification code. New-SFClient for same account but...

The folder on ShareFile is removed even though -KeepFolders is being used. In below example the Inbound folder will be removed from Sharefile. Sync-SfItem -ShareFilePath "/Folder1/Inbound" -Download -KeepFolders -LocalPath $LocalPath...

I can create a report with Post Reports however report created is not saved to the folder ID provided. The SaveFolder is populated with the correct Folder object, but the...

I am trying to copy a root folder and all subfolders & files to another root folder. This works fine but only if the folder is empty. I tried using...

Bumps [Newtonsoft.Json](https://github.com/JamesNK/Newtonsoft.Json) from 9.0.1 to 13.0.1. Release notes Sourced from Newtonsoft.Json's releases. 13.0.1 New feature - Add JsonSelectSettings with configuration for a regex timeout Change - Remove portable assemblies from...

dependencies

Powershell versions 5.1 and earlier are no longer in active development. Powershell Core (versions 6, 7, and the future) do not support snap-ins, so the ShareFile-PowerShell SDK is totally unusable....

I know I could probably fix this on my own, but honestly, I'm not sure how to use GitHub well enough to deal with forks and commits. But lines 25...

I am creating a script, but I need to know how to exclude files using copy-sfitem....I have tried -Exclude, it didn't work