I'm trying to use the New-NfsShare command to create a network share but I keep getting an invalid namespace error. I'm writing almost verbatim from the provided example so I don't get what's wrong.
Example: New-nfsShare -Name "NFSshare01" -Path "C:\shares\NFSshare01"
My Code: New-NfsShare -Name "LABS" -Path "C:\LABS" -Permission readwrite
Anyone know what is going on? I have already imported the NFS Module into Powershell and I even tried creating the directory first incase for some reason the command can't create the item before making a network share. I am using Windows Server 2012 and powershell version 3.0