Hi Polina,
thanks for the hint.
may you can answer one (last?) question:
I'm trying to exclude one specific onedrive folder from being backed up, but somehow i can get it to work.
I looked around in the forum and found a few helpful posts but somehow i can't get it working.
The Folder i'd like to exclude is the "outlook files" folder under documents.
I tried:
Set-VBOJob -Job $job -EnableExcludedOneDriveFolders -ExcludedOneDriveFolders @("/documents/outlook Files/")
and
Set-VBOJob -Job $job -EnableExcludedOneDriveFolders -ExcludedOneDriveFolders @("outlook files")
In both cases the job is still backing up the files in that folder.
What am i doing wrong?
Best
S
thanks for the hint.
may you can answer one (last?) question:
I'm trying to exclude one specific onedrive folder from being backed up, but somehow i can get it to work.
I looked around in the forum and found a few helpful posts but somehow i can't get it working.
The Folder i'd like to exclude is the "outlook files" folder under documents.
I tried:
Set-VBOJob -Job $job -EnableExcludedOneDriveFolders -ExcludedOneDriveFolders @("/documents/outlook Files/")
and
Set-VBOJob -Job $job -EnableExcludedOneDriveFolders -ExcludedOneDriveFolders @("outlook files")
In both cases the job is still backing up the files in that folder.
What am i doing wrong?
Best
S
Statistics: Posted by StefanSch — Sep 04, 2025 8:53 am



