How to do user id and group mapping on Windows NFS clients?

Some of my Linux domain members only run NFS exports and I’d like to be able to use them from Windows domain members with proper UID/GID mappings from the Windows NFS client…

Should be just as easy as with Samba, right? Except that I can’t see that happen automatically, nor can I see an easy way to make it happen.

To my understanding the problem is that Windows would need to provide a Unix UID/GID to the NFS server, which it doesn’t have without some static mapping from the registry.

At the moment the only solution that I can think of is batch creating a power shell logon script for each user which creates the mappings via an New-NfsMappedIdentity commandlet, which seemy very yucky.