Can I get registry key last write times (RegQueryKeyInfo/lpftLastWriteTime) with PowerShell? Is there something more detailed that Get-ChildItem which will give them automatically? Thanks.
Thanks. I knew of several scripts that would do it but was hoping for a built-in way. It's only a half-dozen lines in "C". I'll stick with my external app.