Cyberduck

  • 18 August 2021
  • 1 reply
  • 32 views

Anyone happen to have a worklet for cyberduck for win / mac ?


1 reply

Badge

We have one but is built as a required software policy but manually push when needed. If do a required policy, it will auto populate the syntax if I remember correctly. The first line I am still working on to copy the .duck configuration file to auto populate. I think I am going to land on redirecting to the users network folder since the local username will vary by user/computer.


Copy-Item “.duck” “C:\Users<username>\AppData\Roaming\Cyberduck\Bookmarks” -Force

exit (Start-Process -FilePath ‘msiexec.exe’ -ArgumentList (’/qn’, ‘/i’, ‘“Cyberduck-Installer-7.9.1.34974.msi”’) -Wait -Passthru).ExitCode

Reply