Pages

Saturday, October 17, 2020

DOS commands tips and tricks

Quick commands 

List the file names and save in text file

dir *.dll /b >files.txt

Friday, October 9, 2020

Sitecore PowerShell Extensions - Read all child items

The following script will read all the child items and display the item names after filtering them based on the template name.