docker remove all images powershell

Shell
docker images -q | %{docker rmi -f $_}
Source

Also in Shell: