I am trying to exclude a file from syncing following the instructions here:
https://help.dropbox.com/sync/ignored-files
using the PowerShell command:
Set-Content -Path 'Set-Content -Path 'D:\Dropbox\x\x\x\x\options.ini' -Stream com.dropbox.ignored -Value 1' -Stream com.dropbox.ignored -Value 1
However, I get a PowerShell error:
Set-Content : A parameter cannot be found that matches parameter name 'Stream'.
At line:1 char:86
+ Set-Content -Path 'D:\Dropbox\x\x\x\x\options.ini' -Stream <<<< com.dropbox.ignored -Value 1
+ CategoryInfo : InvalidArgument: (:) [Set-Content], ParameterBindingException
+ FullyQualifiedErrorId : NamedParameterNotFound,Microsoft.PowerShell.Commands.SetContentCommand