ShareFile-PowerShell
ShareFile-PowerShell copied to clipboard
Sometimes when creating folder i'm getting error message Send-SfRequest : InternalServerError: A system error occurred. At C:\Scripts\Sharefile\Sharefile_Copy_Directory\Copy Folder (v2 do not use).ps1:63 char:35 + ... $folder = Send-SfRequest -Client $sfClient...
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?
Hi, I need to get LastAnyLogin info, defined in [ShareFile.Api.Models.Contact](http://api.sharefile.com/rest/docs/resource.aspx?name=ShareFile.Api.Models.Contact). I'm trying: `` send-sfrequest -client $sfclient -entity accounts\clients -expand LastAnyLogin `` Yet this property is not being returned. Any help?...
I have several files that need to be uploaded to Sharefile monthly and I would like to use PowerShell to do this. I followed the steps here https://support.citrix.com/article/CTX207460 to add...
UploadAction class, while uploading the file creates a reference and points to FileInfo object. This object stays in the heap even after the CopyFileItem method of class UploadAction goes out...
Attempting to install the Snappin using the 64 bit msi, I receive the following error. **Installing Sharefile Snapin Installer requires Powershell Version 4.0 or later.** Thing is I have Version...
Is there a way to have the Sync-SfItem cmdlet use the create/modify date that's on the original file in sharefile?
is there a way currently to download multiple files at a time with Sync-SfItem? Or any plans for the future?
Is it possible to use IDs instead of full file paths in `Sync-SfItem`?
I am attempting to download files from our Sharefile direcrtory using Sync-SFItem. Once downloaded. I want the downloaded files to be removed from the Sharefile directory. So, for the Sync-SFItem...