Skip to main content

Posts Tagged ‘Where condition’

Replacing Dirty Ac Filter

Sitecore Powershell 3: Filtering the Result Set Using Where-Object

In the previous post, we saw how to use Get-Item and GetChildItem to retrieve information about Sitecore items. These are useful when we want every item that fits under the given Path to be retrieved. Now, let’s discuss more about what problems can be solved using Where-Object. Get-ChildItem cmdlet retrieves a list of children of […]