When I try this command, even on the smallest of folders I Get this error:
PS C:\Windows\system32> measure-dedupfilemetadata -path g:\foldername
measure-dedupfilemetadata : MSFT_DedupFileMetadata.Path - HRESULT 0x8056533e, This job will not run at the scheduled
time because it requires more memory than is currently available.
At line:1 char:1
+ measure-dedupfilemetadata -path g:\foldername
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : NotSpecified: (MSFT_DedupFileMetadata:ROOT/Microsoft/...dupFileMetadata) [Measure-DedupF
ileMetadata], CimException
+ FullyQualifiedErrorId : HRESULT 0x8056533e,Measure-DedupFileMetadata
The system has 4GB of memory total, and 3GB free at this moment. Any ideas on how I can get accurate information for the size of the folder? MS recommends 350MB free for each 1TB duplicated, and this system has an 8TB volume with 4GB of memory.
The cmdlets that provide info at the volume level are working just fine, but not this one which measures at the folder level.