ODSyncService icon indicating copy to clipboard operation
ODSyncService copied to clipboard

OneDrive service/DLL for Sync State

Results 22 ODSyncService issues
Sort by recently updated
recently updated
newest added

I was close to clicking "Submit New Issue" when I finally figured things out myself, but thought this might be a useful tip to save somebody else time. I've been...

Thanks for writing this module. I had a specific use-case where I needed my automation to notify a distribution list when documents were successfully uploaded to a SharePoint site. Have...

Hi. I'm running Insider Dev releases, currently 25211. I received a staged updated to the system tray tonight and since then Get-ODStatus returns: Status not found for type [OneDrive -...

hi, Using OneDriveLib 1.0.7796.25985 with OneDrive version: Build 23.043.0226.0001 (64-bit) I have three OneDrives synced to my PC, a Personal Microsoft account, a Business OneDrive and a SharePoint Library. It...

I receive this error message on my PC using my personal account: ``` DisplayName : OneDrive - Personal ServiceType : Personal StatusString : Status not found for type [OneDrive -...

I've got 2 different OneDrive businesses syncing. When I run Get-ODStatus, I'm getting: LocalPath : C:\Users\username\OneDrive - Company1 UserSID : S-1-5-21-2868010437-413486016-3308773863-1103 UserName : username DisplayName : OneDrive - Company ServiceType...

I'm trying to use the bypath flag with subfolders but not managing to get the desired result beyond 1 level. This is the content of onedrive.ps1: ``` Import-Module .\one-drive\OneDriveLib.dll Get-ODStatus...

I am running into the following issue. When OneDrive is up and running the DLL works flawlessly and creates the requested output. But if the OneDrive client (Personal and Corporate)...

Hi Rodney, I'm trying to run the dll on a Win Server 2016 box, but it doesn't return any output or error message. Is there any special config / parameter...

When using the powershell module as follows: ```powershell Unblock-File 'C:\programdata\Microsoft OneDrive\OneDriveLib.dll' import-module 'C:\programdata\Microsoft OneDrive\OneDriveLib.dll' get-odstatus -ondemandonly | convertto-json | out-file 'C:\programdata\Microsoft OneDrive\OneDriveLogging.txt' ``` We're getting the onedrive result back perfectly,...