We’re Still Here to Help (Even Over the Holidays!) - find out more here.
Forum Discussion
ppan
3 years agoExplorer | Level 3
Error when trying to exclude a file using PowerShell (on Windows 7)
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
8 Replies
- Megan3 years ago
Dropbox Community Moderator
Hi ppan, happy Monday, I hope you're doing well!
Interesting. Is your Dropbox desktop app open and running? If so, what is the syncing status as we speak?
Please, feel free to also send me a screenshot of the error you get on your end, so I can have visual too.
Let me know more, and we'll take it from there.
- ppan3 years agoExplorer | Level 3
This is not an error with Dropbox, but with windows PowerShell. (I was following the instructions on Dropbox website as I explained above).
I also wrote the exact PowerShell error in my post above.
A screenshot will not show anything new (except reveal personal details - that is why I replaced part of the path with "x"))
- Jay3 years ago
Dropbox Community Moderator
Hi ppan, according to your original command, you wrote Set-Content -Path twice, which is why this error is occurring.
Try formatting the command correctly like so, and it should work.
Set-Content -Path 'D:\Dropbox\x\x\x\x\options.ini' -Stream com.dropbox.ignored -Value 1 - ppan3 years agoExplorer | Level 3
Sorry, I typed it wrong in the original post (and I am not able to edit it). The command that I used was indeed:
Set-Content -Path 'D:\Dropbox\x\x\x\x\options.ini' -Stream com.dropbox.ignored -Value 1I tried it again. Same error.
- Hannah3 years ago
Dropbox Community Moderator
Hey ppan, thanks for clarifying this.
May we send you an email, so we can look into this internally?
- ppan3 years agoExplorer | Level 3
Yes, you can send me an Email.
However, did you try it yourself using PowerShell?
You can just use the path to any file in the local dropbox.
For example, I tried this simpler path and I get the same error:Set-Content -Path 'D:\Dropbox\TEST\options.ini' -Stream com.dropbox.ignored -Value 1 - Hannah3 years ago
Dropbox Community Moderator
No worries, I just sent you an email, so we'll investigate this further.
When you have a moment, please reply back to me.
Thanks!
- ppan3 years agoExplorer | Level 3
The E-mails to my forum E-mail address are forwarded to another E-mail address.
I responded from that E-mail address.
Did you test PowerShell yourself, e.g. using:Set-Content -Path 'D:\Dropbox\TEST\options.ini' -Stream com.dropbox.ignored -Value 1?
EDIT: I have been using Windows 7 (64 bit). I just tried it on a Windows 10 PC and I didn't get the error.
However, Dropbox then deleted the file (options.ini)!
That is not what I had expected. I just wanted to exclude the file from syncing!?
About Apps and Installations
Have a question about a Dropbox app or installation? Reach out to the Dropbox Community and get solutions, help, and advice from members.
The Dropbox Community team is active from Monday to Friday. We try to respond to you as soon as we can, usually within 2 hours.
If you need more help you can view your support options (expected response time for an email or ticket is 24 hours), or contact us on X, Facebook or Instagram.
For more info on available support options for your Dropbox plan, see this article.
If you found the answer to your question in this Community thread, please 'like' the post to say thanks and to let us know it was useful!