Hi everyone!
I have this configuration in my test environment:
Windows Server 2012 R2 - Server for NFS role installed. Folder named Share2 shared out with NFS (Open to everyone, including anonymous access). Folder is populated with random .txt files.
Client side - Windows 8 Enterprise with Client for NFS installed. Mount Share2 as the O:. Open a .txt file successfully. Also have a ubuntu server that can mount and access text files without a problem.
Back on the server, i run these cmdlets:
- Get-NfsSession
- Get-NfsMountedClient
Neither cmdlet returns any data. I'm basically trying to figure out the active NFS sessions with powershell. (Yes, i know showmount -a still works. but I want to know what these cmdlets are for)
Thanks,
Charles
This posting is provided AS IS with no warranties,and confers no rights. Please remember to click “Mark as Answer” on the post that helps you, and to click “Unmark as Answer” if a marked post does not actually answer your question. This can be beneficial to other community members reading the thread