General
If you want to mount your NFS Directory to Windows Server 2019 you can follow this guide.
Install NFS Client on Windows Server
Open Powershell then execute this
Import-Module ServerManager
Install-WindowsFeature -Name FS-NFS-Service
Install-WindowsFeature NFS-Client