history This page is read only. You can view the source, but not change it. Ask your administrator if you think this is wrong. ===== List folder content ===== "Get-child-items" <html><pre>gci</pre></html> Or sort by modification date <html><pre>gci | sort lastwritetime | select name, lastwritetime</pre></html>