Creating SSH key in powershell

Could someone tell me how to properly create an ssh key in microsoft powershell. I have tried multiple sizes using the -b switch but cannot seem to figure out what size I need or if there is another issue. I am currently using variations of ssh-keygen -t rsa -b [bit size] but none of it seems to work.