Comments on: How To Find Items That Don’t Have Any Language Versions Using Powershell https://blogs.perficient.com/2017/07/26/find-items-dont-language-versions-using-powershell/ Expert Digital Insights Thu, 23 Sep 2021 18:13:50 +0000 hourly 1 By: Finding Sitecore Items Without a Language Version – Not a good time for coding https://blogs.perficient.com/2017/07/26/find-items-dont-language-versions-using-powershell/#comment-25098 Fri, 08 Jun 2018 13:21:28 +0000 https://jockstothecore.com/?p=4799#comment-25098 […] need to find items which do not have any version in any lanuage defined in system. Luckily, a blog post on brainjocks.wpengine.com came to rescue […]

]]>
By: Michael L West https://blogs.perficient.com/2017/07/26/find-items-dont-language-versions-using-powershell/#comment-25097 Thu, 27 Jul 2017 03:47:19 +0000 https://jockstothecore.com/?p=4799#comment-25097 Very cool. Thanks for sharing. Give `Get-Member` a try. It can be used to inspect objects. `$item.Versions | Get-Member`

]]>