Here are the results:
C:>powershell -command “& {$comm_bin=”$HOME.odrive\common\bin";$o_cli_bin="$comm_bin\odrive.exe";echo “Downloading CLI”;(New-Object System.Net.WebClient).DownloadFile(“https://dl.odrive.com/odrivecli-win”, “$comm_bin\oc.zip”);$shl=new-object -com shell.application;echo “Extracting CLI”;$shl.namespace("$comm_bin").copyhere($shl.namespace("$comm_bin\oc.zip").items(),0x10);del “$comm_bin\oc.zip”;echo “Done!”;ls “$comm_bin”;}"
Downloading CLI
Extracting CLI
Done!
Directory: C:\Users\Ronald\.odrive\common\bin
Mode LastWriteTime Length Name
-a---- 7/18/2016 12:49 PM 3691 CU_Uninstall.ps1
------ 6/10/2016 10:21 PM 13308728 odrive.exe
-a---- 8/29/2016 2:19 PM 181616 OdriveOpen.exe
-a---- 8/30/2016 9:57 AM 4 version
C:>powershell -command “& {$comm_bin=”$HOME.odrive\common\bin";$o_cli_bin="$comm_bin\odrive.exe";$(& “$o_cli_bin” status);}"
odrive Make Cloud Storage THE WAY IT SHOULD BE.
isActivated: True hasSession: True
email: ronald@gothelf.org accountType: CloudDrive
syncEnabled: True version: prod 5914
placeholderThreshold: alwaysDownload autoUnsyncThreshold: never
downloadThrottlingThreshold: unlimited uploadThrottlingThreshold: normal
autoTrashThreshold: never Mounts: 1
xlThreshold: never Backups: 0
Sync Requests: 0
Background Requests: 0
Uploads: 0
Downloads: 0
Trash: 15359
Waiting: 0
Not Allowed: 0
C:>