Skip to content

Instantly share code, notes, and snippets.

View anischohan's full-sized avatar
🎯
Focusing

Anis Ahmed Chohan anischohan

🎯
Focusing
  • Anicho Ltd
  • United Kingdom
View GitHub Profile
@AlexKasaku
AlexKasaku / SerializeItemsWithMedia.ps1
Last active August 29, 2015 14:27
Serialize all child-items along with their related media items
<#
.SYNOPSIS
Serialize items AND related media items.
.NOTES
Alex Washtell
#>
filter Is-InMediaLibrary {
if($_.FullPath.StartsWith("/sitecore/media library")) {