If I enumerate a mapped network drive using the code below, while it takes ages and consumes 5 GB memory, it gets the job done, no errors. var files = await folder.GetFilesAsync(CommonFileQuery.OrderByName); If I use the query system to get the number of files, which works perfectly on a local [...] read more