13–Windows Server 2016
Deploying and Managing a Nano Server
238
AH0054601-00 B
[172.28.41.152]: PS C:\>
New-SMBShare -Name "smbshare" -Path
c:\smbshare -FullAccess Everyone
shows example output.
Figure 13-22. Windows PowerShell Command: New-SMBShare
6.
To map the SMBShare as a network drive in the client machine, issue the
following Windows PowerShell command:
PS C:\Windows\system32>
net use z: \\192.168.10.10\smbshare
This command completed successfully.
7.
To perform read/write on SMBShare and check RDMA statistics on the Nano
Sever, issue the following Windows PowerShell command:
[172.28.41.152]: PS C:\>
(Get-NetAdapterStatistics).RdmaStatistics
shows the command output.
Figure 13-23. Windows PowerShell Command: Get-NetAdapterStatistics
NOTE
The IP address of an interface on the Nano Server is 192.168.10.10.