Salaudeen Rajack

Salaudeen Rajack - Information Technology Expert with Two-decades of hands-on experience, specializing in SharePoint, PowerShell, Microsoft 365, and related products. He has held various positions including SharePoint Architect, Administrator, Developer and consultant, has helped many organizations to implement and optimize SharePoint solutions. Known for his deep technical expertise, He's passionate about sharing the knowledge and insights to help others, through the real-world articles!

3 thoughts on “SharePoint Online: How to Update Document Properties using PowerShell?

  • Is there a way to set metadata to null especially enterprise keyword “TaxKeyword” field?

    Reply
    • Set-PnPListItem -List $ListName -Identity $Item.Id -ContentType “TestContentType” -Values @{“FieldInternalName” = $Null}

      Reply
  • How to update metadata of a folder in a document library using pnp PowerShell?

    Reply

Leave a Reply

Your email address will not be published. Required fields are marked *