CAML Query to Get List Items from SharePoint using PowerShell
CAML stands for Collaborative Application Markup Language. It’s an XML-based query language used to query against data in SharePoint. How to use CAML query in PowerShell? We create a CAML query and pass an SPQuery object to retrieve filtered list items from the object. Here is a basic example of using the…
Read more