Created
May 13, 2019 14:30
-
-
Save fquintanilla/3de3d7f383c208aa43c32235b7e053f5 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| $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