BLOG LIST
Blog List
Install NFS Server Service on Windows Server 2012 via PowerShell
Open PowerShell, and run the following commands :
Import-Module ServerManager
Add-WindowsFeature FS-NFS-Service
Import-Module NFS
To create the share :
New-NfsShare -name nfstest -Path C:archivetestOpen PowerShell, and run the following commands :
Import-Module ServerManager
Add-WindowsFeature FS-NFS-Service
Import-Module NFS
To create the share :
New-NfsShare -name nfstest -Path C:archivetest