SOLVED

Applying OneDrive Retention Policy to a Group

Iron Contributor

I know you can create a One Drive retention policy against individual personal URLs, but I was wondering if there is anyway to automate this via an AD group or a specific AD attribute.

 

Basically we have a department that needs a specific retention policy set and I would like to see if we can automate adding them into the retention policy rather than having this as a manual process.

 

We sync our on-prem AD with AADC.

4 Replies
best response confirmed by blue-man (Iron Contributor)
Solution

Sadly, even after years of us asking for simplifying the experience when it comes to stamping retention on ODFB sites, the controls in the portal still only accept URLs. But, you can do it easily via PowerShell.

Ok so could we query the users URL by a certain AD attribute, for example department attribute? Do you have any examples of how to do this via powershell please?

There are multiple samples online that you can use to enumerate ODFB drives, or filter them by some criteria. The simplest ones are listed here: https://docs.microsoft.com/en-us/onedrive/list-onedrive-urls

If you need a more robust method, you can use CSOM or the Graph API

Thanks I found some examples last night that use CSOM.
1 best response

Accepted Solutions
best response confirmed by blue-man (Iron Contributor)
Solution

Sadly, even after years of us asking for simplifying the experience when it comes to stamping retention on ODFB sites, the controls in the portal still only accept URLs. But, you can do it easily via PowerShell.

View solution in original post