'RSync for SSH in windows powershell

I recently learned that you could use ssh directly from Windows Powershell: https://www.pugetsystems.com/labs/hpc/How-To-Use-SSH-Client-and-Server-on-Windows-10-1470/

I am trying to manage a cluster to do simulations from my windows computer. I can properly use ssh in powershell, but rsync is not recognised. I found solution online that require the use of Cygwin or cwRync, but is there any way to directly "install" it to be compatible with native power shell?

PS: I am very new to everything related to SSH or Linux and mostly coded on windows through IDEs, sorry if my question is irrelevent.



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source