Wednesday, March 1, 2017

Right Click Unlock Item with Sitecore PowerShell Extensions

Hi All,

During working with Sitecore, most users face the issue of not being able to unlock the Sitecore item if they are not admin users. To overcome this issue, we can use the PowerShell tool, which is a powerful tool if we use it efficiently.

Thanks Richard Seal for such a lovely blog 

 

$item = Get-Item .
$item.Locking.Unlock()
Close-Window

I hope you enjoy this Sitecore blog. Stay tuned for more Sitecore related articles.

Till that happy Sitecoring :)

Please leave your comments or share this article if it’s useful for you.

 

No comments:

Post a Comment