HOME

MENU

EULOGIKA BLOG

0

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

An unhandled exception has occurred. See browser dev tools for details. Reload 🗙