Install NFS Server Service on Windows Server 2012 via PowerShell
2 settembre 2013
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