#variables
$location = 'C:\User_Photos'
#settings
$Dir = get-childitem $location
$List = $Dir | where {$_.extension -eq ".jpg"}
$location = 'C:\User_Photos'
#settings
$Dir = get-childitem $location
$List = $Dir | where {$_.extension -eq ".jpg"}