Skip to content

Instantly share code, notes, and snippets.

@fquintanilla
Created May 13, 2019 14:30
Show Gist options
  • Select an option

  • Save fquintanilla/3de3d7f383c208aa43c32235b7e053f5 to your computer and use it in GitHub Desktop.

Select an option

Save fquintanilla/3de3d7f383c208aa43c32235b7e053f5 to your computer and use it in GitHub Desktop.
$criteria = @(
@{Filter = "Equals"; Field = "_group"; Value = "cdc03752f74a4558862c06b0e52ceac0"},
@{Filter = "Equals"; Field = "_language"; Value = "en"}
)
$props = @{
Index = "sitecore_web_index"
Criteria = $criteria
}
Find-Item @props -First 1 | Select-Object -Expand "Fields"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment