Dan Cecil
Dan Cecil
Hi @jaumeg3, Are you referring to Retention Labels (Compliance Tags)? You can now use `Set-PnPListItem` to set a label on a list item e.g. `Set-PnPListItem -List "Documents" -Identity 1 -Label...
Hi @RichBurdes1, this is built-in SharePoint functionality in that the root web title is always the same as the Group DisplayName property where the site is connected to a O365...
Hey @stvpwrs I've been looking into this for a project I'm doing and it's certainly possible using the Graph API here: https://learn.microsoft.com/en-us/graph/api/driveitem-assignsensitivitylabel?view=graph-rest-1.0&tabs=http However, the assignSensitivityLabel endpoint is a premium API...
Thanks @stvpwrs I've opened a discussion about this #3446, because I'm keen to build the cmdlet. For now you could use [Invoke-PnPGraphMethod](https://pnp.github.io/powershell/cmdlets/Invoke-PnPGraphMethod.html) to call the Graph API directly.