vkvikaskmr

Results 6 comments of vkvikaskmr

You can delete a file from ShareFile by using the following command : `Send-SFRequest –Client $sfClient –Method DELETE 'url/of/file/to/be/deleted'` Assuming that you have $sfClient initialised to your ShareFile client.

Hi @digitalexpl0it , Have you tried using Copy-SfItem? It gives you an option to provide multiple files that you want to download. Would this suffice your use case?

Hi @jcitpro, we need some more information. 1) Which OS are you using? 2) Can you confirm the location of registry entry for the PowershellVersion 5? You can use regedit...

If you open PowerShell->3 and then select PowershellEngine, you should be able to see all the versions that are supported. Version 5.1 should be one of them. I have tried...

Hey! @jcitpro can you please share the same snapshot for PowerShell->1. We have one check around that as well.

Hi @jcitpro , For snapins to work we should have PowershellVersion Engine v2.0 explicitly installed; the registry of which sits under PowerShell\1. The reason is that if we install a...