ShareFile-PowerShell
ShareFile-PowerShell copied to clipboard
Our company has a server where we collect all of the documents users scan in their offices and upload them into ShareFile. We run a powershell script using the ShareFile...
I'm trying to create an employee account (not a client) but I always get the same error. I'm not sure what am I doing wrong. When I put some domain...
The download behavior (and upload behavior) contains several bugs and deviations from sfcli.exe. Sync-SfItem does NOT work like sfcli.exe, the documentation claiming so is wrong. I observed the following bugs/deviations...
Hello, when I use the switch -recurse I got the following error, without the switch I don't get any error but I could not copy the subfolders and their content....
We have a script running automatically through task scheduler every couple of minutes to sync an in house folder to sharefile ``` Add-PSSnapIn ShareFile Set-ExecutionPolicy RemoteSigned $sfClient = Get-sfClient -Name...
A variable rename was missed Current code: ``` #upload directory is relative to the root of the account #get the current user's home folder to use as the starting point...
When attempting to sync files from Sharefile to a local drive I get an error - Sync-SfItem : Could not find a part of the path 'File In Question' When...
Hey guys! Is there a permament fix to tackle the PowerShell SDK TLS Errors? _**The request was aborted: Could not create SSL/TLS secure channel**_ We've followed this guide thoroughly: http://intelligentsystemsmonitoring.com/knowledgebase/citrix/citrix-sharefile-tls-deprecation-upgrade-guidance/...
Starting on 2/14/2020, the New-SFClient cmdlet has been failing with 400 Bad request error when using parameters -Credential. I tried to pass PSCredential object through either New-Object System.Management.Automation.PSCredential($UserName,$Password) or Get-Credential....
Hoping one or more of you might be able to assist. We're trying to do an urgent move from Sharefile to Sharepoint/Onedrive and we're striking the file path limit in...