Forum Discussion
ByDesign1977
Aug 06, 2020Brass Contributor
Adding OneDrive for business sites to a dlp policy using powershell
Hi All I wonder if anyone can help. I am trying to add a list of onedrive for business sites to a dlp policy. The code I am using is: $new = import-csv C:\Temp\sitestoadd.csv $newlocations...
VasilMichev
Aug 06, 2020MVP
Might help if you show us what the variable is set to. You can pass either a list variable, or comma separated values.
- ByDesign1977Aug 06, 2020Brass ContributorIt’s imported from a csv so comma separated?