How to dump a region of memory using WinDbg Preview?

Hello guys

I have question and sorry if this is a newbie question, but how can i dump a region of memory with WinDbg preview? is it only possible by writing a script or is there an option for this?

For example dump the memory content from address x with size 5000 or something like this, is it possible?

Thanks!

The same old command line is supposed to be there, so “dd 80000000 l 5000” should work.